]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-12-27  Federico Casellifix permission error and path on windows 5055/head
2019-12-22  Mike BayerUse expanding IN for all literal value IN expressions
2019-12-20  Mike BayerCopy bind_processors when altering for expanding IN
2019-12-20  Mike BayerImplement random_choices for Python 2
2019-12-20  Mike BayerEnsure comparison includes "don't compare values" feature
2019-12-19  mike bayerMerge "Don't apply aliasing + adaption for simple relat...
2019-12-19  mike bayerMerge "Add CTE prefixes"
2019-12-19  Mike BayerDon't apply aliasing + adaption for simple relationship...
2019-12-19  Mike BayerImprove documentation for refresh_flush event
2019-12-18  Mike BayerMerge remote-tracking branch 'origin/pr/5023'
2019-12-18  Mike BayerMerge remote-tracking branch 'origin/pr/5022'
2019-12-18  Mike BayerMerge remote-tracking branch 'origin/pr/5031'
2019-12-18  Marat SharafutdinovAdd CTE prefixes
2019-12-17  Mike Bayer"does not support reflection" -> "does not support...
2019-12-16  Mike BayerDo the CompoundSelect check for number of columns in...
2019-12-16  Mike Bayercherry-pick changelog update for 1.3.13
2019-12-16  Mike Bayercherry-pick changelog from 1.3.12
2019-12-14  Mike BayerEnsure cache keys are hashable in the test
2019-12-14  Mike BayerTraversal and clause generation performance improvements
2019-12-14  Mike BayerMerge remote-tracking branch 'origin/pr/5021'
2019-12-13  Mike BayerClose connection if begin fails
2019-12-10  Federico Casellifix typo strucures -> structures 5031/head
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-04  Gord ThompsonAdd pass through exact pyodbc connection string. 5023/head
2019-12-04  Gord ThompsonAdd note re: using the MySQL ODBC "ANSI" driver for...
2019-12-04  Gord ThompsonAdd note re: pyodbc keywords in lowercase. 5022/head
2019-12-03  Ahmed AdelAdd dialect for Apache Solr 5021/head
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 bayerMerge "Remove ORM elements from annotations at the...
2019-11-26  mike bayerMerge "Add sequence support for MariaDB 10.3+."
2019-11-26  Mike BayerDon't clear metadata in TablesTest setup
2019-11-26  Gord ThompsonAdd sequence support for MariaDB 10.3+.
2019-11-26  Mike BayerRemove ORM elements from annotations at the schema...
2019-11-23  Mike BayerGeneralize DescriptorProps.uses_objects
2019-11-22  Mike BayerRaise for persistence casades set with viewonly=True
2019-11-22  mike bayerMerge "Warn for settings that don't work with viewonly...
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 bayerMerge "Skip on slice assignment to self"
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-17  Gord ThompsonFix charset= in README.unittests.rst for MySQL 4987/head
2019-11-13  mike bayerMerge "Base mssql.DATETIMEOFFSET on DateTime"
2019-11-13  Mike BayerAdd TypeDecorator recipe for timezone aware/UTC conversion
2019-11-13  Mike BayerBase mssql.DATETIMEOFFSET on DateTime
2019-11-12  mike bayerMerge "Repair Oracle Interval"
2019-11-11  Mike Bayercherry-pick changelog update for 1.3.12
2019-11-11  Mike Bayercherry-pick changelog from 1.3.11
2019-11-11  mike bayerMerge "Detect PyMySQL connection was killed"
2019-11-11  Mike BayerRepair Oracle Interval
2019-11-11  mike bayerMerge "Test fixture improvements"
2019-11-11  Mike BayerDetect PyMySQL connection was killed
2019-11-11  mike bayerMerge "Add type accessors for JSON indexed/pathed eleme...
2019-11-11  Mike BayerTest fixture improvements
2019-11-11  Mike BayerAdd type accessors for JSON indexed/pathed element...
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"
2019-11-08  CaselITSupport for generated columns
2019-11-08  Mike BayerWork around setuptools issue #1902
2019-11-06  Mike BayerAdd -j auto to sphinx opts
2019-11-06  Mike BayerSquashed commit of the following:
2019-11-04  mike bayerMerge "Add anonymizing context to cache keys, compariso...
2019-11-04  Mike BayerMerge remote-tracking branch 'origin/pr/4958'
2019-11-04  Mike BayerAdd anonymizing context to cache keys, comparison;...
2019-11-04  Nils PhilippsenExpect ordering NULLs to work and skip nested aggregate...
2019-11-02  L0stLinkfixed typo in session.py in line 3063 4958/head
2019-10-31  mike bayerMerge "Cache every key in reflection_cache"
2019-10-31  mike bayerMerge "omit_join=True is not supported"
2019-10-31  Mike BayerImprove SQL Server pyodbc documentation
2019-10-31  mike bayerMerge "Remove python setup.py test; fix SQL Server...
2019-10-31  Mike BayerCache every key in reflection_cache
2019-10-30  Mike Bayeromit_join=True is not supported
2019-10-30  mike bayerMerge "Correctly interpret None passed to query.get...
2019-10-30  mike bayerMerge "Remove redundant assignment in .../engine/create.py"
2019-10-30  mike bayerMerge "Use simple growth scale with any max size for...
2019-10-30  sumauUse simple growth scale with any max size for BufferedR...
2019-10-28  lizraeliCorrectly interpret None passed to query.get(); warn...
2019-10-28  Mike BayerMerge remote-tracking branch 'origin/pr/4940'
2019-10-28  Pedro CunialRemove redundant assignment in .../engine/create.py
2019-10-28  Mike BayerSquashed commit of the following:
2019-10-28  Mike BayerRemove python setup.py test; fix SQL Server URL
2019-10-28  mike bayerMerge "Add public accessor `is_single_entity` to Query"
2019-10-27  Patrick HayesAdd public accessor `is_single_entity` to Query
2019-10-27  mike bayerMerge "Don't cache a query that has before_compile...
2019-10-26  Mike BayerDon't cache a query that has before_compile modifications
2019-10-26  mike bayerMerge "Fix Python 3.8 SyntaxWarning: "is not" with...
2019-10-25  Mike BayerPerform an active check for sqlite json extension
2019-10-25  mike bayerMerge "Disallow memory tests from running on Windows"
2019-10-25  Mike BayerWarn that before_compile for lazyload needs bake_querie...
next