summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/coercions.py
Commit message (Expand)AuthorAgeFilesLines
* typing updatesMike Bayer2023-01-201-1/+1
* Type annotations for sqlalchemy.sql.selectableDzmitar2023-01-131-3/+9
* happy new year 2023Mike Bayer2023-01-031-1/+1
* pass more contextual information to PyWrapper param createMike Bayer2022-12-271-1/+8
* Implement ScalarValueFederico Caselli2022-11-261-8/+12
* Try running pyupgrade on the codeFederico Caselli2022-11-161-4/+4
* implement icontains, istartswith, iendswith operatorsMatias Martinez Rebori2022-09-081-1/+5
* generalize sql server check for id col to accommodate ORM casesMike Bayer2022-07-061-3/+16
* add backend agnostic UUID datatypeMike Bayer2022-06-011-2/+14
* revenge of pep 484Mike Bayer2022-05-151-0/+11
* use bindparam_type in BinaryElementImpl._post_coercion if availableMike Bayer2022-05-011-2/+4
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* pep484 ORM / SQL result supportMike Bayer2022-04-271-12/+13
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-0/+1
* pep484: schema APIMike Bayer2022-04-151-8/+33
* pep-484: session, instancestate, etcMike Bayer2022-04-121-1/+1
* pep484 - sql.selectableMike Bayer2022-04-041-36/+122
* pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-0/+27
* bump black to 22.3.0Mike Bayer2022-03-281-7/+4
* pep-484 - SQL column operationsMike Bayer2022-03-151-12/+60
* pep-484: sqlalchemy.sql pass oneMike Bayer2022-03-131-81/+154
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* Initial ORM typing layoutMike Bayer2022-01-141-85/+9
* initial reorganize for static typingMike Bayer2022-01-121-13/+111
* remove internal use of metaclassesMike Bayer2022-01-111-1/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-14/+6
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-5/+5
* remove 2.0-removed Query elementsMike Bayer2022-01-011-14/+5
* remove legacy select patternsMike Bayer2021-12-291-4/+21
* Replace raise_ with raise fromFederico Caselli2021-12-271-13/+10
* Removals: strings for join(), loader_options().Mike Bayer2021-12-081-25/+2
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+16
* Clean up most py3k compatFederico Caselli2021-11-241-8/+8
* Remove object in class definitionFederico Caselli2021-11-221-8/+8
* Warn when trying to execute a query object with a session.Federico Caselli2021-10-041-1/+22
* 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
|\