summaryrefslogtreecommitdiff
path: root/doc/build/tutorial/data.rst
Commit message (Expand)AuthorAgeFilesLines
* ✏️ Fix small formatting typo in "Working with Data" (#6370)Sebastián Ramírez2021-04-271-1/+1
* Break up data.rst; add unions, literal_columnMike Bayer2021-04-221-2013/+7
* 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
* 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
* 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-131-35/+72
* 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-311-0/+1509