]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-09-29  Gord Thompsonupdate README.dialects; add *.pyd to .gitignore 4870/head
2019-09-27  Mike BayerMove identity_lookup to session
2019-09-26  Mike BayerUnify generation between Core and ORM query
2019-09-23  Mike Bayermove pytest assert rewrite to conftest.py
2019-09-21  Mike BayerSupport SQLite URIs
2019-09-18  Mike BayerAdd req for nullable booleans
2019-09-18  Mike BayerAdd missing suite_level requirements "independent_conne...
2019-09-18  Mikhail BurshteynFix typo in docs (errors.rst) 4862/head
2019-09-18  Mike BayerAdd missing suite level requirements from 2efd89d02941
2019-09-17  Mike BayerAdd missing suite level requirements from #4234
2019-09-16  SteplandAdd note on the use of tuple_() for the IN operator...
2019-09-12  Mike BayerDocument visitors module
2019-09-11  mike bayerMerge "Restore subquery.as_scalar() w/ deprecation"
2019-09-11  Mike BayerRestore subquery.as_scalar() w/ deprecation
2019-09-09  Steven LoriaRemove unnecessary util.callable usage
2019-09-08  Mike BayerUse compat.raise_from_cause() for re-raise of schema...
2019-09-06  Mike BayerCatch set_parent_w_dispatch missing
2019-09-06  Mike BayerAdjustments to _copy_internals()
2019-09-06  Mike BayerMerge remote-tracking branch 'origin/pr/4842'
2019-09-06  Gord Thompsonadd SQL Server 2017 to mssql/base.py - Fixes #4833
2019-09-06  mike bayerMerge "Improve testcase condition statement for dialects"
2019-09-05  mike bayerMerge "Strip special chars in anonymized bind names"
2019-09-05  j00356287Improve testcase condition statement for dialects
2019-09-05  Mike BayerDocument Query deduplication
2019-09-05  Gord ThompsonUpdate link to sqlalchemy-access 4842/head
2019-09-05  Mike BayerStrip special chars in anonymized bind names
2019-09-04  Mike BayerRaise for NULL discriminator and pk is present
2019-08-30  mike bayerCreate SECURITY.md
2019-08-30  mike bayerMerge "Annotate session-bind-lookup entity in Query...
2019-08-30  mike bayerMerge "Render LIMIT/OFFSET conditions after compile...
2019-08-30  Mike BayerAnnotate session-bind-lookup entity in Query-produced...
2019-08-30  Mike BayerRender LIMIT/OFFSET conditions after compile on select...
2019-08-30  Mike BayerDon't create enum constraints in enum sortable tests
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"
next