]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-06-25  Mike BayerUse index name to determine if an index is for the PK
2020-06-22  Federico CaselliAdd pip list to workflow, update setuptools
2020-06-19  Gord ThompsonApply dialect_options copy fix
2020-06-19  mike bayerMerge "Propose black py27 + py35 mode for the rest...
2020-06-19  Mike BayerAdd note indicating order of join() calls are important
2020-06-19  Mike BayerPropose black py27 + py35 mode for the rest of Py2K
2020-06-11  Mike BayerAdd version token to error URL
2020-06-11  Thodoris SotiropoulosAdd 'exists' to SQLite's reserved keywords
2020-06-11  Federico CaselliAdd documentation regarding row constructo in PostgreSQL
2020-06-11  mike bayerMerge "Improve ``Rendering Bound Parameters Inline...
2020-06-09  mike bayerMerge "updated historical terms with modern equivalents...
2020-06-09  Abraham SanghaFix capitalization typos in engines.rst
2020-06-06  jonathan vanascoupdated historical terms with modern equivalents
2020-06-04  Gord ThompsonFix connection string escaping for mssql+pyodbc
2020-06-04  Federico CaselliImprove ``Rendering Bound Parameters Inline`` documentation
2020-06-04  Mike BayerDocument that type_coerce does not currently imply...
2020-06-02  mike bayerMerge "Add default expression to query_expression(...
2020-06-01  mike bayerMerge "Support multiple dotted sections in mssql schema...
2020-06-01  Mike BayerSupport multiple dotted sections in mssql schema names
2020-06-01  Haoyu SunAdd default expression to query_expression()
2020-06-01  Gord ThompsonFix is_disconnect false positive for mssql+pyodbc
2020-05-29  Mike Bayeradd posargs to pep8
2020-05-28  mike bayerMerge "SYBASE: Added offset support" into rel_1_3
2020-05-28  Mark AmeryFix 'email_address' being typoed as 'email_addres'...
2020-05-27  Mike BayerRender table hints in generic SQL
2020-05-26  Mike BayerUpdates for examples/performance
2020-05-24  mike bayerMerge "Add with_for_update mysql new functionalities...
2020-05-24  Rafi ShamimAdd a docs link to the CockroachDB dialect
2020-05-24  snowman2SYBASE: Added offset support
2020-05-24  RobotScribeAdd with_for_update mysql new functionalities
2020-05-23  mike bayerMerge "Correctly apply self_group in type_coerce elemen...
2020-05-23  mike bayerMerge "Improve error message when using :meth:`_query...
2020-05-23  mike bayerMerge "Add note re: pymssql not in CI" into rel_1_3
2020-05-23  mike bayerMerge "fix typo in reference documentation" into rel_1_3
2020-05-23  Gord ThompsonStop converting mssql datetime.time parameters to datet...
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" into...
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-21  Miguel GrinbergFix query string escaping in engine URLs
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 bayerMerge "Use the same create-wheel workflow as in master...
2020-05-19  Federico CaselliSQLite 3.31 added support for computed column.
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  Gord ThompsonMove supports_sane_rowcount_returning = False to dialec...
2020-05-15  Federico CaselliImprove error message when using :meth:`_query.Query...
2020-05-15  Dylan ModesittAdd 'schema' parameter to table
2020-05-15  Gord ThompsonAdjust documentation wording for firebird and sybase
2020-05-14  Federico CaselliUse the same create-wheel workflow as in master
2020-05-14  Mike BayerActively unset reset agent in discard transaction
2020-05-14  Mike BayerRestore unreleased_XY directories
2020-05-13  Mike BayerVersion 1.3.18 placeholder
2020-05-13  Mike Bayer- 1.3.17 rel_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" into rel_1_3
2020-05-12  Federico CaselliFix typo in changelog of 5237
2020-05-11  Gord ThompsonLoad external firebird or sybase dialect if available
2020-05-10  Federico CaselliEnsure order in doctest of core/tutorial.rst
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 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-07  Mike BayerWarn when sorted_tables is not actually sorting
2020-05-06  Federico CaselliAdd sync_backref flag in a relationship
2020-05-06  mike bayerMerge "Add warn_deprecated_limited feature" into rel_1_3
2020-05-06  Mike BayerClarify create_engine encoding; update cx_Oracle
2020-05-05  Gord ThompsonAdd warn_deprecated_limited feature
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 bayerMerge "Capitalize documentation for relationship params...
2020-05-02  Mike BayerHandle non-string, non column expression in index for...
2020-05-01  Gord ThompsonMerge "Enable loading of external Firebird dialect...
2020-04-30  Mike Bayerrepair test_fetch_results
2020-04-30  Federico CaselliCapitalize documentation for relationship params
2020-04-30  Gord ThompsonEnable loading of external Firebird dialect, if available
2020-04-27  Mike BayerAlias the onclause if ORM join is to same polymorphic...
2020-04-22  Federico CaselliFix regression when reflecting tables in MSSQL
2020-04-21  mike bayerMerge "Add ColumnProperty.Comparator.expressions" into...
2020-04-20  Gord ThompsonFix typo in pymssql documentation; minor clarification
2020-04-20  Mike BayerAdd ColumnProperty.Comparator.expressions
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 Casellifix changelog
2020-04-20  Gord ThompsonRename py.test to pytest
2020-04-20  Gord ThompsonAdd @requirements.schemas to test_create_table_schema
2020-04-19  Mike BayerRaise informative error when non-object m2o comparison...
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
next