]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-05-19  jonathan vanascoattrifbute -> attribute 5328/head
2020-05-18  jonathan vanascodocstring requested changes
2020-05-14  jonathan vanascoadded docstring about expire_on_commit
2020-05-14  Mike BayerActively unset reset agent in discard transaction
2020-05-14  Mike BayerRestore unreleased_XY directories
2020-05-13  Mike Bayercherry-pick changelog update for 1.3.18
2020-05-13  Mike Bayercherry-pick changelog from 1.3.17
2020-05-13  mike bayerMerge "Assert reset agent always set correctly and...
2020-05-13  Mike BayerAssert reset agent always set correctly and is active
2020-05-13  mike bayerMerge "Load external firebird or sybase dialect if...
2020-05-12  mike bayerMerge "Fix typo in changelog of 5237"
2020-05-12  Federico CaselliFix typo in changelog of 5237
2020-05-11  Federico CaselliEnsure order in doctest of core/tutorial.rst
2020-05-11  Gord ThompsonLoad external firebird or sybase dialect if available
2020-05-09  mike bayerMerge "Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB...
2020-05-09  mike bayerMerge "Warn when sorted_tables is not actually sorting"
2020-05-09  mike bayerMerge "Expand CTE testing and begin to make this more...
2020-05-08  Mike BayerUse cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOB
2020-05-08  Mike BayerExpand CTE testing and begin to make this more prominent.
2020-05-08  mike bayerMerge "Add sync_backref flag in a relationship"
2020-05-07  Mike BayerWarn when sorted_tables is not actually sorting
2020-05-06  mike bayerMerge "Add warn_deprecated_limited feature"
2020-05-06  mike bayerMerge "fixes #4212 raise an error if selectable and...
2020-05-06  Mike BayerClarify create_engine encoding; update cx_Oracle
2020-05-05  Federico CaselliAdd sync_backref flag in a relationship
2020-05-04  Mike BayerConsider aliased=True, from_joinpoint as legacy
2020-05-04  mike bayerMerge "Don't apply sets or similar to objects in Identi...
2020-05-04  Mike BayerBaked query needs to spoil fully on uncachable option
2020-05-04  Mike BayerDon't apply sets or similar to objects in IdentitySet
2020-05-02  Mike BayerFix links in future engine to refer to engine.Result
2020-05-02  Mike BayerIntegrate new Result into ORM query
2020-05-02  mike bayerMerge "Capitalize documentation for relationship params"
2020-05-02  mike bayerMerge "Handle non-string, non column expression in...
2020-05-02  Mike BayerDocumentation updates for ResultProxy -> Result
2020-05-02  Mike BayerHandle non-string, non column expression in index for...
2020-05-01  mike bayerMerge "Propose Result as immediate replacement for...
2020-05-01  Mike BayerPropose Result as immediate replacement for ResultProxy
2020-05-01  Gord ThompsonAdd warn_deprecated_limited feature
2020-05-01  Gord ThompsonMerge "Enable loading of external Firebird dialect...
2020-04-30  Mike Bayerrepair test_fetch_results
2020-04-30  Gord ThompsonEnable loading of external Firebird dialect, if available
2020-04-29  Federico CaselliDeprecate unsupported dialects and dbapi
2020-04-29  Mike BayerRestore a line break that is needed for a clean merge
2020-04-28  Federico CaselliCapitalize documentation for relationship params
2020-04-28  mike bayerMerge "Alias the onclause if ORM join is to same polymo...
2020-04-28  RamonWillfixes #4212 raise an error if selectable and flat/alias...
2020-04-28  Federico Caselliother minor cleanups 5287/head
2020-04-27  Mike BayerAlias the onclause if ORM join is to same polymorphic...
2020-04-27  Federico Casellifix typo SQLAchemy -> SQLAlchemy
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
next