summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Merge "reorganize mapper compile/teardown under registry"mike bayer2021-02-017-158/+389
|\
| * reorganize mapper compile/teardown under registryMike Bayer2021-02-017-158/+389
* | set identifier length for MySQL constraints to 64Mike Bayer2021-01-306-8/+229
|/
* Merge "Use schema._copy_expression() fully in column collection constraints"mike bayer2021-01-293-12/+32
|\
| * Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-293-12/+32
* | Clarify Column.index / Column.unique parametersMike Bayer2021-01-291-12/+95
|/
* Merge "Render NULL for bindparam w/ None value/literal_binds, warn"mike bayer2021-01-282-4/+13
|\
| * Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-282-4/+13
* | Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-281-3/+47
|/
* Repair incorrect symbol PyDict_GetItemWithError for Python 2Mike Bayer2021-01-271-0/+34
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-2641-78/+78
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-2441-79/+79
* | Merge "Improve c implementation of immutabledict"mike bayer2021-01-261-7/+24
|\ \
| * | Improve c implementation of immutabledictFederico Caselli2021-01-251-7/+24
* | | Merge "Replace with_labels() and apply_labels() in ORM/Core"mike bayer2021-01-2612-62/+268
|\ \ \
| * | | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-2612-62/+268
| |/ /
* | | Fill-out dataclass-related attr resolutionMike Bayer2021-01-254-21/+132
|/ /
* | Merge "Limit AsyncAdaptedQueue to Python 3.7"mike bayer2021-01-241-10/+4
|\ \
| * | Limit AsyncAdaptedQueue to Python 3.7Federico Caselli2021-01-241-10/+4
| |/
* | Merge "Remove errant assertion from unit of work"mike bayer2021-01-241-1/+0
|\ \ | |/ |/|
| * Remove errant assertion from unit of workMike Bayer2021-01-241-1/+0
* | Merge "include negation symbol in numeric default match"mike bayer2021-01-231-2/+2
|\ \ | |/ |/|
| * include negation symbol in numeric default matchMike Bayer2021-01-231-2/+2
* | 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
|\ \ \