summaryrefslogtreecommitdiff
path: root/doc/build/tutorial
Commit message (Expand)AuthorAgeFilesLines
* initial 2.0 setupMike Bayer2021-10-301-30/+14
* add sections for ORM use with UNIONMike Bayer2021-10-251-0/+77
* Remove misplaced apostrophe in tutorial/index.rst (#7043)JMcB172021-09-191-1/+1
* fix: typos in doc/build/tutorial (#7005)Kevin Kirsche2021-09-084-6/+6
* standardizing docs #6821jonathan vanasco2021-08-233-9/+9
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Fix typos in "Working with Related Objects" docs (#6651)Samuel Cattini-Schultz2021-06-171-2/+2
* ✏️ Fix minor typos in "Selecting Rows with Core or ORM" (#6381)Sebastián Ramírez2021-04-281-2/+2
* ✏️ Fix typos in "Data Manipulation with the ORM" (#6389)Sebastián Ramírez2021-04-281-3/+3
* ✏️ Fix typos in "Working with Related Objects" (#6393)Sebastián Ramírez2021-04-281-5/+5
* ✏️ Fix small typo in "Updating and Deleting Rows with Core" (#6382)Sebastián Ramírez2021-04-281-1/+1
* ✏️ Fix small typos in "Working with Database Metadata" (#6369)Sebastián Ramírez2021-04-271-3/+3
* ✏️ Fix small formatting typo in "Working with Data" (#6370)Sebastián Ramírez2021-04-271-1/+1
* ✏️ Fix small typos in SQLAlchemy 1.4 / 2.0 Tutorial (#6358)Sebastián Ramírez2021-04-261-3/+3
* ✏️ Fix small typo in Working with Transactions and the DBAPI (#6363)Sebastián Ramírez2021-04-261-1/+1
* Add order by to union exampleMike Bayer2021-04-231-2/+7
* Break up data.rst; add unions, literal_columnMike Bayer2021-04-224-2013/+2202
* add some cross-linking for orderby/groupby docs + label examplesMike Bayer2021-04-191-0/+4
* Return Row for CursorResult.inserted_primary_keyMike Bayer2021-04-111-0/+4
* Clarify select_from(A).join(B.a)Mike Bayer2021-04-111-0/+7
* document rowcount for ORM update/deleteMike Bayer2021-03-311-0/+2
* earler -> earliermgjo58992021-03-211-1/+1
* refer to row elements as "elements", not columnsMike Bayer2021-02-221-12/+14
* Fix typo on tutorial/data.rstFederico Caselli2021-02-181-1/+1
* fix repeated footnoteMike Bayer2021-02-151-2/+2
* Repair tests for older SQLite, timing, pypyMike Bayer2021-02-031-4/+4
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+416
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-1/+1
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-283/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+283
* Fix docs typo: subuqery -> subqueryEvan Moore2021-01-141-1/+1
* improve cross-linking between Core /ORM for schema argMike Bayer2020-11-301-0/+5
* Clarify how ORM rows are returned in the tutorialMike Bayer2020-11-171-9/+53
* Some small improvements on the tutorial 2.0 documentsFederico Caselli2020-11-136-63/+117
* Allow multiple returning() callsMike Bayer2020-11-111-19/+34
* Warn / raise for returning() / return_defaults() combinationsMike Bayer2020-11-111-1/+1
* Remove misleading correlation examplesMike Bayer2020-11-111-82/+99
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-319-0/+4316