]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-10-04  Matt Kohlimport StringIO => import io 4889/head
2019-10-03  mike bayerMerge "Change Oracle max_identifier_length to 128"
2019-10-03  mike bayerMerge "call setinputsizes for cx_Oracle.DATETIME"
2019-10-03  mike bayerMerge "Apply quoting to SQL Server _switch_db"
2019-10-03  Mike Bayercall setinputsizes for cx_Oracle.DATETIME
2019-10-03  Mike BayerApply quoting to SQL Server _switch_db
2019-10-02  Mike BayerChange Oracle max_identifier_length to 128
2019-10-02  mike bayerMerge "remove __init__ from MySQLDialect_pyodbc"
2019-10-02  Mike Bayer- additional edits to README.dialects.rst
2019-10-02  Mike BayerMerge remote-tracking branch 'origin/pr/4870'
2019-10-02  Gord Thompsonremove __init__ from MySQLDialect_pyodbc
2019-10-02  Mike BayerAdd max_identifier_length parameter; warn for Oracle
2019-10-01  mike bayerMerge "Run row value processors up front"
2019-10-01  Mike BayerRun row value processors up front
2019-10-01  Mike BayerCancel polymorphic loading in optimized get
2019-09-30  Mike Bayer- Add changelog for #4873
2019-09-30  mike bayerMerge "Simplify _ColumnEntity, related"
2019-09-30  Mike BayerSimplify _ColumnEntity, related
2019-09-30  Mike BayerEnsure states with null m2o FK value are still populate...
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"
next