]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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  Mike Bayerprovide FAQ entry for percent sign escaping in SQL...
2021-01-12  Mike Bayerremove greenlet from default requires
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
2020-12-15  Mike BayerCheck explicitly for mapped class as secondary
2020-12-15  Mike Bayerfix some pep8 warnings
2020-12-15  Mike BayerUse .expression accessor for hybrid example
2020-12-14  mike bayerMerge "Emit deprecation warnings for plain text under...
2020-12-14  Mike BayerEmit deprecation warning for general DDLElement.bind...
2020-12-14  mike bayerMerge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"
2020-12-14  mike bayerMerge "Emit 2.0 deprecation warning for sub-transactions"
2020-12-14  RamonWillSupport IF EXISTS/IF NOT EXISTS for DDL constructs
2020-12-14  Mike BayerEmit 2.0 deprecation warning for sub-transactions
2020-12-12  Gord ThompsonRemove autoload=True references
2020-12-12  mike bayerMerge "Fixes for lambda expressions and relationship...
2020-12-12  Mike BayerFixes for lambda expressions and relationship loaders
2020-12-12  mike bayerMerge "Send deterministic ordering into unit of work...
2020-12-12  Mike BayerSend deterministic ordering into unit of work topological
2020-12-11  Mike BayerEmit deprecation warnings for plain text under Session
2020-12-11  mike bayerMerge "correct for "autocommit" deprecation warning"
2020-12-11  Mike Bayercorrect for "autocommit" deprecation warning
2020-12-11  mike bayerMerge "Revise attribute refresh for with_loader_criteri...
2020-12-11  mike bayerMerge "add aiomysql support"
2020-12-11  Mike BayerRevise attribute refresh for with_loader_criteria,...
2020-12-10  Mike Bayeradd aiomysql support
2020-12-09  mike bayerMerge "Implement Oracle SERIALIZABLE + real read of...
2020-12-09  Mike BayerImplement Oracle SERIALIZABLE + real read of isolation...
2020-12-09  mike bayerMerge "Fixed compile for mssql dialect"
2020-12-09  Gord ThompsonFixed compile for mssql dialect
2020-12-09  mike bayerMerge "Implement `TypeEngine.as_generic`"
2020-12-09  Mike BayerRevert "Merge "add aiomysql support""
2020-12-09  Gord ThompsonImplement `TypeEngine.as_generic`
2020-12-08  mike bayerMerge "add aiomysql support"
2020-12-08  mike bayerMerge "Detect non compatible execution in async mode"
2020-12-08  Federico CaselliDetect non compatible execution in async mode
2020-12-08  Mike Bayeradd aiomysql support
2020-12-07  mike bayerMerge "Replace ``OrderedDict`` with a normal ``dict...
2020-12-07  mike bayerMerge "update docs that reference the deprecated `from_...
2020-12-07  Federico CaselliReplace ``OrderedDict`` with a normal ``dict`` in pytho...
2020-12-07  mike bayerMerge "fix non-ascii quotes in sqlite on update feature"
2020-12-07  Mike Bayerfix non-ascii quotes in sqlite on update feature
2020-12-07  jonathan vanascoupdate docs that reference the deprecated `from_engine...
2020-12-07  Mike BayerPass through plain selectable to .alias()
2020-12-04  Michael OliverAdd Optional type modifier to fields with default value... 5746/head
2020-12-03  Mike Bayerindicate classically mapped relationship in the datacla...
2020-12-03  mike bayerMerge "Reflect decimal points in MariaDB non-quoted...
2020-12-03  mike bayerMerge "Fix documentation link in query with_for_update"
2020-12-03  Mike BayerReflect decimal points in MariaDB non-quoted numeric...
2020-12-03  mike bayerMerge "Properly render ``cycle=False`` and ``order...
next