]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-03-26  michitaro.koiketypo: missing comma 5215/head
2020-03-25  Federico CaselliFix typos in migration_20 documentation
2020-03-25  mike bayerMerge "Correct ambiguous func / class links"
2020-03-25  mike bayerMerge "Deprecate add of columns in order by with distinct"
2020-03-25  Mike BayerCorrect ambiguous func / class links
2020-03-25  Federico CaselliDeprecate add of columns in order by with distinct
2020-03-24  mike bayerMerge "Implement autocommit isolation level for pysqlite"
2020-03-24  mike bayerMerge "Implement SQL VALUES in core."
2020-03-24  mike bayerMerge "Convert schema_translate to a post compile"
2020-03-24  mike bayerMerge "Improve the method ``__str__`` of :class:`Column...
2020-03-24  Federico CaselliImprove the method ``__str__`` of :class:`ColumnCollection`
2020-03-24  Mike BayerAdd link to whats new in 2.0 doc
2020-03-24  Mike BayerConvert schema_translate to a post compile
2020-03-24  Gord ThompsonImplement autocommit isolation level for pysqlite
2020-03-24  Gord ThompsonImplement SQL VALUES in core.
2020-03-24  Mike BayerReword changelog for issue #5207
2020-03-23  mike bayerMerge "Remove deprecated elements from selectable.py...
2020-03-23  Mike BayerRemove deprecated elements from selectable.py; remove...
2020-03-23  Gord ThompsonImplement autocommit isolation level for cx_oracle
2020-03-22  mike bayerMerge "Test instance for matching class hierarchy on...
2020-03-22  Mike BayerTest instance for matching class hierarchy on get_from_...
2020-03-22  mike bayerMerge "Deprecate plain string in execute and introduce...
2020-03-21  Federico CaselliDeprecate plain string in execute and introduce `exec_d...
2020-03-21  Mike BayerRemove pyproject.toml from distribution
2020-03-20  Mike BayerClarify Alembic vs. Migrate
2020-03-20  Mike BayerEmphasize context managers when working with Core
2020-03-20  Mike BayerCorrect misleading guidance on multiprocessing
2020-03-18  mike bayerDon't include PG INCLUDE columns as regular index columns
2020-03-18  mike bayerMerge "updated doc string to show `NOT (EXISTS` instead...
2020-03-17  mike bayerMerge "import the module as passed before we look in...
2020-03-17  Mike Bayerimport the module as passed before we look in sys.modules
2020-03-17  Mike BayerFix "special_key" attribute name in association proxy...
2020-03-15  Federico CaselliSupport inspection of computed column
2020-03-14  jonathan vanascoupdated doc string to show `NOT (EXISTS` instead of...
2020-03-13  mike bayerMerge "Fix IntegerTest for sqlalchemy-firebird"
2020-03-13  Gord ThompsonFix tests failing for SQLite file databases; repair...
2020-03-13  Mike BayerDisable sqlite_file tests by default, take two
2020-03-13  Mike BayerInclude schema in all_tab_comments query
2020-03-12  Mike BayerDont raise on pytest deprecation warnings
2020-03-12  Mike BayerAdd placeholder for sqlite file database
2020-03-12  Mike BayerRemove trailing slashes in pre-commit config
2020-03-11  mike bayerMerge "Fix link in docs of query_expression and with_ex...
2020-03-11  Federico CaselliFix link in docs of query_expression and with_expression
2020-03-11  mike bayerMerge "Add missing changelog"
2020-03-11  mike bayerMerge "Rework select(), CompoundSelect() in terms of...
2020-03-11  Federico CaselliAdd missing changelog
2020-03-11  Mike Bayercherry-pick changelog update for 1.3.16
2020-03-11  Mike Bayercherry-pick changelog from 1.3.15
2020-03-11  Mike BayerRepair broken call to sys.exc_info()
2020-03-10  Mike BayerReword implicit left join error; ensure deterministic...
2020-03-10  mike bayerMerge "Also run black --check in the tox pep8 env"
2020-03-10  mike bayerMerge "Simplified module pre-loading strategy and made...
2020-03-10  Mike BayerRework select(), CompoundSelect() in terms of CompileState
2020-03-10  Federico CaselliAlso run black --check in the tox pep8 env
2020-03-10  Federico CaselliDeprecate :func:`.eagerload` and :func:`.relation`
2020-03-10  Mike Bayercherry-pick changelog update for 1.3.15
2020-03-10  Mike Bayercherry-pick changelog from 1.3.14
2020-03-10  Gord ThompsonReflect comments from any table accessible by the curre...
2020-03-09  Mike BayerMerge remote-tracking branch 'origin/pr/5058'
2020-03-07  Federico CaselliSimplified module pre-loading strategy and made it...
2020-03-07  Gord ThompsonClean up list of external dialects
2020-03-06  Mike BayerDecouple compiler state from DML objects; make cacheable
2020-03-05  mike bayerMerge "Render VALUES within composed MySQL on duplicate...
2020-03-04  mike bayerMerge "Add docker commands to README.unittests"
2020-03-04  Mike BayerRender VALUES within composed MySQL on duplicate key...
2020-03-04  mike bayerMerge "Don't import provision.py unconditionally"
2020-03-04  Federico CaselliAdd docker commands to README.unittests
2020-03-04  Mike BayerMerge remote-tracking branch 'origin/pr/5186'
2020-03-04  Federico Casellifix typo in PickleType documentation 5186/head
2020-03-04  mike bayerMerge "Remove the deprecated loader options"
2020-03-04  mike bayerMerge "Restore crud flags if visiting_cte is set"
2020-03-04  Mike BayerRun handle_error for any exceptions raised in execute_c...
2020-03-03  Mike BayerRestore crud flags if visiting_cte is set
2020-03-03  Federico CaselliRemove the deprecated loader options
2020-03-03  Mike BayerDon't import provision.py unconditionally
2020-03-03  Mike BayerInclude column_property composition examples
2020-03-02  mike bayerMerge "Ensure all nested exception throws have a cause"
2020-03-02  Mike BayerEnsure all nested exception throws have a cause
2020-03-02  mike bayerMerge "Remove obsolete util.compat.nested"
2020-03-02  Gord ThompsonRemove obsolete util.compat.nested
2020-03-02  mike bayerMerge "Deprecate the databases packages"
2020-03-02  Mike BayerUpdate dialect API documentation
2020-03-02  mike bayerMerge "Discontinue dynamic __visit_name__"
2020-03-02  Mike BayerDiscontinue dynamic __visit_name__
2020-03-01  mike bayerMerge "While parsing for check constraints, ignore...
2020-02-29  Eric BorczukWhile parsing for check constraints, ignore newline...
2020-02-29  mike bayerMerge "Open up check for relationships that write to...
2020-02-28  Federico CaselliDeprecate the databases packages
2020-02-28  mike bayerMerge "Remove print statement in favor of print() funct...
2020-02-27  Mike BayerOpen up check for relationships that write to the same...
2020-02-26  Mike BayerDon't call pre_ping for fresh connection
2020-02-26  Albert TugushevRemove print statement in favor of print() function...
2020-02-25  Gord ThompsonFix IntegerTest for sqlalchemy-firebird
2020-02-24  mike bayerMerge "Revise cx_Oracle, mysqlclient versions"
2020-02-24  mike bayerMerge "Clean up test_types.py in test suite"
2020-02-24  Mike BayerRemove needless clauseelement check for batch
2020-02-24  Mike BayerDeprecate row.keys() for 2.0, not 1.x
2020-02-24  mike bayerMerge "Ensure schema-level table includes annotations...
2020-02-24  Mike BayerEnsure schema-level table includes annotations in caching
2020-02-23  Gord ThompsonClean up test_types.py in test suite
next