]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-08-14  mike bayerMerge "Add new executemany_mode, support for psycopg2...
2019-08-13  Leonel AtencioAdd support for try_cast function on sqlalchemy.dialec...
2019-08-12  Mike Bayer- remove explicit doc for unique_connection as this...
2019-08-12  Yuval DinariAdd new executemany_mode, support for psycopg2.extras...
2019-08-12  mike bayerMerge "Use compat.string_types to check for visit name...
2019-08-12  mike bayerMerge "Rewrite pool reset_on_return parsing using a...
2019-08-12  Mike BayerRewrite pool reset_on_return parsing using a util function
2019-08-12  Mike BayerUse compat.string_types to check for visit name string
2019-08-12  Mike BayerUse ternary when running conditional with Query._offset
2019-08-11  Mike BayerEmit SET NAMES for all MySQL connections w charset
2019-08-11  Mike Bayer- shore up TypeDecorator docs a bit to not render tons of
2019-08-10  Mike BayerClarify INSERT/UPDATE defaults vs. data marshalling
2019-08-09  Mike BayerCorrect name for json_serializer / json_deserializer...
2019-08-07  Mike BayerImplement checkfirst for Index.create(), Index.drop()
2019-08-07  mike bayerMerge "Modernize internal reflection"
2019-08-06  Mike BayerModernize internal reflection
2019-08-05  Mike BayerRemove threadlocal strategy docs, remaining contextual_...
2019-08-05  Mike BayerMerge branch 'master--changelog13-typo' of https:/...
2019-08-05  mike bayerMerge "Strong reference listen function wrapped by...
2019-08-04  Mike BayerStrong reference listen function wrapped by "once"
2019-08-02  Mike BayerAlways include a schema name in SQLite PRAGMA
2019-08-02  mike bayerMerge "Add additional tests to verify _is_clone_of...
2019-08-01  Mike BayerAdd additional tests to verify _is_clone_of proxy level...
2019-08-01  mike bayerMerge "Remove threadlocal engine strategy, engine strat...
2019-08-01  Mike BayerDon't assume key when matching cloned columns in _make_...
2019-07-30  mike bayerMerge "Invoke column_expression() for subsequent SELECT...
2019-07-29  Mike BayerInvoke column_expression() for subsequent SELECTs in...
2019-07-29  Mike BayerCorrect for MySQL 8.0 table and schema names in FK...
2019-07-27  Nils PhilippsenFix typo
2019-07-27  mike bayerMerge "Add ARRAY and MEMBER to MySQL reserved words"
2019-07-27  Mike BayerAdd ARRAY and MEMBER to MySQL reserved words
2019-07-24  Mike BayerEnsure all Index arguments are counted when matching...
2019-07-23  Mike BayerDon't assume m2o key is present in the dictionary
2019-07-21  Mike Bayercherry-pick changelog update for 1.3.7
2019-07-21  Mike Bayercherry-pick changelog from 1.3.6
2019-07-21  Min ho KimFix typos 4776/head
2019-07-20  mike bayerMerge "Optimize out JOIN for selectinload with many...
2019-07-19  Mike BayerOptimize out JOIN for selectinload with many to one
2019-07-19  mike bayerMerge "Include 'p' for get_indexes() query"
2019-07-19  mike bayerMerge "Support tuple IN VALUES for SQLite, others"
2019-07-19  Mike BayerInclude 'p' for get_indexes() query
2019-07-19  Mike BayerSupport tuple IN VALUES for SQLite, others
2019-07-18  mike bayerMerge "Fixes for uselist=True with m2o relationships"
2019-07-18  Mike BayerFix regression for self-ref join to self error message
2019-07-18  Mike BayerFixes for uselist=True with m2o relationships
2019-07-18  Mike BayerMerge remote-tracking branch 'origin/pr/4769'
2019-07-18  Mike BayerMerge remote-tracking branch 'origin/pr/4770'
2019-07-17  Denis KataevFix doc for #4765 4770/head
2019-07-17  Mike BayerIntercept unresolveable comparator attrbute error for...
2019-07-17  Mike BayerPin pycodestyle
2019-07-16  Mike BayerRemove threadlocal engine strategy, engine strategies...
2019-07-15  Peter SchuttSyntaxError in on_duplicate_key_update() example. 4761/head
2019-07-14  Mike BayerAdd profile sort option to test suite
2019-07-13  Mike Bayerself_group() for FunctionFilter
2019-07-11  Mike BayerAllow duplicate columns in from clauses and selectables
2019-07-11  mike bayerMerge "profiling plugin fixes"
2019-07-11  mike bayerMerge "Add performance improvement for Enum w/ Python...
2019-07-11  Mike Bayerprofiling plugin fixes
2019-07-11  Mike BayerAdd performance improvement for Enum w/ Python 2 enum...
2019-07-08  mike bayerMerge "Support multidimensional array literals in Postg...
2019-07-08  Mike BayerSupport multidimensional array literals in Postgresql
2019-07-08  Denis KataevSmall text error in json field doc 4769/head
2019-07-08  Mike BayerEnsure .engine is part of Connectable interface, implem...
2019-07-06  Mike Bayerclass level docstring for Subquery
2019-07-06  mike bayerMerge "SelectBase no longer a FromClause"
2019-07-06  Mike BayerSelectBase no longer a FromClause
2019-07-06  Mike Bayertarget issue #4336 at 1.4 release
2019-07-05  Mike BayerRepair json example in tutorial to suit non-present...
2019-07-05  Mike BayerAdjust JSON verbiage about "implied" datatype
2019-07-05  Mike BayerRename tutorial section to "Using Aliases and Subqueries"
2019-07-05  Mike BayerNote DBAPIs and dialects that we don't support
2019-07-05  Mike BayerSquashed commit of the following:
2019-07-04  Mike BayerAdd tutorial section for cast(), type_coerce()
2019-07-02  Mike BayerRework proxy_cache fix to restore performance
2019-07-02  Mike BayerClear proxy_set cache when creating an annotated column
2019-07-01  Mike BayerA few doc tweaks for alias / order_by / group_by
2019-06-28  mike bayerMerge "CAST bind values against SQL Server sys into...
2019-06-28  mike bayerMerge "Test for _ORMJoin and fix issue"
2019-06-28  Denis KataevTest for _ORMJoin and fix issue
2019-06-28  mike bayerMerge "Add Load.options() for hierchical construction...
2019-06-28  Mike BayerCAST bind values against SQL Server sys into NVARCHAR
2019-06-28  Mike BayerAdd Load.options() for hierchical construction of loade...
2019-06-27  mike bayerMerge "Unwrap TIMESTAMP when doing an isinstance()"
2019-06-27  Mike BayerRevert 1ed2f162151 black target version
2019-06-27  Mike BayerUnwrap TIMESTAMP when doing an isinstance()
2019-06-27  Mike BayerUse an ordered dict for the previous change
2019-06-27  Mike BayerRemove test-within-a-test structure
2019-06-26  Mike BayerReflect "NO ACTION" as None; support "RESTRICT"
2019-06-24  Mike BayerDisable black auto-version detection
2019-06-21  Mike BayerRegister pytest assertion rewriting on sqlalchemy.testi...
2019-06-20  Mike BayerAdd option for "sparse" backend tests and apply to...
2019-06-20  Mike BayerEnable F841
2019-06-17  Mike Bayercherry-pick changelog update for 1.3.6
2019-06-17  Mike Bayercherry-pick changelog from 1.3.5
2019-06-17  Mike BayerMerge remote-tracking branch 'origin/pr/4734'
2019-06-17  mike bayerMerge "Remove unused "time_func""
2019-06-17  mike bayerMerge "PostgreSQL now reflects per-column sort order...
2019-06-17  Emile CaronFix typo in documentation examples 4734/head
2019-06-17  Mike BayerRemove unused "time_func"
2019-06-17  Eli CollinsPostgreSQL now reflects per-column sort order on indexes.
next