]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-12-31  Mike BayerFix newly found rst issue
2019-12-29  mike bayerMerge "Fix WeakSequence circular reference" into rel_1_3
2019-12-29  Federico CaselliImprove two phase transaction requirement detection...
2019-12-27  Carson IpFix WeakSequence circular reference
2019-12-20  Mike BayerCopy bind_processors when altering for expanding IN
2019-12-19  mike bayerMerge "Don't apply aliasing + adaption for simple relat...
2019-12-19  Mike BayerDon't apply aliasing + adaption for simple relationship...
2019-12-19  mike bayerMerge "Add CTE prefixes" into rel_1_3
2019-12-19  Mike BayerImprove documentation for refresh_flush event
2019-12-18  Gord ThompsonAdd pass through exact pyodbc connection string.
2019-12-18  Gord ThompsonAdd note re: pyodbc keywords in lowercase.
2019-12-18  Marat SharafutdinovAdd CTE prefixes
2019-12-17  Mike Bayer"does not support reflection" -> "does not support...
2019-12-16  Mike BayerVersion 1.3.13 placeholder
2019-12-16  Mike Bayer- 1.3.12 rel_1_3_12
2019-12-14  Ahmed AdelAdd dialect for Apache Solr
2019-12-13  Mike BayerClose connection if begin fails
2019-12-06  Mike BayerUse label reference coercion for select() distinct...
2019-12-06  Mike BayerInclude DISTINCT in error message for label reference
2019-12-05  Mike BayerIntroduce lambda combinations
2019-12-02  Mike BayerSkip sub-minute timezone tests for Python 3 < 3.7
2019-11-30  mike bayerMerge "Add DATETIMEOFFSET support for mssql+pyodbc...
2019-11-29  Gord ThompsonAdd DATETIMEOFFSET support for mssql+pyodbc
2019-11-29  Mike BayerGracefully degrade for SQLite JSON receiving direct...
2019-11-26  Mike BayerDon't clear metadata in TablesTest setup
2019-11-23  Mike BayerGeneralize DescriptorProps.uses_objects
2019-11-22  Mike BayerWarn for settings that don't work with viewonly=True
2019-11-22  Mike BayerDon't raise w/ raiseload strategy for many-to-one histo...
2019-11-22  Mike BayerFix rst for flake8-rst-docstrings-0.0.12
2019-11-22  Mike BayerIntroduce flag combinations fixture
2019-11-20  Mike BayerSkip on slice assignment to self
2019-11-19  Mike BayerMove max-worker-restart to pytest-xdist options in...
2019-11-19  Mike BayerUse viewonly=True for composite secondary join example
2019-11-13  Mike BayerAdd TypeDecorator recipe for timezone aware/UTC conversion
2019-11-11  Mike BayerVersion 1.3.12 placeholder
2019-11-11  Mike Bayer- 1.3.11 rel_1_3_11
2019-11-11  mike bayerMerge "Detect PyMySQL connection was killed" into rel_1_3
2019-11-11  mike bayerMerge "Test fixture improvements" into rel_1_3
2019-11-11  Mike BayerDetect PyMySQL connection was killed
2019-11-11  Mike BayerTest fixture improvements
2019-11-11  Mike BayerAdd type accessors for JSON indexed/pathed element...
2019-11-10  mike bayerMerge "Exclude local columns when adapting secondary...
2019-11-10  Mike BayerPerform an active check for sqlite json extension
2019-11-10  Mike BayerExclude local columns when adapting secondary in a...
2019-11-09  Mike BayerSupport exclusion rules in combinations
2019-11-09  Mike BayerFix exclusions for multiple fails_on
2019-11-09  Mike BayerInterpret empty LIMIT, expression LIMIT correctly
2019-11-09  mike bayerMerge "Support for generated columns" into rel_1_3
2019-11-08  CaselITSupport for generated columns
2019-11-08  Mike BayerWork around setuptools issue #1902
2019-11-06  Mike BayerSquashed commit of the following:
2019-11-04  L0stLinkfixed typo in session.py in line 3063
2019-11-04  Nils PhilippsenExpect ordering NULLs to work and skip nested aggregate...
2019-10-31  mike bayerMerge "Cache every key in reflection_cache" into rel_1_3
2019-10-31  mike bayerMerge "omit_join=True is not supported" into rel_1_3
2019-10-31  Mike BayerImprove SQL Server pyodbc documentation
2019-10-31  Mike Bayeromit_join=True is not supported
2019-10-31  Mike BayerCache every key in reflection_cache
2019-10-28  lizraeliCorrectly interpret None passed to query.get(); warn...
2019-10-28  Ales DokshaninTypo fix
2019-10-28  Mike BayerSquashed commit of the following:
2019-10-27  Patrick HayesAdd public accessor `is_single_entity` to Query
2019-10-26  Mike BayerDon't cache a query that has before_compile modifications
2019-10-26  Anders KaseorgFix Python 3.8 SyntaxWarning: "is not" with a literal
2019-10-25  Mike BayerWarn that before_compile for lazyload needs bake_querie...
2019-10-24  mike bayerMerge "Use default repr() for quoted_name under python...
2019-10-24  mike bayerMerge "Support unique bound parameters for text()"...
2019-10-24  Mike BayerUse default repr() for quoted_name under python 3
2019-10-23  mike bayerMerge "Refactor dialect tests for combinations" into...
2019-10-23  Mike BayerSupport unique bound parameters for text()
2019-10-23  Mike BayerAdd doc note for multiple table mapping
2019-10-22  Mike BayerRefactor dialect tests for combinations
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
next