]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-04-24  Federico CaselliUpdate automatic label 5279/head
2020-04-23  Federico CaselliImprove bug report
2020-04-23  Federico CaselliUpdate issue templates
2020-04-23  Federico CaselliAdd code of conduct and contributing
2020-04-22  mike bayerMerge "Fix regression when reflecting tables in MSSQL"
2020-04-22  Federico CaselliFix regression when reflecting tables in MSSQL
2020-04-21  mike bayerMerge "Add ColumnProperty.Comparator.expressions"
2020-04-20  Mike BayerAdd ColumnProperty.Comparator.expressions
2020-04-20  Gord ThompsonFix typo in pymssql documentation; minor clarification
2020-04-20  mike bayerMerge "Deprecate ``DISTINCT ON`` when not targeting...
2020-04-20  mike bayerMerge "Support `ARRAY` of `Enum`, `JSON` or `JSONB`"
2020-04-20  Federico CaselliSupport `ARRAY` of `Enum`, `JSON` or `JSONB`
2020-04-20  mike bayerMerge "Raise informative error when non-object m2o...
2020-04-20  Federico CaselliDeprecate ``DISTINCT ON`` when not targeting PostgreSQL
2020-04-20  Gord ThompsonClean up .execute in test/sql/test_functions.py
2020-04-20  Mike BayerMerge remote-tracking branch 'origin/pr/5247'
2020-04-20  mike bayerMerge "Update pymssql information for mssql dialect"
2020-04-20  Gord ThompsonUpdate pymssql information for mssql dialect
2020-04-20  mike bayerMerge "Rename py.test to pytest"
2020-04-19  Mike BayerRaise informative error when non-object m2o comparison...
2020-04-18  Gord ThompsonAdd @requirements.schemas to test_create_table_schema
2020-04-16  Gord ThompsonRename py.test to pytest
2020-04-16  Mike BayerCreate initial 2.0 engine implementation
2020-04-15  mike bayerMerge "Pass connection to TablesTest.insert_data()"
2020-04-15  Mike BayerPass connection to TablesTest.insert_data()
2020-04-14  Mike BayerSet up absolute references for create_engine and related
2020-04-14  mike bayerMerge "Run search and replace of symbolic module names"
2020-04-14  mike bayerMerge "Clean up .execute calls in test_results.py"
2020-04-14  mike bayerMerge "Clean up .execute calls in test_select.py"
2020-04-14  mike bayerMerge "Clean up .execute in test/sql/test_returning.py"
2020-04-14  mike bayerMerge "Clean up .execute in test/sql/test_query.py"
2020-04-14  mike bayerMerge "Clean up .execute in test/sql/test_deprecations.py"
2020-04-14  mike bayerMerge "Clean up .execute in test/sql/test_resultset.py"
2020-04-14  mike bayerMerge "Clean up .execute calls in remaining suite tests"
2020-04-14  mike bayerMerge "Clean up .execute calls in test_sequence.py"
2020-04-14  mike bayerMerge "Clean up .execute calls in test_insert.py"
2020-04-14  Mike BayerRun search and replace of symbolic module names
2020-04-14  mike bayerMerge "Enable zzzeeksphinx module prefixes"
2020-04-14  Mike BayerEnable zzzeeksphinx module prefixes
2020-04-14  Gord ThompsonClean up .execute in test/sql/test_returning.py
2020-04-13  Mike BayerAdjust changelog files for removed directories
2020-04-13  Mike BayerSquashed commit of the following:
2020-04-13  Mike BayerAdd missing definitions to glossary
2020-04-13  Mike BayerMerge remote-tracking branch 'origin/pr/5241'
2020-04-13  mike bayerMerge "Clean up .execute in test/sql/test_types.py"
2020-04-13  mike bayerMerge "Repair find tables"
2020-04-13  mike bayerMerge "Add ``comment`` attribute to :class:`.Column...
2020-04-13  Gord ThompsonClean up .execute in test/sql/test_types.py
2020-04-13  Gord ThompsonClean up .execute in test/sql/test_query.py
2020-04-13  mike bayerMerge "Use define_tables for IsOrIsNotDistinctFromTest"
2020-04-12  Gord ThompsonClean up .execute in test/sql/test_deprecations.py
2020-04-12  Gord ThompsonClean up .execute in test/sql/test_resultset.py
2020-04-12  Gord ThompsonClean up .execute calls in remaining suite tests
2020-04-12  Gord ThompsonClean up .execute calls in test_sequence.py
2020-04-11  Gord ThompsonClean up .execute calls in test_results.py
2020-04-11  Federico CaselliAdd ``comment`` attribute to :class:`.Column` ``__repr_...
2020-04-11  Gord ThompsonClean up .execute calls in test_select.py
2020-04-11  Mike BayerFix almost all read-level sphinx warnings
2020-04-11  Gord ThompsonClean up .execute calls in test_insert.py
2020-04-11  mike bayerMerge "The :meth:`.Inspector.reflecttable` was renamed...
2020-04-10  Federico CaselliThe :meth:`.Inspector.reflecttable` was renamed to...
2020-04-10  Mike BayerUse define_tables for IsOrIsNotDistinctFromTest
2020-04-10  Federico Casellifix changelog 5247/head
2020-04-10  mike bayerMerge "Fix distinct_from test for Firebird et al."
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-09  Federico Caselliimprove linux build 5241/head
2020-04-09  Gord ThompsonFix distinct_from test for Firebird et al.
2020-04-09  Mike BayerRepair find tables
2020-04-08  Federico Caselliallow for no spaced near the = in the tag_build
2020-04-08  Federico Caselliremove duplicated pip update command
2020-04-08  Federico CaselliRemove code deprecated before version 1.1
2020-04-08  Federico Caselliremove tag_build from setup.cfg
2020-04-08  Federico CaselliAdd github workflow to generate wheel running after...
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
next