]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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...
2020-12-30  Mike Bayerdisambiguate SQL server temp table constraint names
2020-12-27  Mike BayerAdd support for AsyncSession.get()
2020-12-27  mike bayerMerge "Improve async session docs."
2020-12-26  mike bayerMerge "narrow the check for double-paren exprs in mysql...
2020-12-26  Mike Bayerimplement sessionmaker.begin(), scalar() for async...
2020-12-26  Mike Bayernarrow the check for double-paren exprs in mysql create...
2020-12-23  Federico CaselliImprove async session docs.
2020-12-23  Mike BayerAdd ORMExecuteState mapper accessors
2020-12-21  Gord ThompsonFix issues with JSON and float/numeric
2020-12-19  mike bayerMerge "Allow Declarative to extract class attr from...
2020-12-19  mike bayerMerge "Repair mssql dep tests; have __only_on__ imply...
2020-12-19  mike bayerMerge "Repair and cover adaption call w/ ORM having()"
2020-12-19  Mike BayerAllow Declarative to extract class attr from field
2020-12-19  esohRepair and cover adaption call w/ ORM having()
2020-12-19  Mike BayerRepair mssql dep tests; have __only_on__ imply __backend__
2020-12-19  Mike BayerImprove type detection for Values / Tuple
2020-12-18  mike bayerMerge "test fixes for oracle 18c"
2020-12-18  Mike Bayercherry-pick changelog update for 1.3.23
2020-12-18  Mike Bayercherry-pick changelog from 1.3.22
2020-12-18  Mike Bayertest fixes for oracle 18c
2020-12-18  Mike BayerGracefully degrade on v$transaction not readable
2020-12-17  Mike Bayercherry-pick changelog update for 1.3.22
2020-12-17  Mike Bayercherry-pick changelog from 1.3.21
2020-12-17  mike bayerMerge "Improved PEP-484 for AsyncSession.run_sync"
2020-12-17  Mike Bayerlambda refactor post-production fixes
2020-12-16  Mike BayerMajor revisals to lambdas
2020-12-16  Michael OliverImproved PEP-484 for AsyncSession.run_sync
next