summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/coercions.py
Commit message (Expand)AuthorAgeFilesLines
* dont warn for dictionary passed positionallyMike Bayer2021-07-211-5/+6
* limit None->null coercion to not occur with crudMike Bayer2021-07-151-1/+8
* implement independent CTEsMike Bayer2021-07-121-0/+4
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Ensure propagate_attrs available on PropComparatorMike Bayer2021-05-291-0/+3
* Fix adaption in AnnotatedLabel; repair needless expense in coercionMike Bayer2021-05-281-5/+21
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-9/+7
* set bindparam.expanding in coercion againMike Bayer2021-05-101-3/+4
* Use non-subquery form for empty INMike Bayer2021-04-291-8/+3
* dont assume ClauseElement in attributes, coercionsMike Bayer2021-04-231-1/+1
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-6/+2
* Correct for coercion from list args to positional for caseMike Bayer2021-03-191-1/+1
* turn off eager configure_mappers() outside of Query, LoadMike Bayer2021-03-161-2/+10
* Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-031-0/+21
|\
| * Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+21
* | Add coercions to literal()Mike Bayer2021-02-031-3/+20
|/
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-1/+7
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-21/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+21
* happy new yearMike Bayer2021-01-041-1/+1
* Major revisals to lambdasMike Bayer2020-12-161-4/+10
* Emit deprecation warnings for plain text under SessionMike Bayer2020-12-111-17/+10
* Deprecate strings indicating attribute namesMike Bayer2020-10-131-2/+36
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+7
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-2/+4
* Complete deprecation of from_self()Mike Bayer2020-09-181-4/+9
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-5/+0
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-3/+38
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-0/+12
* introduce deferred lambdasMike Bayer2020-07-031-2/+84
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+10
* Refine IN and scalar subquery coercionsMike Bayer2020-06-011-8/+16
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-47/+44
* Convert execution to move through SessionMike Bayer2020-05-251-29/+28
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-5/+77
* Structural / performance refinementsMike Bayer2020-05-221-76/+103
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-3/+6
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-5/+1
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-4/+9
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-15/+24
* Enable F821Mike Bayer2020-01-041-4/+7
* happy new yearMike Bayer2020-01-011-1/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-20/+20
* Remove ORM elements from annotations at the schema level.Mike Bayer2019-11-261-2/+15
* Simplify _ColumnEntity, relatedMike Bayer2019-09-301-7/+10
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-3/+4
* Support tuple IN VALUES for SQLite, othersMike Bayer2019-07-191-2/+3
* SelectBase no longer a FromClauseMike Bayer2019-07-061-33/+93
* Enable F841Mike Bayer2019-06-201-1/+0
* Reverse Alias nesting conceptMike Bayer2019-06-131-6/+6