]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-03-04  Federico Casellifix typo in PickleType documentation 5186/head
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-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
2020-02-22  Mike BayerEnsure descendants of mixins don't become cacheable
2020-02-22  mike bayerMerge "Repair inline flag"
2020-02-22  Mike BayerRepair inline flag
2020-02-22  Mike BayerMerge remote-tracking branch 'origin/pr/5141'
2020-02-22  Gord ThompsonUpdate test_unicode and move to test suite
2020-02-21  Mike BayerResult initial introduction
2020-02-21  Mike BayerDeprecate connection branching
2020-02-21  Mike Bayerdoc updates to 2.0 migration document
2020-02-20  mike bayerMerge "Remove unnecessary tuple; prepare for "iterator...
2020-02-20  Mike BayerRemove unnecessary tuple; prepare for "iterator" verbiage
2020-02-19  Mike BayerModernize test_rowcount and move to dialect suite
2020-02-19  mike bayerMerge "Replace engine.execute w/ context manager (step1)"
2020-02-18  Mike BayerRevise cx_Oracle, mysqlclient versions
2020-02-17  mike bayerMerge "Pass DDLCompiler IdentifierPreparer to visit_ENUM"
2020-02-17  mike bayerMerge "Create initial future package, RemovedIn20Warning"
2020-02-17  mike bayerMerge "Begin to disallow back_populates with viewonly...
2020-02-17  Mike BayerPass DDLCompiler IdentifierPreparer to visit_ENUM
2020-02-17  Mike BayerLimit non-backend critical profiling tests to SQLite
2020-02-17  Gord ThompsonReplace engine.execute w/ context manager (step1)
2020-02-17  Mike Bayercallcount adjust
2020-02-17  Mike BayerFurther refine fractional seconds datetimeoffset fixture
2020-02-16  Mike BayerUpdate test reqs for mariadb 10.4, 10.5
2020-02-13  mike bayerMerge "Document new LIMIT/OFFSET support; support subqu...
2020-02-13  Mike BayerFractional seconds starts at Python 3.7
2020-02-13  Mike BayerDocument new LIMIT/OFFSET support; support subquery...
2020-02-13  Mike BayerImprove ResultProxy/Row documentation before the API...
2020-02-12  Mike BayerCreate initial future package, RemovedIn20Warning
2020-02-11  Mike BayerBegin to disallow back_populates with viewonly=True
2020-02-10  Gord ThompsonFix handling of None as parameter for a datetimeoffset...
2020-02-10  mike bayerMerge "Rework combination exclusions"
2020-02-10  Mike BayerRework combination exclusions
2020-02-08  Mike BayerFixes for public_factory and mysql/pg dml functions
2020-02-08  Federico Casellifix documentation typos 5141/head
2020-02-07  Mike BayerVendor inspect.formatannotation
2020-02-07  mike bayerMerge "MSSQL 2014 OFFSET/FETCH syntax support"
2020-02-07  ElkinMSSQL 2014 OFFSET/FETCH syntax support
2020-02-07  Mike BayerMerge remote-tracking branch 'origin/pr/5105'
2020-02-06  Mike BayerDocument SQLite "mixed binary" behavior
2020-02-04  Mike BayerAdd second section detailing cascade_backrefs to backre...
2020-02-01  Mike BayerDo away with pool._refs
2020-01-31  mike bayerMerge "Warn for runid changing in load events; add...
2020-01-31  Mike BayerWarn for runid changing in load events; add restore_loa...
2020-01-30  mike bayerMerge "Raise for unexpected polymorphic identity"
2020-01-30  Mike BayerRaise for unexpected polymorphic identity
2020-01-28  mike bayerMerge "Accommodate for base class when adjusting path...
2020-01-28  mike bayerMerge "Add py3.8, py3.9 token to setup.py"
2020-01-28  Mike BayerAccommodate for base class when adjusting path for...
2020-01-27  Federico CaselliAdd pyproject
2020-01-27  Gord ThompsonAdd py3.8, py3.9 token to setup.py
2020-01-27  mike bayerMerge "Improve .gitignore by adding other patterns...
2020-01-26  mike bayerMerge "Refactor test provisioning to dialect-level...
2020-01-26  Gord ThompsonRefactor test provisioning to dialect-level files
2020-01-25  Federico CaselliDeprecate empty or_() and and_()
2020-01-24  Federico CaselliImprove .gitignore by adding other patterns, like the
2020-01-24  mike bayerMerge "Add keywords to MutableList.sort()"
2020-01-24  mike bayerMerge "Add test requirement: indexes_with_ascdesc"
2020-01-24  Gord ThompsonAdd test requirement: indexes_with_ascdesc
2020-01-23  Mike BayerAdd keywords to MutableList.sort()
2020-01-23  mike bayerMerge "InstanceState default path is RootRegistry,...
2020-01-22  mike bayerMerge "Query linter option"
2020-01-22  Mike BayerInstanceState default path is RootRegistry, not tuple
2020-01-22  Mike Bayercherry-pick changelog update for 1.3.14
2020-01-22  Mike Bayercherry-pick changelog from 1.3.13
2020-01-22  Alessio BogonQuery linter option
2020-01-22  mike bayerMerge "Reorganize core event modules to avoid import...
2020-01-22  Mike BayerClarify documentation for lazy_loaded_from
2020-01-22  Mike BayerReorganize core event modules to avoid import cycles
2020-01-20  Mike BayerAdjust natural path to relationship's base mapper for...
2020-01-20  randallkUpdate basic_relationships.rst 5105/head
2020-01-18  Gord ThompsonImprove regex parsing of CHECK constraints for PostgreSQL.
2020-01-18  mike bayerMerge "apply asbool reduction to the onclause in join()"
2020-01-17  Mike BayerRemove jython code, remove all jython / pypy symbols
2020-01-17  Mike Bayerapply asbool reduction to the onclause in join()
2020-01-16  Mike BayerMerge remote-tracking branch 'origin/pr/5099'
2020-01-16  Mike BayerMerge remote-tracking branch 'origin/pr/5077'
next