summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Merge "don't invoke fromclause.c when creating an annotated" into mainmike bayer2022-11-166-9/+63
|\
| * don't invoke fromclause.c when creating an annotatedMike Bayer2022-11-156-9/+63
* | Fix relationship.order_by typingBryan Forbes2022-11-151-0/+1
* | Explicitly state what happens if `order_by` is called more than once. (#8791)Eitan Mosenkis2022-11-142-6/+8
* | add informative exception context for literal renderMike Bayer2022-11-143-10/+25
* | Repair test in 32bit python builds.Federico Caselli2022-11-123-0/+6
|/
* Merge "ensure anon_map is passed for most annotated traversals" into mainmike bayer2022-11-1110-10/+134
|\
| * ensure anon_map is passed for most annotated traversalsMike Bayer2022-11-1110-10/+134
* | Merge "establish consistency for RETURNING column labels" into mainmike bayer2022-11-114-8/+46
|\ \
| * | establish consistency for RETURNING column labelsMike Bayer2022-11-114-8/+46
| |/
* | repair --disable-asyncio parameterMike Bayer2022-11-112-1/+5
|/
* work around Python 3.11 IntEnum issue; update FastIntFlagMike Bayer2022-11-104-18/+26
* try to support mypy 0.990Mike Bayer2022-11-0911-48/+71
* disable sqlite returning on pypyMike Bayer2022-11-051-1/+1
* Version 2.0.0b4 placeholderMike Bayer2022-11-041-1/+1
* Merge "support renamed symbols in annotation scans" into mainmike bayer2022-11-043-38/+140
|\
| * support renamed symbols in annotation scansMike Bayer2022-11-043-38/+140
* | resolve synonyms in dictionary form of Session.get()Mike Bayer2022-11-042-1/+34
|/
* Support result.close() for all iterator patternsMike Bayer2022-11-038-69/+355
* Merge "Improve typings of execution options" into mainmike bayer2022-11-0325-186/+392
|\
| * Improve typings of execution optionsFederico Caselli2022-11-0225-186/+392
* | Merge "Implement contains_value(), issubset() and issuperset() on PG Range" i...mike bayer2022-11-032-0/+208
|\ \ | |/ |/|
| * Implement contains_value(), issubset() and issuperset() on PG RangeLele Gaifax2022-11-032-0/+208
* | correct typo in async postgresql uri (#8736)Yomain2022-11-021-1/+1
* | Merge "use simple decimal query to detect decimal char" into mainmike bayer2022-11-021-4/+27
|\ \
| * | use simple decimal query to detect decimal charMike Bayer2022-11-011-4/+27
| |/
* | fix event nameMike Bayer2022-11-021-1/+1
|/
* evaluate types in terms of the class in which they appearMike Bayer2022-10-317-25/+88
* Merge "ensure pool.reset event always called for reset" into mainmike bayer2022-10-3010-59/+306
|\
| * ensure pool.reset event always called for resetMike Bayer2022-10-3010-59/+306
* | fix test for same mapper to use "isa"Mike Bayer2022-10-301-3/+7
|/
* Merge "use only object_id() function for temp tables" into mainmike bayer2022-10-293-33/+74
|\
| * use only object_id() function for temp tablesMike Barry2022-10-283-33/+74
* | ensure _ORMJoin transfers parententity from left sideMike Bayer2022-10-283-2/+30
* | Merge "apply basic escaping to anon_labels unconditionally" into mainmike bayer2022-10-281-1/+6
|\ \
| * | apply basic escaping to anon_labels unconditionallyMike Bayer2022-10-271-1/+6
* | | Merge "ensure inherited mapper attrs not interpreted as plain dataclass field...mike bayer2022-10-282-10/+33
|\ \ \ | |_|/ |/| |
| * | ensure inherited mapper attrs not interpreted as plain dataclass fieldsMike Bayer2022-10-262-10/+33
| |/
* | mssql doc updatesMike Bayer2022-10-281-16/+17
|/
* Merge "reconcile Mapper properties ordering against mapped Table" into mainmike bayer2022-10-251-73/+184
|\
| * reconcile Mapper properties ordering against mapped TableMike Bayer2022-10-251-73/+184
* | raise for non-Load opt passed to options()Mike Bayer2022-10-251-1/+10
* | Merge "add Oracle-specific parameter escapes for expanding params" into mainmike bayer2022-10-252-0/+45
|\ \
| * | add Oracle-specific parameter escapes for expanding paramsMike Bayer2022-10-242-0/+45
| |/
* | Merge "skip ad-hoc properties within subclass_load_via_in" into mainmike bayer2022-10-241-2/+11
|\ \ | |/ |/|
| * skip ad-hoc properties within subclass_load_via_inMike Bayer2022-10-231-2/+11
* | Merge "Add pep 584 to python immutabledict fallback" into mainmike bayer2022-10-232-3/+18
|\ \
| * | Add pep 584 to python immutabledict fallbackFederico Caselli2022-10-222-3/+18
| |/
* | Merge "DeclarativeBase ``__table__`` annotation is not optional" into mainmike bayer2022-10-231-1/+1
|\ \
| * | DeclarativeBase ``__table__`` annotation is not optionalFederico Caselli2022-10-221-1/+1
| |/