summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #8765: implement missing methods on PG RangeLele Gaifax2022-11-153-135/+841
* | | Merge "Try running pyupgrade on the code" into mainmike bayer2022-11-17204-2315/+1891
|\ \ \
| * | | Try running pyupgrade on the codeFederico Caselli2022-11-16204-2315/+1891
| | |/ | |/|
* | | accommodate NULL format_type()Mike Bayer2022-11-163-5/+56
|/ /
* | Merge "perf improvements related to corresponding_column (2)" into mainmike bayer2022-11-1611-164/+400
|\ \
| * | perf improvements related to corresponding_column (2)Mike Bayer2022-11-1511-164/+400
* | | Merge "don't invoke fromclause.c when creating an annotated" into mainmike bayer2022-11-169-74/+471
|\ \ \ | |/ / | | / | |/ |/|
| * don't invoke fromclause.c when creating an annotatedMike Bayer2022-11-159-74/+471
* | Merge "Fix relationship.order_by typing" into mainmike bayer2022-11-152-0/+8
|\ \
| * | Fix relationship.order_by typingBryan Forbes2022-11-152-0/+8
* | | Small tutorial rewordingAndy Garfield2022-11-151-1/+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-148-16/+89
* | Repair test in 32bit python builds.Federico Caselli2022-11-124-1/+11
* | cherry-pick changelog update for 1.4.45Mike Bayer2022-11-121-0/+4
* | cherry-pick changelog from 1.4.44Mike Bayer2022-11-125-52/+56
|/
* port mypy 0.990 fixes changelog from 1.4 to 2.0Mike Bayer2022-11-111-0/+9
* Merge "ensure anon_map is passed for most annotated traversals" into mainmike bayer2022-11-1112-10/+229
|\
| * ensure anon_map is passed for most annotated traversalsMike Bayer2022-11-1112-10/+229
* | Merge "establish consistency for RETURNING column labels" into mainmike bayer2022-11-1111-8/+310
|\ \
| * | establish consistency for RETURNING column labelsMike Bayer2022-11-1111-8/+310
| |/
* | repair --disable-asyncio parameterMike Bayer2022-11-113-1/+14
|/
* work around Python 3.11 IntEnum issue; update FastIntFlagMike Bayer2022-11-106-26/+130
* try to support mypy 0.990Mike Bayer2022-11-0912-50/+83
* test run w/ oracledb on pypi, disable mariadb-connectorMike Bayer2022-11-081-4/+4
* adjust update/delete test for non-orderingMike Bayer2022-11-081-5/+7
* block mariadb-connector 1.1.5Mike Bayer2022-11-072-1/+2
* disable sqlite returning on pypyMike Bayer2022-11-051-1/+1
* gc.collect() in order to ensure GeneratorExit raised on pypyMike Bayer2022-11-051-0/+3
* Version 2.0.0b4 placeholderMike Bayer2022-11-042-1/+5
* - 2.0.0b3rel_2_0_0b3Mike Bayer2022-11-0411-144/+153
* cherry-pick changelog update for 1.4.44Mike Bayer2022-11-041-0/+4
* cherry-pick changelog from 1.4.43Mike Bayer2022-11-0413-158/+170
* typoMike Bayer2022-11-041-1/+1
* fixesMike Bayer2022-11-042-2/+1
* changelog updatesMike Bayer2022-11-048-55/+60
* Merge "support renamed symbols in annotation scans" into mainmike bayer2022-11-046-38/+403
|\
| * support renamed symbols in annotation scansMike Bayer2022-11-046-38/+403
* | resolve synonyms in dictionary form of Session.get()Mike Bayer2022-11-044-1/+66
|/
* Support result.close() for all iterator patternsMike Bayer2022-11-0318-119/+844
* Merge "Improve typings of execution options" into mainmike bayer2022-11-0330-188/+499
|\
| * Improve typings of execution optionsFederico Caselli2022-11-0230-188/+499
* | Merge "Implement contains_value(), issubset() and issuperset() on PG Range" i...mike bayer2022-11-036-22/+483
|\ \
| * | Implement contains_value(), issubset() and issuperset() on PG RangeLele Gaifax2022-11-036-22/+483
* | | DOC: Fix typo avoiding rendering of legacy marker (#8752)Patrick Hoefler2022-11-031-1/+1
| |/ |/|
* | 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-023-58/+95
|\ \
| * | use simple decimal query to detect decimal charMike Bayer2022-11-013-58/+95
| |/
* | fix event nameMike Bayer2022-11-021-1/+1
|/
* evaluate types in terms of the class in which they appearMike Bayer2022-10-319-25/+119