]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-02-24  John WhitlockAs of 1.1, there are five object states 5972/head
2021-02-23  Mike Bayerrefer to row elements as "elements", not columns
2021-02-22  Mike Bayerdocument TypeDecorator schemes for MONEY
2021-02-20  Mike Bayeradd versions for pre-commit tools
2021-02-19  Charlie DentonTypo stream_resuls -> stream_results 5960/head
2021-02-19  mike bayerMerge "Deprecate and rename schema .copy() methods"
2021-02-18  Federico CaselliFix test that incorrectly used ; as query separator
2021-02-18  Gord ThompsonDeprecate and rename schema .copy() methods
2021-02-18  mike bayerMerge "Update the create wheel action:"
2021-02-18  Federico CaselliUpdate the create wheel action:
2021-02-18  Federico CaselliFix a reflection error for MSSQL 2005
2021-02-18  Federico CaselliFix typo on tutorial/data.rst
2021-02-18  Mike BayerExtract table names when comparing to nrte error
2021-02-16  serzeyUpdate declarative_mixins.rst 5946/head
2021-02-15  Mike BayerVersion 1.4.0 placeholder
2021-02-15  Mike Bayer- 1.4.0b3 rel_1_4_0b3
2021-02-15  Mike Bayernext release is 1.4.0b3
2021-02-15  Mike Bayerzzzeeksphinx 1.2.1 needed w/ sphinx 3.5.0
2021-02-15  mike bayerMerge "Support legacy select(<iterable>) in addition...
2021-02-15  Oliver RiceSupport legacy select(<iterable>) in addition to select...
2021-02-15  Gord ThompsonAccept ColumnCollection in update_on_conflict(set_=
2021-02-15  Mike BayerMerge remote-tracking branch 'origin/pr/5943'
2021-02-15  Mike Bayerfix repeated footnote
2021-02-15  Sam BullBumy Sphinx 5943/head
2021-02-14  mike bayerMerge "Allow update.returing() to work with from_statem...
2021-02-14  Mike BayerAllow update.returing() to work with from_statement()
2021-02-14  Mike BayerAdd emphasis to URL documentation re: URL encoding
2021-02-14  Mike Bayerfix typos
2021-02-14  Mike Bayerexpand and further generalize bound parameter translate
2021-02-13  Samuel Marks[doc/build/changelog/migration_20.rst] Remove and 5937/head
2021-02-12  Mike BayerFurther refine labeling for renamed columns
2021-02-12  mike bayerMerge "Apply consistent labeling for all future style...
2021-02-11  mike bayerMerge "test Function(?:Element)._bind_param() with...
2021-02-11  Mike BayerPrepare to ship 1.4.0b3
2021-02-11  Mike BayerApply consistent labeling for all future style ORM...
2021-02-11  Mike Bayertest Function(?:Element)._bind_param() with in_()
2021-02-10  Mike BayerDon't pre-calc inserted primary key if no getter
2021-02-10  Mike Bayerturn section into a bulleted list
2021-02-09  mike bayerMerge "Detect non async driver on engine creation"
2021-02-09  Mike Bayerupdate the intro to accommodate for the 1.4/2.0 overview
2021-02-08  mike bayerMerge "Add identifier_preparer per-execution context...
2021-02-08  mike bayerMerge "Use slots in the aiomysql proxy classes"
2021-02-08  Mike BayerAdd identifier_preparer per-execution context for schem...
2021-02-07  Mike BayerMerge branch 'master' of ssh://gerrit.sqlalchemy.org...
2021-02-07  Mike BayerDocument implicit IO points in ORM
2021-02-06  Federico CaselliUse slots in the aiomysql proxy classes
2021-02-06  Federico CaselliDetect non async driver on engine creation
2021-02-05  Mike BayerTrack a second from_linter for lateral subqueries
2021-02-05  Mike BayerMerge remote-tracking branch 'origin/pr/5883'
2021-02-04  Mike BayerAccommodate column-based naming conventions for pk...
2021-02-04  Maciej Brenczorm/session.py - comment grammar fix 5917/head
2021-02-03  Mike BayerVersion 1.4.0 placeholder
2021-02-03  Mike Bayer- 1.4.0b2 rel_1_4_0b2
2021-02-03  Mike Bayeradd asyncio as a changelog section
2021-02-03  mike bayerMerge "un-deprecate Oracle 2pc"
2021-02-03  Mike Bayerfix gc related race in weakdict popitem
2021-02-03  Mike BayerRepair tests for older SQLite, timing, pypy
2021-02-03  mike bayerMerge "Improve noload documentation"
2021-02-03  mike bayerMerge "Implement support for functions as FROM with...
2021-02-03  Mike Bayerun-deprecate Oracle 2pc
2021-02-03  Mike BayerImplement support for functions as FROM with columns...
2021-02-03  mike bayerMerge "Implement per-connection logging token"
2021-02-03  Mike BayerImplement per-connection logging token
2021-02-03  Mike BayerAdd coercions to literal()
2021-02-02  Federico CaselliImprove noload documentation
2021-02-02  Mike Bayerdon't fail if purge recyclebin fails/mutex on registry
2021-02-01  mike bayerMerge "reorganize mapper compile/teardown under registry"
2021-02-01  Mike Bayerreorganize mapper compile/teardown under registry
2021-02-01  Mike Bayercherry-pick changelog update for 1.3.24
2021-02-01  Mike Bayercherry-pick changelog from 1.3.23
2021-01-31  Mike Bayerset identifier length for MySQL constraints to 64
2021-01-29  mike bayerMerge "Use schema._copy_expression() fully in column...
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 bayerMerge "Render NULL for bindparam w/ None value/literal_...
2021-01-28  Mike BayerRender NULL for bindparam w/ None value/literal_binds...
2021-01-28  Mike BayerAllow Oracle CLOB/NCLOB/BLOB in returning
2021-01-27  Mike BayerRepair incorrect symbol PyDict_GetItemWithError for...
2021-01-27  Paul LettichFix broken link to cx_Oracle documentation 5883/head
2021-01-26  mike bayerMerge "Fix many spell glitches in docstrings and comments"
2021-01-26  mike bayerMerge "Improve c implementation of immutabledict"
2021-01-26  mike bayerMerge "Replace with_labels() and apply_labels() in...
2021-01-26  Mike BayerAdd dbapimaster builds to tox.ini
2021-01-26  Mike Bayeradd sqlalchemy to FUNDING
2021-01-26  Gord ThompsonReplace with_labels() and apply_labels() in ORM/Core
2021-01-25  Mike BayerFill-out dataclass-related attr resolution
2021-01-25  Federico CaselliImprove c implementation of immutabledict
2021-01-25  Mike BayerAdd more docs on engine connecting w/ URL parameters
2021-01-24  mike bayerMerge "Limit AsyncAdaptedQueue to Python 3.7"
2021-01-24  mike bayerMerge "Remove errant assertion from unit of work"
2021-01-24  Mike Bayerun-ignore mike's favorite testing filenames
2021-01-24  Mike BayerRemove errant assertion from unit of work
2021-01-24  Federico CaselliLimit AsyncAdaptedQueue to Python 3.7
2021-01-24  Lele GaifaxFix many spell glitches in docstrings and comments
2021-01-23  mike bayerMerge "include negation symbol in numeric default match"
2021-01-23  mike bayerMerge "remove __allowlist__"
2021-01-23  mike bayerMerge "Improve error message when await_ call errors"
2021-01-23  Mike Bayerremove __allowlist__
2021-01-23  mike bayerMerge "Removed some legacy terms in favor of modern...
2021-01-23  Mike Bayerinclude negation symbol in numeric default match
next