]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-02-02  Mike Bayerdon't fail if purge recyclebin fails/mutex on registry
2021-02-01  mike bayerMerge "reorganize mapper compile/teardown under registry"
2021-02-01  Mike Bayerreorganize mapper compile/teardown under registry
2021-02-01  Mike Bayercherry-pick changelog update for 1.3.24
2021-02-01  Mike Bayercherry-pick changelog from 1.3.23
2021-01-31  Mike Bayerset identifier length for MySQL constraints to 64
2021-01-29  mike bayerMerge "Use schema._copy_expression() fully in column...
2021-01-29  Gord ThompsonUse schema._copy_expression() fully in column collectio...
2021-01-29  Mike BayerClarify Column.index / Column.unique parameters
2021-01-28  mike bayerMerge "Render NULL for bindparam w/ None value/literal_...
2021-01-28  Mike BayerRender NULL for bindparam w/ None value/literal_binds...
2021-01-28  Mike BayerAllow Oracle CLOB/NCLOB/BLOB in returning
2021-01-27  Mike BayerRepair incorrect symbol PyDict_GetItemWithError for...
2021-01-26  mike bayerMerge "Fix many spell glitches in docstrings and comments"
2021-01-26  mike bayerMerge "Improve c implementation of immutabledict"
2021-01-26  mike bayerMerge "Replace with_labels() and apply_labels() in...
2021-01-26  Mike BayerAdd dbapimaster builds to tox.ini
2021-01-26  Mike Bayeradd sqlalchemy to FUNDING
2021-01-26  Gord ThompsonReplace with_labels() and apply_labels() in ORM/Core
2021-01-25  Mike BayerFill-out dataclass-related attr resolution
2021-01-25  Federico CaselliImprove c implementation of immutabledict
2021-01-25  Mike BayerAdd more docs on engine connecting w/ URL parameters
2021-01-24  mike bayerMerge "Limit AsyncAdaptedQueue to Python 3.7"
2021-01-24  mike bayerMerge "Remove errant assertion from unit of work"
2021-01-24  Mike Bayerun-ignore mike's favorite testing filenames
2021-01-24  Mike BayerRemove errant assertion from unit of work
2021-01-24  Federico CaselliLimit AsyncAdaptedQueue to Python 3.7
2021-01-24  Lele GaifaxFix many spell glitches in docstrings and comments
2021-01-23  mike bayerMerge "include negation symbol in numeric default match"
2021-01-23  mike bayerMerge "remove __allowlist__"
2021-01-23  mike bayerMerge "Improve error message when await_ call errors"
2021-01-23  Mike Bayerremove __allowlist__
2021-01-23  mike bayerMerge "Removed some legacy terms in favor of modern...
2021-01-23  Mike Bayerinclude negation symbol in numeric default match
2021-01-21  Federico CaselliFix a couple of bugs in the asyncio implementation
2021-01-21  Federico CaselliImprove error message when await_ call errors
2021-01-21  jonathan vanascoRemoved some legacy terms in favor of modern equivalent...
2021-01-21  Mike BayerRevert "Implement support for functions as FROM with...
2021-01-21  Mike BayerImplement support for functions as FROM with columns...
2021-01-20  mike bayerMerge "chain joins from SelectState context, not Select"
2021-01-20  Mike BayerAdd missing changelog file
2021-01-20  Mike Bayerchain joins from SelectState context, not Select
2021-01-20  mike bayerMerge "Document Table/Column accessors"
2021-01-19  Mike BayerDocument Table/Column accessors
2021-01-19  mike bayerMerge "Disallow non-native psycopg2 Unicode in Python...
2021-01-19  Federico CaselliDisallow non-native psycopg2 Unicode in Python 3; updat...
2021-01-18  mike bayerMerge "More replacements of mapper to map_imperatively"
2021-01-18  Mike Bayerrestore greenlet req
2021-01-17  mike bayerMerge "``Identity`` implies ``nullable=False``."
2021-01-16  Mike Bayerintroduce generalized decorator to prevent invalid...
2021-01-16  Federico Caselli``Identity`` implies ``nullable=False``.
2021-01-16  mike bayerMerge "update aiomysql extra to match asyncpg, also...
2021-01-16  mike bayerMerge "Create explicit GC ordering between ConnectionFa...
2021-01-16  mike bayerMerge "Guard against re-entrant autobegin in Core,...
2021-01-16  Mike BayerGuard against re-entrant autobegin in Core, ORM
2021-01-15  Mike Bayerrun handle error for commit/rollback fail and cancel...
2021-01-15  mike bayerMerge "Add missing requirements to suite tests"
2021-01-15  Federico CaselliMore replacements of mapper to map_imperatively
2021-01-15  Gord ThompsonAdd missing requirements to suite tests
2021-01-15  mike bayerMerge "update execute() arg formats in modules and...
2021-01-15  mike bayerMerge "Replace mapper with map_imperatively in mapping...
2021-01-15  Mike Bayerupdate execute() arg formats in modules and tests
2021-01-15  mike bayerMerge "Add mssql+turbodbc to external dialect list"
2021-01-15  Mike BayerCreate explicit GC ordering between ConnectionFairy...
2021-01-15  Mike Bayerallow Executable to be accepted by Session.execute()
2021-01-15  Mike Bayerfix double is_none()
2021-01-14  mike bayerMerge "Use UnsupportedCompilationError for no default...
2021-01-14  Mike BayerUse UnsupportedCompilationError for no default compiler
2021-01-14  Evan MooreFix docs typo: subuqery -> subquery
2021-01-14  mike bayerMerge "reinvent xdist hooks in terms of pytest fixtures"
2021-01-14  Mike Bayerreinvent xdist hooks in terms of pytest fixtures
2021-01-13  Thomas Graingerupdate aiomysql extra to match asyncpg, also dedupe...
2021-01-13  Gord ThompsonAdd mssql+turbodbc to external dialect list
2021-01-13  Mike Bayerprovide FAQ entry for percent sign escaping in SQL...
2021-01-12  Mike Bayerremove greenlet from default requires
2021-01-12  Federico CaselliReplace mapper with map_imperatively in mapping styles...
2021-01-11  Mike BayerMerge remote-tracking branch 'origin/pr/5809' into...
2021-01-07  Federico CaselliImprove ``run_sync`` documentation in asyncio ext
2021-01-07  Mike BayerImplement connection binding for AsyncSession
2021-01-07  mike bayerMerge "Remove special rule for TypeDecorator of TypeDec...
2021-01-07  Mike BayerUpdate connect args for pymysql 1.0.0; aiomysql fixes
2021-01-07  Mike Bayerrepair transaction scope in test_nullPKsOK_BtoA for...
2021-01-06  Mike Bayerrepair ORM tests that use deferrable FKs
2021-01-06  mike bayerMerge "remove more bound metadata"
2021-01-06  Mike Bayerremove more bound metadata
2021-01-06  Mike BayerRemove special rule for TypeDecorator of TypeDecorator
2021-01-04  Mike BayerCheck for column expr in Oracle RETURNING check
2021-01-04  Mike Bayerhappy new year
2021-01-03  Mike Bayerremove metadata.bind use from test suite
2021-01-03  Mike BayerCache asyngpg prepared statements
2021-01-03  mike bayerMerge "Repair async test refactor"
2021-01-03  Mike BayerRepair async test refactor
2021-01-02  mike bayerMerge "Further attempts to repair SQL server temp table...
2021-01-02  Mike BayerFurther attempts to repair SQL server temp table issue
2021-01-01  mike bayerMerge "Support casting to ``FLOAT`` in MySQL and MariaDb."
2020-12-31  Kazantcev AndreyRemove the extra parenthesis. 5809/head
2020-12-30  Federico CaselliSupport casting to ``FLOAT`` in MySQL and MariaDb.
2020-12-30  Federico CaselliSupport testing of async drivers without fallback mode
2020-12-30  Mike BayerSupport TypeDecorator.get_dbapi_type() for setinpusizes
2020-12-30  mike bayerMerge "disambiguate SQL server temp table constraint...
next