]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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...
2018-08-01  Mike BayerMerge branch 'migration-12-typo-fix' of https://bitbuck...
2018-07-31  Neil BasuAdd comma in migration-12
2018-07-27  Kevin HornReplace 'with' with 'which'
2018-07-18  mike bayerMerge "Fix quoting schemas in _get_table_sql for the...
2018-07-18  Phillip CloudFix quoting schemas in _get_table_sql for the SQLite...
2018-07-18  Alex RothbergAdd `postgresql_psycopg2binary` install extra that...
2018-07-14  Mike BayerDon't apply no-traverse to query.statement
2018-07-13  Mike Bayercherry-pick changelog update for 1.2.11
2018-07-13  Mike Bayercherry-pick changelog from 1.2.10
2018-07-13  Mike BayerUse exprs for bundle __clause_element__
2018-07-13  Mike BayerCorrect the bug number for :ticket:`4288`, which was...
2018-07-13  Mike Bayer- fix typo
2018-07-13  Mike BayerCorrect fastexecutemany test for lower pyodbc version
2018-07-12  mike bayerMerge "Don't null FK for collection-removed item with...
2018-07-11  Mike BayerDon't null FK for collection-removed item with passive_...
2018-07-11  mike bayerMerge "Drop default-related structures after the Table...
2018-07-11  Mike BayerAdd pyodbc fast_executemany
2018-07-11  mike bayerMerge "Add all "like", "between", "is" operators as...
2018-07-11  Mike BayerDrop default-related structures after the Table is...
2018-07-10  Ilja EveriläSqlite json
2018-07-10  Mike BayerAdd all "like", "between", "is" operators as comparison...
2018-07-10  Mike BayerDocument sticky behavior of loader options
2018-07-10  mike bayerMerge "Use MySQL protocol-level ping."
2018-07-10  mike bayerMerge "Expire memoizations on setattr/delattr, check...
2018-07-10  Mike Bayersupport functions "as binary comparison"
2018-07-09  mike bayerMerge "Refactor pool.py into a package"
2018-07-09  Mike BayerExpire memoizations on setattr/delattr, check in delattr
2018-07-09  Maxim BublisUse MySQL protocol-level ping.
2018-07-09  Mike Bayer- add docs for PG REGCLASS
2018-07-09  Mike Bayer- add changelog 13 and links
2018-07-09  Mike BayerRefactor pool.py into a package
2018-07-08  Mike BayerCheck tokens in chop path for inspectionattr before...
2018-07-05  Mike Bayer- add some context to the declarative section indicatin...
2018-07-05  Mike Bayerblock cx_Oracle 6.4
2018-07-04  Mike Bayer- fix linking for the query.rst page
2018-06-30  Mike Bayer- add "leaks memory" to documented issues w/ mysqlconne...
2018-06-29  Mike Bayercherry-pick changelog update for 1.2.10
2018-06-29  Mike Bayercherry-pick changelog from 1.2.9
2018-06-29  mike bayerMerge "Add unique_constraint_name to MSSQL FK reflection"
2018-06-29  Mike BayerMerge remote-tracking branch 'origin/pr/456'
2018-06-29  Sean DunnAdd unique_constraint_name to MSSQL FK reflection
2018-06-28  Logan RosenUpdate URL for PyMySQL documentation
2018-06-28  Mike BayerReflect ASC/DESC in MySQL index columns
2018-06-28  mike bayerMerge "Vendor python3 formatargspec"
2018-06-28  Mike BayerVendor python3 formatargspec
2018-06-28  mike bayerMerge "Add do_setinputsizes event for cx_Oracle"
2018-06-27  Mike BayerTry to get mysqlconnector somewhat working
2018-06-27  Mike BayerAdd do_setinputsizes event for cx_Oracle
2018-06-26  mike bayerMerge "Ensure BakedQuery is cloned before we add option...
2018-06-26  Mike BayerEnsure BakedQuery is cloned before we add options to it
2018-06-26  mike bayerMerge "fix TypeReflectionTest for sqlite 3.24"
2018-06-26  mike bayerMerge "Look up adapter info for previous left side...
next