]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-04-10  Federico Casellifix changelog 5247/head
2020-04-10  mike bayerMerge "Evaluate fixes for cx_Oracle 8 API changes"
2020-04-10  Mike BayerEvaluate fixes for cx_Oracle 8 API changes
2020-04-10  Mike BayerRepair CTE a in b tests
2020-04-10  mike bayerMerge "Remove code deprecated before version 1.1"
2020-04-10  Mike BayerModernize test_defaults
2020-04-08  Federico CaselliRemove code deprecated before version 1.1
2020-04-08  Federico CaselliChange ``orm.future`` to ``future.orm`` 5240/head
2020-04-08  Mike Bayertop link to 2.0 from the 1.4 docs
2020-04-08  Mike Bayercherry-pick changelog update for 1.3.17
2020-04-08  Mike Bayercherry-pick changelog from 1.3.16
2020-04-08  mike bayerMerge "Use dot-separated name resolution for relationsh...
2020-04-07  Mike BayerUse dot-separated name resolution for relationship...
2020-04-07  Mike BayerGracefully skip isolation level if no row returned
2020-04-07  mike bayerMerge "Add github action workflow to run tests on maste...
2020-04-07  mike bayerMerge "Broaden is[not]_distinct_from support"
2020-04-06  mike bayerMerge "Clean up (engine|db).execute for oracle"
2020-04-06  Gord ThompsonClean up (engine|db).execute for oracle
2020-04-06  Mike BayerEnsure length parameter of Enum is adapted to new objects
2020-04-06  mike bayerMerge "Add length parameter in `Enum`"
2020-04-06  Federico CaselliAdd length parameter in `Enum`
2020-04-06  mike bayerMerge "fix typo on testing.skip_if assertion"
2020-04-04  Gord ThompsonApply fix to ComputedReflectionFixtureTest
2020-04-04  Mike BayerEnsure context.attrbutes dictionary is reset each time
2020-04-03  Mike BayerKey subqueryloaders on the property object, not string key
2020-04-03  Federico CaselliAdd github action workflow to run tests on master and...
2020-04-03  Mike BayerRun autoflush for column attribute load operations
2020-04-02  Gord ThompsonBroaden is[not]_distinct_from support
2020-04-01  Mike BayerRepair caching / traversals for values
2020-04-01  Mike BayerTry to measure new style caching in the ORM, take two
2020-04-01  Mike BayerFix databases -> dialects
2020-04-01  Federico Casellifix typo on testing.skip_if assertion
2020-03-31  mike bayerMerge "Clean up (engine|db).execute for sqlite"
2020-03-31  mike bayerMerge "Clean up (engine|db).execute for mysql"
2020-03-31  mike bayerMerge "Clean up .execute calls in PostgreSQL tests"
2020-03-31  Gord ThompsonClean up .execute calls in PostgreSQL tests
2020-03-31  Gord ThompsonClean up (engine|db).execute for sqlite
2020-03-31  Gord ThompsonClean up (engine|db).execute for mysql
2020-03-31  Gord ThompsonFix one more db.execute in mssql test
2020-03-30  Mike BayerFix sqlite memory req
2020-03-30  Mike Bayerupdates to 2.0 migration notes
2020-03-30  Mike BayerRemove ORDER BY pk from subqueryload, selectinload
2020-03-30  mike bayerMerge "String compiler can now literal compile datetime...
2020-03-30  mike bayerMerge "Add a third labeling mode for SELECT statements"
2020-03-30  Mike BayerAdd a third labeling mode for SELECT statements
2020-03-30  mike bayerMerge "Remove support for python 3.4"
2020-03-29  Federico CaselliRemove support for python 3.4
2020-03-29  Federico CaselliString compiler can now literal compile datetime objects
2020-03-29  mike bayerMerge "Repair queries from #5134 to ORDER BY outside...
2020-03-29  Mike BayerRepair queries from #5134 to ORDER BY outside the subquery
2020-03-28  Federico CaselliFix typo in resultproxy.c and test compatibility with...
2020-03-26  Mike Bayerintroduce "autobegin" concept for Connection
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
next