]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-04-13  Mike BayerAdd missing definitions to glossary
2020-04-13  mike bayerMerge "A few adjustments for tests to succeed on python...
2020-04-13  mike bayerMerge "Add ``comment`` attribute to :class:`.Column...
2020-04-13  Federico CaselliA few adjustments for tests to succeed on python 3.5
2020-04-13  mike bayerMerge "Use define_tables for IsOrIsNotDistinctFromTest...
2020-04-11  Federico CaselliAdd ``comment`` attribute to :class:`.Column` ``__repr_...
2020-04-11  Mike BayerFix almost all read-level sphinx warnings
2020-04-10  Mike BayerUse define_tables for IsOrIsNotDistinctFromTest
2020-04-10  mike bayerMerge "Fix distinct_from test for Firebird et al."...
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 BayerModernize test_defaults
2020-04-09  Gord ThompsonFix distinct_from test for Firebird et al.
2020-04-08  Federico CaselliAdd github action workflow to run tests on master and...
2020-04-08  Mike BayerVersion 1.3.17 placeholder
2020-04-08  Mike Bayer- 1.3.16 rel_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-06  Gord ThompsonBroaden is[not]_distinct_from support
2020-04-06  mike bayerMerge "Replace engine.execute w/ context manager (step1...
2020-04-06  Mike BayerEnsure length parameter of Enum is adapted to new objects
2020-04-06  mike bayerMerge "Add length parameter in `Enum`" into rel_1_3
2020-04-06  Gord ThompsonReplace engine.execute w/ context manager (step1)
2020-04-06  Federico CaselliAdd length parameter in `Enum`
2020-04-05  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-03-30  Mike BayerFix sqlite memory req
2020-03-30  Mike BayerRemove ORDER BY pk from subqueryload, selectinload
2020-03-30  Federico CaselliString compiler can now literal compile datetime objects
2020-03-26  michitaro.koiketypo: missing comma
2020-03-24  Gord ThompsonImplement autocommit isolation level for pysqlite
2020-03-24  Mike BayerReword changelog for issue #5207
2020-03-23  Gord ThompsonImplement autocommit isolation level for cx_oracle
2020-03-22  Mike BayerTest instance for matching class hierarchy on get_from_...
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-17  Mike BayerFix "special_key" attribute name in association proxy...
2020-03-16  Federico CaselliSupport inspection of computed column
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 BayerRemove trailing slashes in pre-commit config
2020-03-11  Federico CaselliFix link in docs of query_expression and with_expression
2020-03-11  Mike BayerVersion 1.3.16 placeholder
2020-03-11  Mike Bayer- 1.3.15 rel_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 BayerVersion 1.3.15 placeholder
2020-03-10  Mike Bayer- 1.3.14 rel_1_3_14
2020-03-10  Gord ThompsonReflect comments from any table accessible by the curre...
2020-03-09  Gord ThompsonFix comment re: ODBC driver name on Windows.
2020-03-08  Gord ThompsonClean up list of external dialects
2020-03-04  Mike BayerRender VALUES within composed MySQL on duplicate key...
2020-03-04  mike bayerMerge "Don't import provision.py unconditionally" into...
2020-03-04  Federico Casellifix typo in PickleType documentation
2020-03-04  Mike BayerDon't import provision.py unconditionally
2020-03-04  Mike BayerRestore 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 bayerMerge "Ensure all nested exception throws have a cause...
2020-03-03  Mike BayerInclude column_property composition examples
2020-03-02  Mike BayerEnsure all nested exception throws have a cause
2020-03-02  Mike BayerUpdate dialect API documentation
2020-02-29  Eric BorczukWhile parsing for check constraints, ignore newline...
2020-02-28  Albert TugushevRemove print statement in favor of print() function...
2020-02-24  Mike BayerRemove needless clauseelement check for batch
2020-02-20  Mike BayerRemove unnecessary tuple; prepare for "iterator" verbiage
2020-02-17  mike bayerMerge "Pass DDLCompiler IdentifierPreparer to visit_ENU...
2020-02-17  mike bayerMerge "Limit non-backend critical profiling tests to...
2020-02-17  mike bayerMerge "Begin to disallow back_populates with viewonly...
2020-02-17  Mike BayerLimit non-backend critical profiling tests to SQLite
2020-02-17  Mike BayerPass DDLCompiler IdentifierPreparer to visit_ENUM
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 BayerFractional seconds starts at Python 3.7
2020-02-13  Mike BayerImprove ResultProxy/Row documentation before the API...
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 BayerRework combination exclusions
2020-02-08  Mike BayerFixes for public_factory and mysql/pg dml functions
2020-02-07  Mike BayerVendor inspect.formatannotation
2020-02-07  randallkUpdate basic_relationships.rst
2020-02-06  Mike BayerDocument SQLite "mixed binary" behavior
2020-02-04  Mike BayerAdd second section detailing cascade_backrefs to backre...
2020-01-31  Mike BayerWarn for runid changing in load events; add restore_loa...
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" into rel_1_3
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-26  Gord ThompsonRefactor test provisioning to dialect-level files
2020-01-24  mike bayerMerge "Add keywords to MutableList.sort()" into rel_1_3
2020-01-24  Gord ThompsonAdd test requirement: indexes_with_ascdesc
2020-01-23  Mike BayerAdd keywords to MutableList.sort()
2020-01-22  Mike BayerInstanceState default path is RootRegistry, not tuple
next