]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-05-23  mike bayerMerge "fix typo in reference documentation"
2020-05-23  Federico CaselliAdd python 3.8 profiles; remove zoomark tests
2020-05-23  Gord ThompsonStop converting mssql datetime.time parameters to datet...
2020-05-23  mike bayerMerge "Add immutabledict C code"
2020-05-23  Mike BayerAdd immutabledict C code
2020-05-22  Federico Casellifix typo in reference documentation
2020-05-22  Federico CaselliCorrectly apply self_group in type_coerce element.
2020-05-22  mike bayerMerge "Fix query string escaping in engine URLs"
2020-05-22  mike bayerMerge "Don't emit pyodbc "no driver" warning for empty...
2020-05-22  Mike BayerCross reference do_connect() event w/ creator
2020-05-22  Mike BayerDon't emit pyodbc "no driver" warning for empty URL
2020-05-22  mike bayerMerge "Structural / performance refinements"
2020-05-22  Mike BayerStructural / performance refinements
2020-05-22  Mike BayerDon't incref on new reference key_style
2020-05-21  mike bayerMerge "Performance fixes for new result set"
2020-05-21  Miguel GrinbergFix query string escaping in engine URLs
2020-05-21  Mike BayerPerformance fixes for new result set
2020-05-20  Federico CaselliTarget real pypi in the create wheel workflow
2020-05-19  Mike Bayerfix table.schema version to 1.3.18
2020-05-19  mike bayerMerge "SQLite 3.31 added support for computed column."
2020-05-19  mike bayerMerge "Introduce :class:`.IdentityOptions` to store...
2020-05-19  Mike BayerDisable "check unicode returns" under Python 3
2020-05-19  Federico CaselliSQLite 3.31 added support for computed column.
2020-05-18  Mike BayerStreamline visitors.iterate
2020-05-17  mike bayerMerge "Update transaction / connection handling"
2020-05-17  Mike BayerUpdate transaction / connection handling
2020-05-16  Mike BayerReword delete-orphan on many error message and document
2020-05-16  Gord ThompsonAdd note re: pymssql not in CI
2020-05-15  Federico CaselliIntroduce :class:`.IdentityOptions` to store common...
2020-05-15  RobotScribeAdd with_for_update mysql new functionalities
2020-05-15  mike bayerMerge "Add 'schema' parameter to table"
2020-05-15  Federico CaselliImprove error message when using :meth:`_query.Query...
2020-05-15  mike bayerMerge "Adjust documentation wording for firebird and...
2020-05-15  mike bayerMerge "Move supports_sane_rowcount_returning = False...
2020-05-15  Gord ThompsonAdjust documentation wording for firebird and sybase
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  Gord ThompsonMove supports_sane_rowcount_returning = False to dialec...
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-10  Dylan ModesittAdd 'schema' parameter to table
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"
next