]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2023-11-08  Federico CaselliFix lint error rel_1_3
2023-11-08  Mike Bayerremove . in sys.path
2023-02-09  Mike Bayerpin sphinx-copybutton and change config
2022-08-18  Mike Bayerremove nonsensical note
2022-08-04  Mike Bayerupdate quoted_name doc
2022-05-23  Mike Bayerremove insanely old note from 12 years ago
2022-04-14  Mike Bayerupdate Numeric/Float docstrings
2022-03-11  Mike Bayerfurther simplify pool-sharing doc
2022-03-11  Mike Bayerdispose session outside of child proc
2022-03-11  Mike Bayeradd copybutton
2022-01-25  Mike Bayerreplace "e.g.::" with more context regarding attribute...
2021-11-30  Mike Bayerscoped_session adjustments
2021-11-29  Mike Bayerpin pytest < 7
2021-10-02  Mike Bayersupport utf8mb3 char encoding fully for mysqlclient...
2021-09-17  Mike Bayeradd attribute sphinx is breaking on
2021-07-20  Mike BayerEncourage primary_key for secondary tables
2021-07-07  ChrisDocs: fixed typo in "Cascades"
2021-06-16  Abhishek JogAdded netezza in external dialects in documentation
2021-06-07  Federico CaselliAdd note regarding encryption-related pragmas
2021-05-26  Mike Bayerremove outdated integrityerror example
2021-04-29  Mike Bayerfix typo
2021-04-29  Mike Bayerfix mapper._primary_key_propkeys
2021-04-29  Mike Bayerdont use context from other sections
2021-04-29  Mike BayerRemove session.begin() example that was for 1.4
2021-04-15  Mike Bayerapply **kw to SchemaEventTarget._set_parent
2021-04-12  mike bayerMerge "Update wheel workflow to match 1.4" into rel_1_3
2021-04-10  Federico CaselliFix error in documentation of DDLElement
2021-04-10  Mike Bayerupdate .Unicode documentation
2021-04-09  Federico CaselliUpdate wheel workflow to match 1.4
2021-04-06  Mike Bayerchange sql to schema
2021-04-06  Federico CaselliTable arguments name and metadata are positional only
2021-04-05  Edward BettsBug fix for code example
2021-04-01  Mike BayerCorrect for Variant + ARRAY cases in psycopg2
2021-03-31  Mike Bayerdont import typing on Python 3.4
2021-03-30  Mike BayerVersion 1.3.25 placeholder
2021-03-30  Mike Bayer- 1.3.24 rel_1_3_24
2021-03-30  Mike BayerAdjust version numbers for some changes, tags
2021-03-30  Mike BayerRefine domain nullable rules for PostgreSQL reflection
2021-03-29  Mike BayerTypeDecorator passes "outer" flag to itself for set_par...
2021-03-19  Federico CaselliAllow dropping a schema with a sequence shared by more...
2021-03-16  Mike BayerRemove unneeded import
2021-03-16  Federico CaselliCAST the elements in ARRAYs when using psycopg2
2021-03-15  Mike Bayerdocumentation updates
2021-03-09  Andres TorresAdded import of synonym in example code in Synonym...
2021-03-07  Gord ThompsonFix named CHECK constraint name omitted on repeated...
2021-03-05  Mike Bayerensure composite refresh handler synced w/ mutable...
2021-03-04  Gord ThompsonFix aggregate_order_by issue
2021-03-04  Mike Bayeruse zimports 0.3
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...
next