]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-09-05  Gord ThompsonUpdate link to sqlalchemy-access 4842/head
2019-08-30  mike bayerMerge "Label simple column transformations as the colum...
2019-08-28  Mike BayerLabel simple column transformations as the column name
2019-08-27  Mike Bayercherry-pick changelog update for 1.3.9
2019-08-27  Mike Bayercherry-pick changelog from 1.3.8
2019-08-27  mike bayerMerge "Implement type-level sorting for Enum; apply...
2019-08-27  Nicolas CANIARTImplement type-level sorting for Enum; apply to ORM...
2019-08-27  Bill FinnPGDialect.get_check_constraints: Handle "NOT VALID"
2019-08-26  mike bayerMerge "Serialize the context dictionary in Load objects"
2019-08-26  Mike BayerSerialize the context dictionary in Load objects
2019-08-26  mike bayerMerge "Remove erroneous assertion from array._bind_param"
2019-08-26  Mike BayerRemove erroneous assertion from array._bind_param
2019-08-23  Mike BayerRun eager loaders on unexpire
2019-08-23  Mike Bayerbump variance on test_merge_load
2019-08-22  mike bayerMerge "Add hide_parameters flag to create_engine"
2019-08-22  mike bayerMerge "Ensure discarded collection removed from empty...
2019-08-22  Mike BayerEnsure discarded collection removed from empty collections
2019-08-22  Mike BayerRemove mock dependency
2019-08-22  Mike BayerAdd hide_parameters flag to create_engine
2019-08-21  Mike BayerFix rst typo
2019-08-21  Mike BayerDocument how to work with reflection and custom datatypes
2019-08-19  mike bayerMerge "Reflect PK of referred table if referred columns...
2019-08-18  mike bayerMerge "Revise psycopg2 execute_values approach"
2019-08-18  Mike BayerReflect PK of referred table if referred columns not...
2019-08-18  Mike BayerRevise psycopg2 execute_values approach
2019-08-18  Mike BayerAdd new "exec_once_unless_exception" system; apply...
2019-08-14  Mike Bayercherry-pick changelog update for 1.3.8
2019-08-14  Mike Bayercherry-pick changelog from 1.3.7
2019-08-14  Mike BayerTurn on backend for new tests added for #4803
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
next