summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | add new variation helperMike Bayer2022-11-262-0/+76
* | | Add new script to sync test files adding future annotationFederico Caselli2022-11-264-12/+32
* | | Merge "assert unique constraints received back" into mainmike bayer2022-11-261-0/+2
|\ \ \ | |_|/ |/| |
| * | assert unique constraints received backMike Bayer2022-11-241-0/+2
| |/
* | add "merge" to viewonly cascades; propagate NO_RAISE when mergingMike Bayer2022-11-244-4/+26
|/
* flake8 has very courteously referred us to another pyqca project and closed a...Mike Bayer2022-11-231-1/+1
* Merge "ensure implicit_returning is checked on a Table instance" into mainmike bayer2022-11-221-1/+1
|\
| * ensure implicit_returning is checked on a Table instanceMike Bayer2022-11-221-1/+1
* | Merge "Type annotations for sqlalchemy.ext.mutable" into mainmike bayer2022-11-221-102/+195
|\ \
| * | Type annotations for sqlalchemy.ext.mutableGleb Kisenkov2022-11-221-102/+195
| |/
* | Merge "fix optionalized forms for dict[]" into mainmike bayer2022-11-223-15/+84
|\ \
| * | fix optionalized forms for dict[]Mike Bayer2022-11-223-15/+84
* | | Add security warning to serializer extensionFederico Caselli2022-11-221-0/+5
* | | Merge "Fix inferred type of async_sessionmaker" into mainmike bayer2022-11-212-0/+54
|\ \ \
| * | | Fix inferred type of async_sessionmakerSam Bull2022-11-212-0/+54
| |/ /
* | | Merge "add common base class for all SQL col expression objects" into mainmike bayer2022-11-219-8/+71
|\ \ \
| * | | add common base class for all SQL col expression objectsMike Bayer2022-11-219-8/+71
| |/ /
* | | fall back to eval() for names that have dotsMike Bayer2022-11-211-0/+2
|/ /
* | Merge "Issue #8765: implement missing methods on PG Range" into mainmike bayer2022-11-171-94/+403
|\ \
| * | Issue #8765: implement missing methods on PG RangeLele Gaifax2022-11-151-94/+403
* | | Merge "Try running pyupgrade on the code" into mainmike bayer2022-11-17102-1338/+1114
|\ \ \
| * | | Try running pyupgrade on the codeFederico Caselli2022-11-16102-1338/+1114
| | |/ | |/|
* | | accommodate NULL format_type()Mike Bayer2022-11-161-5/+18
|/ /
* | Merge "perf improvements related to corresponding_column (2)" into mainmike bayer2022-11-165-124/+327
|\ \
| * | perf improvements related to corresponding_column (2)Mike Bayer2022-11-155-124/+327
* | | 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
|\ \