summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Also fix asyncio exception imports.fix_asyncio_run_py36Federico Caselli2021-01-241-10/+4
* Limit AsyncAdaptedQueue to Python 3.7Mike Bayer2021-01-231-0/+4
* Merge "remove __allowlist__"mike bayer2021-01-231-4/+0
|\
| * remove __allowlist__Mike Bayer2021-01-231-4/+0
* | Merge "Improve error message when await_ call errors"mike bayer2021-01-234-7/+34
|\ \ | |/ |/|
| * Improve error message when await_ call errorsFederico Caselli2021-01-214-7/+34
* | Merge "Removed some legacy terms in favor of modern equivalents. (D&I)"mike bayer2021-01-234-5/+5
|\ \
| * | Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-214-5/+5
| |/
* | Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-218-29/+146
|/
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-2117-1667/+75
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-2017-75/+1667
* Merge "chain joins from SelectState context, not Select"mike bayer2021-01-203-1/+84
|\
| * chain joins from SelectState context, not SelectMike Bayer2021-01-203-1/+84
* | Add missing changelog fileMike Bayer2021-01-201-0/+13
|/
* Merge "Document Table/Column accessors"mike bayer2021-01-202-2/+112
|\
| * Document Table/Column accessorsMike Bayer2021-01-192-2/+112
* | Merge "Disallow non-native psycopg2 Unicode in Python 3; update docs"mike bayer2021-01-193-56/+92
|\ \ | |/ |/|
| * Disallow non-native psycopg2 Unicode in Python 3; update docsFederico Caselli2021-01-193-56/+92
* | Merge "More replacements of mapper to map_imperatively"mike bayer2021-01-187-22/+32
|\ \
| * | More replacements of mapper to map_imperativelyFederico Caselli2021-01-157-22/+32
| |/
* | restore greenlet reqMike Bayer2021-01-181-0/+1
* | Merge "``Identity`` implies ``nullable=False``."mike bayer2021-01-178-24/+142
|\ \
| * | ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-168-24/+142
* | | introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-169-14/+131
|/ /
* | Merge "update aiomysql extra to match asyncpg, also dedupe asyncio extras"mike bayer2021-01-161-3/+5
|\ \
| * | update aiomysql extra to match asyncpg, also dedupe asyncio extrasThomas Grainger2021-01-131-3/+5
* | | Merge "Create explicit GC ordering between ConnectionFairy/ConnectionRecord"mike bayer2021-01-1610-17/+102
|\ \ \
| * | | Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-1511-25/+106
* | | | Merge "Guard against re-entrant autobegin in Core, ORM"mike bayer2021-01-167-6/+100
|\ \ \ \
| * | | | Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-157-6/+100
* | | | | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-155-45/+141
|/ / / /
* | | | Merge "Add missing requirements to suite tests"mike bayer2021-01-151-2/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add missing requirements to suite testsGord Thompson2021-01-151-2/+8
* | | | Merge "update execute() arg formats in modules and tests"mike bayer2021-01-1537-419/+592
|\ \ \ \
| * | | | update execute() arg formats in modules and testsMike Bayer2021-01-1537-419/+592
* | | | | Merge "Replace mapper with map_imperatively in mapping styles example"mike bayer2021-01-151-6/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Replace mapper with map_imperatively in mapping styles exampleFederico Caselli2021-01-121-6/+8
* | | | | Merge "Add mssql+turbodbc to external dialect list"mike bayer2021-01-152-0/+13
|\ \ \ \ \
| * | | | | Add mssql+turbodbc to external dialect listGord Thompson2021-01-132-0/+13
| | |_|_|/ | |/| | |
* | | | | allow Executable to be accepted by Session.execute()Mike Bayer2021-01-144-2/+84
| |_|/ / |/| | |
* | | | fix double is_none()Mike Bayer2021-01-141-8/+4
| |_|/ |/| |
* | | Merge "Use UnsupportedCompilationError for no default compiler"mike bayer2021-01-144-11/+49
|\ \ \
| * | | Use UnsupportedCompilationError for no default compilerMike Bayer2021-01-144-11/+49
| |/ /
* | | Fix docs typo: subuqery -> subqueryEvan Moore2021-01-143-3/+3
* | | Merge "reinvent xdist hooks in terms of pytest fixtures"mike bayer2021-01-14115-2092/+2637
|\ \ \ | |/ / |/| |
| * | reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-13115-2092/+2638
* | | provide FAQ entry for percent sign escaping in SQL compilerMike Bayer2021-01-131-0/+55
* | | remove greenlet from default requiresMike Bayer2021-01-121-2/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/pr/5809' into masterMike Bayer2021-01-111-1/+1
|\ \
| * | Remove the extra parenthesis.Kazantcev Andrey2020-12-311-1/+1