summaryrefslogtreecommitdiff
path: root/doc/build/orm
Commit message (Expand)AuthorAgeFilesLines
* more docs for autocommit isolation levelMike Bayer2020-07-121-62/+79
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-115-826/+1124
* introduce deferred lambdasMike Bayer2020-07-031-2/+6
* Fix a wide variety of typos and broken linksaplatkouski2020-06-2512-62/+68
* Merge "Turn on caching everywhere, add logging"mike bayer2020-06-101-78/+78
|\
| * Turn on caching everywhere, add loggingMike Bayer2020-06-101-78/+78
* | updated historical terms with modern equivalentsjonathan vanasco2020-06-051-7/+7
|/
* Convert execution to move through SessionMike Bayer2020-05-252-3/+42
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-242-3/+9
* Disable "check unicode returns" under Python 3Mike Bayer2020-05-191-1/+0
* Reword delete-orphan on many error message and documentMike Bayer2020-05-161-7/+14
* Consider aliased=True, from_joinpoint as legacyMike Bayer2020-05-043-73/+24
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-012-2/+2
* Add ColumnProperty.Comparator.expressionsMike Bayer2020-04-202-0/+24
* Set up absolute references for create_engine and relatedMike Bayer2020-04-143-8/+8
* Run search and replace of symbolic module namesMike Bayer2020-04-1438-636/+636
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-145-35/+22
* Add missing definitions to glossaryMike Bayer2020-04-132-1/+3
* Fix almost all read-level sphinx warningsMike Bayer2020-04-1115-17/+13
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-2/+0
* Use dot-separated name resolution for relationship targetMike Bayer2020-04-073-11/+81
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-1/+1
* Correct ambiguous func / class linksMike Bayer2020-03-254-6/+6
* Emphasize context managers when working with CoreMike Bayer2020-03-201-1/+5
* Fix "special_key" attribute name in association proxy documentationMike Bayer2020-03-161-1/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-2/+2
* Remove the deprecated loader optionsFederico Caselli2020-03-031-8/+0
* Include column_property composition examplesMike Bayer2020-03-033-12/+53
* Remove needless clauseelement check for batchMike Bayer2020-02-241-1/+4
* Result initial introductionMike Bayer2020-02-213-27/+9
* Merge remote-tracking branch 'origin/pr/5105'Mike Bayer2020-02-061-1/+1
|\
| * Update basic_relationships.rstrandallk2020-01-191-1/+1
* | Add second section detailing cascade_backrefs to backref sectionMike Bayer2020-02-041-0/+51
|/
* Add explanation of `polymorphic_identity` to docsEli2020-01-131-6/+31
* Use viewonly=True for composite secondary join exampleMike Bayer2019-11-191-9/+20
* Don't cache a query that has before_compile modificationsMike Bayer2019-10-261-0/+34
* Add doc note for multiple table mappingMike Bayer2019-10-231-0/+33
* Implement raiseload for deferred columnsMike Bayer2019-10-162-0/+45
* Remove deprecated extension and similar classesMike Bayer2019-10-061-36/+0
* Add note on the use of tuple_() for the IN operator in the docsStepland2019-09-161-0/+7
* Document Query deduplicationMike Bayer2019-09-051-0/+17
* Clarify INSERT/UPDATE defaults vs. data marshallingMike Bayer2019-08-102-0/+14
* Remove threadlocal strategy docs, remaining contextual_connectMike Bayer2019-08-051-1/+1
* Always include a schema name in SQLite PRAGMAMike Bayer2019-08-021-1/+3
* Fix typosMin ho Kim2019-07-213-3/+3
* Merge "Optimize out JOIN for selectinload with many to one"mike bayer2019-07-201-14/+19
|\
| * Optimize out JOIN for selectinload with many to oneMike Bayer2019-07-191-14/+19
* | Support tuple IN VALUES for SQLite, othersMike Bayer2019-07-191-11/+11
|/
* Fix doc for #4765Denis Kataev2019-07-171-3/+3
* Add Load.options() for hierchical construction of loader optionsMike Bayer2019-06-272-43/+150