summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Capitalize documentation for relationship params"mike bayer2020-05-021-21/+21
|\ \
| * | Capitalize documentation for relationship paramsFederico Caselli2020-04-281-21/+21
* | | Documentation updates for ResultProxy -> ResultMike Bayer2020-05-014-7/+7
* | | Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-014-12/+7
* | | Restore a line break that is needed for a clean mergeMike Bayer2020-04-291-0/+1
|/ /
* | Alias the onclause if ORM join is to same polymorphic selectableMike Bayer2020-04-272-2/+4
|/
* Merge "Add ColumnProperty.Comparator.expressions"mike bayer2020-04-211-1/+29
|\
| * Add ColumnProperty.Comparator.expressionsMike Bayer2020-04-201-1/+29
* | Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-201-0/+3
|\ \ | |/ |/|
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+3
* | Raise informative error when non-object m2o comparison usedMike Bayer2020-04-191-1/+12
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-161-5/+14
* Set up absolute references for create_engine and relatedMike Bayer2020-04-144-7/+11
* Run search and replace of symbolic module namesMike Bayer2020-04-1419-726/+935
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-143-10/+11
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-1/+3
* Remove code deprecated before version 1.1Federico Caselli2020-04-0912-409/+26
* Use dot-separated name resolution for relationship targetMike Bayer2020-04-071-1/+49
* Key subqueryloaders on the property object, not string keyMike Bayer2020-04-031-2/+4
* Run autoflush for column attribute load operationsMike Bayer2020-04-034-9/+18
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-013-50/+48
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-13/+11
* Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-1/+10
* Merge "Correct ambiguous func / class links"mike bayer2020-03-253-23/+24
|\
| * Correct ambiguous func / class linksMike Bayer2020-03-253-23/+24
* | Deprecate add of columns in order by with distinctFederico Caselli2020-03-252-12/+33
|/
* Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-232-73/+5
* Merge "Test instance for matching class hierarchy on get_from_identity"mike bayer2020-03-226-3/+19
|\
| * Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-226-3/+19
* | Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-212-5/+6
|/
* updated doc string to show `NOT (EXISTS` instead of `NOT EXISTS`, as …jonathan vanasco2020-03-141-2/+2
* Fix link in docs of query_expression and with_expressionFederico Caselli2020-03-112-2/+2
* Repair broken call to sys.exc_info()Mike Bayer2020-03-111-1/+1
* Reword implicit left join error; ensure deterministic FROM for columnsMike Bayer2020-03-101-10/+18
* Merge "Simplified module pre-loading strategy and made it linter friendly"mike bayer2020-03-1015-83/+140
|\
| * Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-0715-83/+140
* | Deprecate :func:`.eagerload` and :func:`.relation`Federico Caselli2020-03-101-0/+2
|/
* Merge "Don't import provision.py unconditionally"mike bayer2020-03-041-1/+0
|\
| * Don't import provision.py unconditionallyMike Bayer2020-03-031-1/+0
* | Remove the deprecated loader optionsFederico Caselli2020-03-032-29/+0
|/
* Include column_property composition examplesMike Bayer2020-03-031-1/+27
* Ensure all nested exception throws have a causeMike Bayer2020-03-0211-167/+254
* Merge "Open up check for relationships that write to the same column"mike bayer2020-02-292-10/+46
|\
| * Open up check for relationships that write to the same columnMike Bayer2020-02-272-10/+46
* | Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-262-3/+3
|/
* Remove needless clauseelement check for batchMike Bayer2020-02-241-3/+2
* Result initial introductionMike Bayer2020-02-214-31/+38
* Remove unnecessary tuple; prepare for "iterator" verbiageMike Bayer2020-02-201-16/+16
* Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-171-9/+4
|\
| * Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-9/+4