summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Also fix asyncio exception imports.fix_asyncio_run_py36Federico Caselli2021-01-241-10/+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-232-4/+15
|\ \ | |/ |/|
| * Improve error message when await_ call errorsFederico Caselli2021-01-212-4/+15
* | Merge "Removed some legacy terms in favor of modern equivalents. (D&I)"mike bayer2021-01-231-1/+1
|\ \
| * | Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-211-1/+1
| |/
* | Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-214-16/+56
|/
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-218-527/+75
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-208-75/+527
* chain joins from SelectState context, not SelectMike Bayer2021-01-201-1/+14
* 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-191-56/+64
|\ \ | |/ |/|
| * Disallow non-native psycopg2 Unicode in Python 3; update docsFederico Caselli2021-01-191-56/+64
* | Merge "``Identity`` implies ``nullable=False``."mike bayer2021-01-174-21/+51
|\ \
| * | ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-164-21/+51
* | | introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-165-13/+72
|/ /
* | Merge "Create explicit GC ordering between ConnectionFairy/ConnectionRecord"mike bayer2021-01-163-9/+55
|\ \
| * | Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-154-17/+59
* | | Merge "Guard against re-entrant autobegin in Core, ORM"mike bayer2021-01-163-5/+12
|\ \ \
| * | | Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-153-5/+12
* | | | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-152-6/+26
|/ / /
* | | 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-1510-28/+42
|\ \ \ | |/ / |/| |
| * | update execute() arg formats in modules and testsMike Bayer2021-01-1510-28/+42
* | | Merge "Add mssql+turbodbc to external dialect list"mike bayer2021-01-151-0/+10
|\ \ \
| * | | Add mssql+turbodbc to external dialect listGord Thompson2021-01-131-0/+10
* | | | allow Executable to be accepted by Session.execute()Mike Bayer2021-01-142-2/+1
| |/ / |/| |
* | | fix double is_none()Mike Bayer2021-01-141-8/+4
| |/ |/|
* | Merge "Use UnsupportedCompilationError for no default compiler"mike bayer2021-01-142-9/+13
|\ \
| * | Use UnsupportedCompilationError for no default compilerMike Bayer2021-01-142-9/+13
| |/
* | Merge "reinvent xdist hooks in terms of pytest fixtures"mike bayer2021-01-1426-342/+828
|\ \ | |/ |/|
| * reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-1326-342/+829
* | Improve ``run_sync`` documentation in asyncio extFederico Caselli2021-01-072-0/+20
* | Implement connection binding for AsyncSessionMike Bayer2021-01-075-6/+131
|/
* Merge "Remove special rule for TypeDecorator of TypeDecorator"mike bayer2021-01-071-5/+1
|\
| * Remove special rule for TypeDecorator of TypeDecoratorMike Bayer2021-01-051-5/+1
* | Update connect args for pymysql 1.0.0; aiomysql fixesMike Bayer2021-01-073-8/+17
* | Merge "remove more bound metadata"mike bayer2021-01-064-13/+19
|\ \
| * | remove more bound metadataMike Bayer2021-01-054-13/+19
| |/
* | Check for column expr in Oracle RETURNING checkMike Bayer2021-01-041-0/+1
|/
* happy new yearMike Bayer2021-01-04188-190/+190
* remove metadata.bind use from test suiteMike Bayer2021-01-0311-613/+637
* Cache asyngpg prepared statementsMike Bayer2021-01-021-21/+157
* Merge "Repair async test refactor"mike bayer2021-01-037-18/+46
|\
| * Repair async test refactorMike Bayer2021-01-027-18/+46
* | Merge "Further attempts to repair SQL server temp table issue"mike bayer2021-01-022-7/+14
|\ \
| * | Further attempts to repair SQL server temp table issueMike Bayer2021-01-022-7/+14
| |/