]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-10-21  Mike BayerImplment encoding_errors for cx_oracle
2019-10-21  mike bayerMerge "Ensure SQL Server default schema name not interp...
2019-10-21  Mike BayerImplement facade for pytest parametrize, fixtures,...
2019-10-20  Heckad- fix typo
2019-10-20  Matt LiveseyFix pydoc typo in sqlite dialect
2019-10-18  Mike Bayer- add plugins for flake8 pre-commit hook
2019-10-18  Mike BayerEnsure SQL Server default schema name not interpreted...
2019-10-18  Mike BayerFix test failures from func doc fix
2019-10-17  Mike Bayerfix func docs
2019-10-17  Mike BayerUpgrade for python 3.8
2019-10-15  Mike BayerUse cx_Oracle.FIXED_NCHAR for sqltypes.NCHAR
2019-10-15  Mike BayerClarify isolation_level documentation
2019-10-14  Mike Bayer- add py38 to tox list
2019-10-14  mike bayerMerge "Use separate label generator for column_label...
2019-10-14  Aidan Feldmanlink to Google BigQuery dialect
2019-10-14  Mike BayerUse separate label generator for column_label naming...
2019-10-13  Mike Bayer- add flake8 as a pre commit hook
2019-10-11  mike bayerMerge "added additional error message to is_disconnect...
2019-10-11  Mike Bayerpass executemany context to _repr_params
2019-10-11  lukensadded additional error message to is_disconnect() for...
2019-10-10  Mike BayerVersion 1.3.11 placeholder
2019-10-09  Mike Bayer- 1.3.10 rel_1_3_10
2019-10-09  Mike BayerRepair Oracle compat version check; dont warn if failed
2019-10-08  Mike BayerBackport pysqlite dialect modernizations
2019-10-08  Gord Thompsonfix error in test_round_trip for TimeTest with mysql...
2019-10-08  Gord Thompsonlist sqlalchemy-access as external dialect
2019-10-07  Mike BayerFix max_identifier_length for SQL server
2019-10-04  Mike BayerVersion 1.3.10 placeholder
2019-10-04  Mike Bayer- 1.3.9 rel_1_3_9
2019-10-04  Mike Bayer- fix typo
2019-10-04  Mike BayerWarn for object replaced in identity map during flush
2019-10-04  Matt Kohlimport StringIO => import io
2019-10-03  mike bayerMerge "call setinputsizes for cx_Oracle.DATETIME" into...
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 BayerAdd max_identifier_length parameter; warn for Oracle
2019-09-30  mike bayerMerge "Deprecate plain string passed to session.query...
2019-09-30  Mike BayerDeprecate plain string passed to session.query()
2019-09-30  Mike BayerEnsure states with null m2o FK value are still populate...
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)
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-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  Gord ThompsonUpdate link to sqlalchemy-access
2019-09-05  mike bayerMerge "Strip special chars in anonymized bind names...
2019-09-05  Mike BayerDocument Query deduplication
2019-09-05  Mike BayerStrip special chars in anonymized bind names
2019-09-04  Mike BayerBackport refactor of bindparams tests
2019-08-30  Mike BayerDon't create enum constraints in enum sortable tests
2019-08-27  Mike BayerVersion 1.3.9 placeholder
2019-08-27  Mike Bayer- 1.3.8 rel_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 BayerSerialize the context dictionary in Load objects
2019-08-26  Mike BayerRemove erroneous assertion from array._bind_param
2019-08-23  Mike Bayerbump variance on test_merge_load 4820/head
2019-08-22  mike bayerMerge "Add hide_parameters flag to create_engine" into...
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 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 BayerVersion 1.3.8 placeholder
2019-08-14  Mike Bayer- 1.3.7 rel_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  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 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-05  Nils PhilippsenFix typo
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-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  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 BayerVersion 1.3.7 placeholder
2019-07-21  Mike Bayer- 1.3.6 rel_1_3_6
2019-07-21  Min ho KimFix typos
next