]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2021-03-16  Sebastian Bankfix 1.4 migration notes about sqlite implementation... 6057/head
2021-03-16  Mike BayerMove enable_eagerloads(False) out of _from_self() into...
2021-03-15  Mike BayerClarify LegacyRow / Row verbiage
2021-03-15  Mike BayerVersion 1.4.1 placeholder
2021-03-15  Mike Bayer- 1.4.0 rel_1_4_0
2021-03-15  Mike Bayerdocumentation updates
2021-03-14  mike bayerMerge "Implement Mypy plugin"
2021-03-14  Mike BayerDocument NestedTransaction
2021-03-14  Mike BayerImplement Mypy plugin
2021-03-13  Mike Bayertypo
2021-03-12  Mike BayerClarify ORM server side results
2021-03-09  mike bayerMerge "Apply percent sign escaping to op(), custom_op()"
2021-03-09  Mike BayerMerge remote-tracking branch 'origin/pr/6015'
2021-03-09  Mike BayerMerge remote-tracking branch 'origin/pr/6017'
2021-03-09  Mike BayerApply percent sign escaping to op(), custom_op()
2021-03-09  Mike BayerLink to state, not object, for mutable extension
2021-03-09  Andres TorresAdded import of synonym in example code in Synonym... 6017/head
2021-03-08  Vasilis GerakarisFix typo in docs 6015/head
2021-03-08  michaeltoohigFix typo in docs 6013/head
2021-03-07  mike bayerMerge "Add supported database version for internal...
2021-03-07  Federico CaselliAdd supported database version for internal dialects
2021-03-07  mike bayerMerge "Ignore flake8 F401 on specific files"
2021-03-07  mike bayerMerge "Ensure all Query statements compile w/ orm,...
2021-03-07  mike bayerMerge "Fix named CHECK constraint name omitted on repea...
2021-03-07  mike bayerMerge "Replace reset_agent with direct call from connec...
2021-03-07  Mike BayerReplace reset_agent with direct call from connection
2021-03-07  Gord ThompsonFix named CHECK constraint name omitted on repeated...
2021-03-06  Mike Bayerimprove targeting and labeling for unary() in columns...
2021-03-05  mike bayerMerge "Clarify COMMIT/ROLLBACK logging when autocommit...
2021-03-05  Mike BayerEnsure all Query statements compile w/ orm, fix test...
2021-03-05  Mike BayerClarify COMMIT/ROLLBACK logging when autocommit is...
2021-03-05  Mike Bayerreduce confusion over "one choice" verbiage
2021-03-05  Mike Bayerensure composite refresh handler synced w/ mutable...
2021-03-04  mike bayerMerge "Fix aggregate_order_by issue"
2021-03-04  Mike Bayeruse zimports 0.3
2021-03-04  Gord ThompsonFix aggregate_order_by issue
2021-03-03  Federico CaselliIgnore flake8 F401 on specific files
2021-03-03  Mike BayerRemove passive_deletes warning for many-to-one
2021-03-02  Mike Bayeradd missing copyright to asyncio files
2021-03-02  Mike Bayerconvert AsyncSession.delete into awaitable
2021-03-01  Mike BayerMerge remote-tracking branch 'origin/pr/5972'
2021-03-01  mike bayerMerge "disable all raiseload within the unit of work...
2021-03-01  Mike Bayerdoc clarification re: schema translate
2021-03-01  Mike Bayerdisable all raiseload within the unit of work process.
2021-02-28  mike bayerMerge "support stringify for plain CTE"
2021-02-27  Mike Bayersupport stringify for plain CTE
2021-02-26  Federico CaselliAdd missing colon before code block in docs
2021-02-26  mike bayerMerge "document declarative base made non-dynamically"
2021-02-26  mike bayerMerge "implement visit_unsupported_compilation for...
2021-02-26  mike bayerMerge "Revert AppenderQuery modifications from ORM"
2021-02-26  mike bayerMerge "Add reflection_options to automapbase.prepare()"
2021-02-25  Mike BayerRevert AppenderQuery modifications from ORM
2021-02-25  Mike Bayerimplement visit_unsupported_compilation for TypeCompiler
2021-02-25  Gord ThompsonAdd reflection_options to automapbase.prepare()
2021-02-25  Mike Bayermutex asyncpg / aiomysql connection state changes
2021-02-25  Mike Bayerdocument declarative base made non-dynamically
2021-02-25  Mike Bayerdon't assume ordering in test_update_explicit_returning
2021-02-25  mike bayerMerge "mssql+pyodbc specify ampersand separator"
2021-02-24  mike bayerMerge "Minor optimization to the code"
2021-02-24  Mike BayerAdd example for cx_Oracle SessionPool use
2021-02-24  Gord Thompsonmssql+pyodbc specify ampersand separator
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 CaselliMinor optimization to the code
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
next