]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2025-01-20  Pablo Estevezfix typo 12231/head
2025-01-20  Pablo Estevezmore 3.9 compatibility
2025-01-13  Pablo EstevezPython 3.9 compatible typing
2025-01-11  Pablo Estevezpr fixes
2025-01-08  Pablo Estevezmiscelaneous to type mysql dialect
2025-01-07  CommanderKeynesAsyncpg null query fix
2025-01-03  Mike Bayerclose unclosed sqlite result
2025-01-03  Mike Bayerguard against KeyError on subclass removal
2025-01-03  Michael BayerMerge "edits and reorganization for union/pep695 typing...
2025-01-02  Mike Bayer2025
2025-01-02  Mike Bayeredits and reorganization for union/pep695 typing docs
2025-01-01  Mike Bayerfurther fixes for _cleanup_mapped_str_annotation
2024-12-27  Michael BayerMerge "General improvement on annotated declarative...
2024-12-26  Lele Gaifaxbefore_mapper_configured event doc fixes (#12200)
2024-12-24  Federico Casellipin ubuntu 22 since 24 seems broken. Runners have 4...
2024-12-24  Mike Bayerfix lint job
2024-12-23  Federico Casellifix typo on double doc
2024-12-23  Mike Bayerdocument Oracle FLOAT/DOUBLE and binary variants
2024-12-20  Mike Bayerupdate for mypy 1.14
2024-12-19  Mike Bayerfix SQLite on conflict tests
2024-12-19  Mike Bayertyping fix: allow stmt.excluded for set_
2024-12-18  Michael BayerMerge "harden typing / coercion for on conflict/on...
2024-12-18  Mike Bayerharden typing / coercion for on conflict/on duplicate key
2024-12-18  Michael BayerMerge "Add missing `SmallInteger` column spec for ...
2024-12-17  FeeeeKAdd missing `SmallInteger` column spec for `asyncpg`
2024-12-17  Michael BayerMerge "Updated SQLAlchemy documentation in index.rst...
2024-12-16  Michael BayerMerge "SQLite strict tables" into main
2024-12-16  Mike Bayerharden HSTORE registration
2024-12-14  Pablo Nicolas... add delete limit to mysql; ensure int for update/delete...
2024-12-12  Federico Casellichore: update black
2024-12-12  hashAbhiBytesUpdated SQLAlchemy documentation in index.rst
2024-12-12  Jason PebbleAdded sqlalchemy-hsqldb to list of external dialects...
2024-12-12  dependabot... Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (#12129)
2024-12-12  Federico CaselliGeneral improvement on annotated declarative
2024-12-12  Guilherme Martins... SQLite strict tables
2024-12-12  Mike Bayermodernize PG domain reflection test and skip for pg17.2
2024-12-11  Mike Bayerfix test due to merge of 11370 with 5252
2024-12-11  Michael BayerMerge "dont match partial types in type_annotation_map...
2024-12-10  Frazer McLeandont match partial types in type_annotation_map
2024-12-09  Michael BayerMerge "Separate Numeric and Float" into main
2024-12-09  Federico CaselliMerge "Fixes: #11724 - PGDialect `get_multi_indexes...
2024-12-09  Mike BayerSeparate Numeric and Float
2024-12-09  Mike Bayerensure db_opts are honored
2024-12-06  Nick WilkinsonFixes: #11724 - PGDialect `get_multi_indexes` PGVecto...
2024-12-02  Mike Bayeruse VARCHAR for CLOB outputtypehandler
2024-12-01  Michael BayerMerge "update the format_docs_code to also work on...
2024-11-30  Federico Caselliupdate the format_docs_code to also work on python...
2024-11-30  Federico Caselliremove private function from docs
2024-11-21  Michael BayerMerge "Added INET4 and INET6 types for MariaDB" into...
2024-11-19  Federico Casellifix sphinx warning
2024-11-19  Adam ŽurekAdded INET4 and INET6 types for MariaDB
2024-11-19  Michael BayerMerge "Mention no_autoflush in warning" into main
2024-11-18  Mike Bayerapply underscores to ORM class and def names
2024-11-18  Michael BayerMerge "apply quote to url.database portion" into main
2024-11-18  Michael BayerMerge "Support table function in oracle" into main
2024-11-18  Michael BayerMerge "Add Range.__contains__" into main
2024-11-18  Michael BayerMerge "remove _implicit_subquery and all derived functi...
2024-11-17  Mike Bayerremove _implicit_subquery and all derived functions
2024-11-17  Mike Bayercorrect pep-593/pep-681 doc section
2024-11-15  Frazer McLeanAdd Range.__contains__
2024-11-15  Federico Casellifix typo in test docs
2024-11-15  Michael BayerMerge "Update Oracle dialect doc, mostly to prefer...
2024-11-15  Mike Bayerapply quote to url.database portion
2024-11-14  Federico CaselliSupport table function in oracle
2024-11-14  Federico CaselliImprove oracle max id length again
2024-11-14  Oleg OvcharukAdd YDB to external dialect list (#12088)
2024-11-13  Mike Bayerdont leak mutating bindparams list into AnalyzedFunction
2024-11-12  Christopher... Update Oracle dialect doc, mostly to prefer python...
2024-11-12  Michael BayerMerge "Float and Numeric aren't set as autoincrement...
2024-11-11  Michael BayerMerge "Improve Oracle identifier length detection"...
2024-11-09  Yeongbae JeonFix source comment/doc typos (#12072)
2024-11-08  Michael BayerMerge "Fixed: 12012: Add Support for `TABLESPACE` Speci...
2024-11-07  Federico CaselliImprove Oracle identifier length detection
2024-11-06  Michael BayerMerge "Removed support for Python 3.8 since it's EOL...
2024-11-05  Federico CaselliRemoved support for Python 3.8 since it's EOL.
2024-11-04  Miguel GrilloFixed: 12012: Add Support for `TABLESPACE` Specificatio...
2024-10-31  Federico CaselliMention no_autoflush in warning
2024-10-31  Federico CaselliFloat and Numeric aren't set as autoincrement
2024-10-31  Federico CaselliMerge "Improve mutable typing." into main
2024-10-30  Federico CaselliImprove mutable typing.
2024-10-30  Dennis MagnussonUpdate declarative_styles.rst: add missing import from...
2024-10-30  Gord ThompsonUpdate bigquery dialect link (#12048)
2024-10-23  Michael BayerMerge "lookup "secondary" directly, dont use eval(...
2024-10-23  JaySonAdd TiDB dialect (#12025)
2024-10-23  Mike Bayerlookup "secondary" directly, dont use eval()
2024-10-22  Mike Bayerremove first_init
2024-10-21  Mike Bayerrefine in_() check to use proper duck-typing for __clau...
2024-10-15  Mike Bayercherry-pick changelog update for 2.0.37
2024-10-15  Mike Bayercherry-pick changelog from 2.0.36
2024-10-15  Mike Bayerchangelog updates for 2.0.36
2024-10-15  Michael BayerMerge "add tests for pickling types inside an expressio...
2024-10-15  Michael BayerMerge "match ORM mapped cols to PK in interpret_returni...
2024-10-15  Mike Bayeradd tests for pickling types inside an expression,...
2024-10-15  Michael BayerMerge "Add hash to field-like methods" into main
2024-10-15  Mike Bayermatch ORM mapped cols to PK in interpret_returning_rows
2024-10-15  Michael BayerMerge "Render bind cast in json and jsonb in PG" into...
2024-10-15  Michael BayerMerge "update for mypy 1.12.0" into main
2024-10-15  Mike Bayerupdate for mypy 1.12.0
2024-10-13  Federico CaselliRender bind cast in json and jsonb in PG
2024-10-13  Mike Bayerconsult allow_partial_pks for NULL check in lazyload
next