]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2018-10-20  Mike Bayer- correct for dbapi not present in some tests
2018-10-20  Mike BayerEnable decimal implicit bind for mysqlclient, is fixed...
2018-10-17  Mike BayerAdd prop.secondary to FROM for dynamic loader
2018-10-17  Mike Bayerblock py.test 3.9.1
2018-10-15  Mike BayerDon't use "is" to compare exceptions
2018-10-14  Mike BayerDon't call rollback on DBAPI connection that's "closed"
2018-10-13  Mike Bayer- get the "now" date for this test in terms of the...
2018-10-10  Jayson Reisselectinload omit join
2018-10-04  mike bayerMerge "Route bulk update/delete exec through new Query...
2018-10-04  Mike BayerRoute bulk update/delete exec through new Query._execut...
2018-10-04  mike bayerMerge "Support tuples of heterogeneous types for empty...
2018-10-03  Mike BayerSupport tuples of heterogeneous types for empty expandi...
2018-10-03  Mike BayerPerform additional retrieval of correct column names
2018-10-02  Mike BayerAdd additional documentation for ORM fetched defaults
2018-10-02  mike bayerMerge "Fix dependency_for final argument"
2018-10-02  mike bayerMerge "Add .info to InstanceState"
2018-10-02  mike bayerMerge "Add reflection support for Postgresql partitione...
2018-10-02  mike bayerMerge "Strong reference parent object in association...
2018-10-01  Joe UrciuoliFix dependency_for final argument
2018-10-01  Mike BayerStrong reference parent object in association proxy
2018-10-01  Mike BayerAdd .info to InstanceState
2018-10-01  Mike BayerAdd reflection support for Postgresql partitioned tables
2018-10-01  Mike BayerAdd test and retroactive changelog for issue 4040
2018-09-29  Mike BayerAdd link to Code of Conduct
2018-09-28  Denis KataevRemove unnecessary unicode and raw string prefix
2018-09-28  mike bayerMerge "Import from collections.abc"
2018-09-28  Mike BayerAdd non-primary mapper example illustrating a row-limit...
2018-09-27  mike bayerMerge "Break association proxy into a descriptor +...
2018-09-27  Mike BayerBreak association proxy into a descriptor + per-class...
2018-09-27  xtreakImport from collections.abc
2018-09-27  mike bayerMerge "Remove MappedCollection converter; deprecate...
2018-09-27  Mike BayerRemove MappedCollection converter; deprecate @converter
2018-09-26  mike bayerMerge "Copy create_constraint flag for Enum"
2018-09-26  mike bayerMerge "Accept multiple expressions for aggregate_order_...
2018-09-25  Mike BayerMerge remote-tracking branch 'origin/pr/476' into pep...
2018-09-25  Mike BayerAccept multiple expressions for aggregate_order_by...
2018-09-25  Mike BayerCopy create_constraint flag for Enum
2018-09-24  Agam RafaeliPEP8 mxodbc.py
2018-09-23  Mike BayerAdd use_nchar_for_unicode flag; don't use nchar types...
2018-09-21  Mike Bayermove callcounts up to python 3.7
2018-09-21  mike bayerMerge "Allow dialects to customize group by clause...
2018-09-20  Samuel ChouAllow dialects to customize group by clause compilation
2018-09-19  Mike Bayer- forgot the colon
2018-09-19  Mike BayerAllow pip opts to be specified in environment
2018-09-19  Mike Bayercherry-pick changelog update for 1.2.13
2018-09-19  Mike Bayercherry-pick changelog from 1.2.12
2018-09-19  mike bayerMerge "Adapt right side in join if lateral detected"
2018-09-19  mike bayerMerge "Add LIFO for connection pooling"
2018-09-19  Taem ParkAdd LIFO for connection pooling
2018-09-18  Mike BayerAdapt right side in join if lateral detected
2018-09-18  Romuald BrunetLook for dict builtin in InstanceState cleanup
2018-09-17  Mike BayerUse cx_Oracle dml_ret_array_val
2018-09-17  Mike BayerMerge remote-tracking branch 'origin/pr/471'
2018-09-13  Mike BayerDon't list 1.2.x bugfixes as 1.3.0b1 bugfixes
2018-09-12  Mike BayerAdd explicit note about @hybrid_property mutators re...
2018-09-11  Wouter OvermeireFix doc type
2018-09-06  Glyphminor spelling correction
2018-09-06  Mike BayerClarify init_scalar event use case
2018-08-30  Mike BayerMariaDB 10.3 updates
2018-08-28  Mike BayerFix links and update verbiage for reset_on_return
2018-08-28  mike bayerMerge "Add option to sort into inserts/updates to bulk_...
2018-08-28  mike bayerMerge "Add python_requires and update classifiers"
2018-08-27  Alessandro... Add option to sort into inserts/updates to bulk_save_ob...
2018-08-27  Mike BayerAdd BakedQuery.to_query() method
2018-08-27  Mike Bayerdocument expanding bound parameters, in_(), and baked...
2018-08-27  Mike Bayer- pep8 cleanup
2018-08-27  Mike Bayerfix link typos
2018-08-27  Mike BayerCorrect expanding docs to support empty lists
2018-08-26  Mike BayerInclude Session._query_cls as part of the cache key
2018-08-26  HugoAdd python_requires and update classifiers
2018-08-23  mike bayerMerge "Unwrap Proxy objects when scanning declared_attr"
2018-08-23  Mike BayerUnwrap Proxy objects when scanning declared_attr
2018-08-23  Mike BayerDon't run postfetch_post_update for a DELETE
2018-08-22  Mike BayerPropagate **kw in postgresql distinct on compilation
2018-08-22  Mike BayerPass desired array type from pg.array_agg to functions...
2018-08-22  Mike BayerStrip quotes from format_type in addition to other...
2018-08-20  Mike Bayercherry-pick changelog update for 1.2.12
2018-08-20  Mike Bayercherry-pick changelog from 1.2.11
2018-08-20  Mike BayerAdd missing range_ / rows parameters to additional...
2018-08-17  Mike BayerDocument binary_prefix for mysqlclient and PyMySQL
2018-08-17  mike bayerMerge "Accommodate for classically mapped base classes...
2018-08-17  mike bayerMerge "Add concept of "implicit boolean", treat as...
2018-08-17  Mike BayerAccommodate for classically mapped base classes in...
2018-08-16  Mike BayerAdd test support for #4036
2018-08-15  Mike BayerAdd concept of "implicit boolean", treat as native
2018-08-13  Maxim BublisAdd ability to preserve order in MySQL ON DUPLICATE...
2018-08-09  Mike BayerCorrect for the INSERT statement, typos
2018-08-09  Mike BayerWrite a much better section about server defaults
2018-08-08  Mike BayerFixed issue with :meth:`.TypeEngine.bind_expression...
2018-08-07  Nicolas RolinAdd support of empty list in exanding of bindparam
2018-08-04  Mike BayerInclude UPDATE/DELETE extra_froms in correlation
2018-08-02  mike bayerMerge "Handle association proxy delete and provide...
2018-08-02  mike bayerMerge "Bind Integers to int for cx_Oracle"
2018-08-01  Mike BayerBind Integers to int for cx_Oracle
2018-08-01  Mike BayerHandle association proxy delete and provide for scalar...
2018-08-01  mike bayerMerge "Fix collections ABC access before Python 3.8"
2018-08-01  Korn, UweMention Properties keys in __dir__
2018-08-01  Nathaniel KnightFix collections ABC access before Python 3.8
2018-08-01  Mike BayerCorrect sharding tests for provisioned follower
2018-08-01  Mike BayerDo some pep8 and other cruft removal around association...
next