]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-03-03  Mike BayerRemove passive_deletes warning for many-to-one
2021-03-01  John WhitlockAs of 1.1, there are five object states
2021-03-01  Mike Bayerdoc clarification re: schema translate
2021-02-22  Mike Bayerdocument TypeDecorator schemes for MONEY
2021-02-18  Federico CaselliFix test that incorrectly used ; as query separator
2021-02-18  Mike BayerExtract table names when comparing to nrte error
2021-02-16  serzeyUpdate declarative_mixins.rst
2021-02-15  Mike Bayerzzzeeksphinx 1.2.1 needed w/ sphinx 3.5.0
2021-02-15  Sam BullBumy Sphinx
2021-02-14  Mike BayerAdd emphasis to URL documentation re: URL encoding
2021-02-08  Mike BayerAdd identifier_preparer per-execution context for schem...
2021-02-05  Mike BayerPrecede sp_columns with EXEC
2021-02-05  Paul LettichFix broken link to cx_Oracle documentation
2021-02-04  Mike BayerAccommodate column-based naming conventions for pk...
2021-02-01  Mike BayerVersion 1.3.24 placeholder
2021-02-01  Mike Bayer- 1.3.23 rel_1_3_23
2021-01-31  Mike Bayerset identifier length for MySQL constraints to 64
2021-01-29  Gord ThompsonUse schema._copy_expression() fully in column collectio...
2021-01-29  Mike BayerClarify Column.index / Column.unique parameters
2021-01-28  Mike BayerAllow Oracle CLOB/NCLOB/BLOB in returning
2021-01-25  Mike BayerAdd more docs on engine connecting w/ URL parameters
2021-01-24  Mike Bayerun-ignore mike's favorite testing filenames
2021-01-24  mike bayerMerge "Set upper bound to pg8000 version" into rel_1_3
2021-01-23  Giuseppe LumiaSet upper bound to pg8000 version
2021-01-23  mike bayerMerge "remove __allowlist__" into rel_1_3
2021-01-23  mike bayerMerge "include negation symbol in numeric default match...
2021-01-23  Mike Bayerremove __allowlist__
2021-01-23  jonathan vanascoRemoved some legacy terms in favor of modern equivalent...
2021-01-23  Mike Bayerinclude negation symbol in numeric default match
2021-01-15  mike bayerMerge "Add mssql+turbodbc to external dialect list...
2021-01-14  Mike BayerUse UnsupportedCompilationError for no default compiler
2021-01-13  Gord ThompsonAdd mssql+turbodbc to external dialect list
2021-01-13  Mike Bayerprovide FAQ entry for percent sign escaping in SQL...
2021-01-07  mike bayerMerge "Remove special rule for TypeDecorator of TypeDec...
2021-01-07  Mike BayerUpdate connect args for pymysql 1.0.0; aiomysql fixes
2021-01-06  Mike BayerRemove special rule for TypeDecorator of TypeDecorator
2021-01-04  Mike BayerCheck for column expr in Oracle RETURNING check
2021-01-04  Mike Bayerhappy new year
2020-12-30  Federico CaselliSupport casting to ``FLOAT`` in MySQL and MariaDb.
2020-12-26  Mike Bayernarrow the check for double-paren exprs in mysql create...
2020-12-26  Mike Bayertest fixes for oracle 18c, for rel_1_3
2020-12-18  Mike BayerVersion 1.3.23 placeholder
2020-12-18  Mike Bayer- 1.3.22 rel_1_3_22
2020-12-18  Mike BayerGracefully degrade on v$transaction not readable
2020-12-17  Mike BayerVersion 1.3.22 placeholder
2020-12-17  Mike Bayer- 1.3.21 rel_1_3_21
2020-12-17  Mike Bayerfix changelog links
2020-12-15  Mike BayerCheck explicitly for mapped class as secondary
2020-12-15  Mike BayerUse .expression accessor for hybrid example
2020-12-09  Mike BayerImplement Oracle SERIALIZABLE + real read of isolation...
2020-12-09  Gord ThompsonFixed compile for mssql dialect
2020-12-03  mike bayerMerge "Reflect decimal points in MariaDB non-quoted...
2020-12-03  Mike BayerReflect decimal points in MariaDB non-quoted numeric...
2020-12-02  Federico CaselliFix documentation link in query with_for_update
2020-12-02  Mike Bayermodernize contains_eager() docs
2020-12-01  Mike BayerPass along other keyword args in _EventsHold.populate
2020-11-27  mike bayerMerge "Don't discard leftovers from surface_selectables...
2020-11-26  Mike BayerUse String for PostgreSQL xmin example
2020-11-26  Mike BayerDon't discard leftovers from surface_selectables
2020-11-18  Mike Bayerimprove column_reflect docs
2020-11-16  Mike BayerCorrect versionadded for #5604
2020-11-16  AlonMAdd opsclass to exclusion constraint
2020-11-13  Mike Bayerformatting
2020-11-12  Oscar BatoriAdded missing keywords for MySQL dialect
2020-11-11  Mike BayerWarn / raise for returning() / return_defaults() combin...
2020-11-11  Mike BayerRemove misleading correlation examples
2020-11-08  Sean AndersonSupport SQLite WITHOUT ROWID tables
2020-11-07  Mike Bayerrevert the code change part of the previous commit
2020-11-07  Mike Bayerimprove verbiage a bit for the public_factory
2020-11-02  Federico CaselliFix wheel generation
2020-10-31  Mike Bayerupdate selectin docs
2020-10-30  Mike BayerClarify bulk operations caveats
2020-10-26  jonathan vanascoadded docstring about expire_on_commit for #5243
2020-10-26  mike bayerMerge "Correct reflection for composite primary keys...
2020-10-24  Mike Bayerimprove engine logging docs
2020-10-22  fulpmCorrect reflection for composite primary keys
2020-10-21  Mike BayerDon't load expired objects from evaluator
2020-10-21  Mike BayerDon't populate expired attrs w/ evaluator
2020-10-20  Mike BayerImprove assoc proxy docs for 1.3 changes
2020-10-19  Mike BayerEnsure no compiler visit method tries to access .statement
2020-10-15  Mike Bayerindicate legacy ping recipe for handle_error cases
2020-10-14  Evan Taylor... Add discussed changes
2020-10-14  mike bayerMerge "Add SQL Server 01000 disconnect" into rel_1_3
2020-10-14  Mike Bayerblock python keywords from random list of names
2020-10-14  Mike BayerAdd SQL Server 01000 disconnect
2020-10-12  Mike BayerVersion 1.3.21 placeholder
2020-10-12  Mike Bayer- 1.3.20 rel_1_3_20
2020-10-12  Mike Bayertypo
2020-10-12  Mike Bayerchangelog edits for 1.3.20
2020-10-12  RamonWillSupport indexing on expressions and functions for the...
2020-10-12  Mike BayerRepair reduction in Over
2020-10-08  Federico CaselliAdd python 3.9 to ci test and wheel workflow
2020-10-08  Mike Bayerpin pytest lower bound at 4.6.11
2020-10-08  Mike BayerAdd changelog for pytest 6.x fix.
2020-10-07  Mike BayerUse preloaded for sql.util import in exc
2020-09-30  mike bayerMerge "raise on lower-case column shared to multiple...
2020-09-30  Mike Bayerraise on lower-case column shared to multiple tables
2020-09-30  Mike Bayerfix too-short underline
2020-09-30  mike bayerMerge "Support for multiple hosts in PostgreSQL connect...
2020-09-29  Mike BayerScan for tables without relying upon whereclause
next