]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2018-11-09  mike bayerMerge "Implement SQLite ON CONFLICT for constraints"
2018-11-07  Denis KataevImplement SQLite ON CONFLICT for constraints
2018-11-06  Mike BayerImprove documentation re: Session.binds and partitionin...
2018-11-03  Mike BayerMerge remote-tracking branch 'origin/pr/486'
2018-11-03  Mike BayerMerge remote-tracking branch 'origin/pr/450'
2018-11-03  mike bayerMerge "Deannotate ORM columns in ColumnEntity"
2018-11-02  Mike Bayer- block py.test 3.9.1 and 3.9.2, 3.9.3 is OK
2018-11-02  Mike BayerDeannotate ORM columns in ColumnEntity
2018-11-02  Iwo HerkaTweak code-style and readability in `events/base.py`
2018-11-02  Mike BayerAdd new NO_RAISE attribute flag and specify for m2o...
2018-11-02  mike bayerMerge "Implement __delete__"
2018-11-02  Mike BayerImplement __delete__
2018-11-02  Mike BayerUse attr keys when testing bulk update params for prima...
2018-10-31  Mike Bayercherry-pick changelog update for 1.2.14
2018-10-31  Mike Bayercherry-pick changelog from 1.2.13
2018-10-31  Chris MacklinAdd missing index method to _AssociationList.
2018-10-31  mike bayerMerge "Move pk on single-inh subclass check below confl...
2018-10-30  mike bayerMerge "Add reserved word 'function' for MySQL"
2018-10-30  Tom MandersonMove pk on single-inh subclass check below conflict...
2018-10-30  Alex HallAdd reserved word 'function' for MySQL
2018-10-30  wodimAdd missing space
2018-10-30  David Poggire-word recycle parameter documentation
2018-10-30  Mike BayerMerge remote-tracking branch 'origin/pr/478'
2018-10-27  mike bayerMerge "Create object- and column-oriented versions...
2018-10-26  Mike BayerCreate object- and column-oriented versions of Associat...
2018-10-24  Mike BayerPin pytest *before* 3.9.1 totally
2018-10-21  Mike BayerUse the same "current_timestamp" function for both...
2018-10-20  Mike Bayer- also correct for dbapi is a Mock without __version__...
2018-10-20  mike bayerMerge "Check more specifically for hybrid attr and...
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-19  Mike BayerCheck more specifically for hybrid attr and not mapped...
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-04  James OwenAdd warning to hybrid property expression and fixup...
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
next