]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-06-07  Mike BayerAdd "full" to the getargspec warning skip
2019-06-07  Mike BayerRework Session transaction FAQs
2019-06-03  mike bayerMerge "Add "usecase" changelog tag"
2019-06-03  Mike BayerAdd "usecase" changelog tag
2019-05-31  Mike BayerApply adaptation for most recent aliased=True first
2019-05-31  Mike Bayer- formatting
2019-05-31  mike bayerMerge "PostgreSQL enum with no elements returns NULL...
2019-05-31  mike bayerMerge "Rework AliasedClass __getattr__ to use top-level...
2019-05-31  Mike BayerPostgreSQL enum with no elements returns NULL for the...
2019-05-29  Mike BayerUse fully vendored getfullargspec
2019-05-29  Dmytro StarosudRework AliasedClass __getattr__ to use top-level getattr()
2019-05-29  mike bayerMerge "Use roles for ORM alias() conversion"
2019-05-28  Mike Bayerupdate LICENSE to be the exact MIT formatting
2019-05-28  Mike BayerReformat license name
2019-05-28  Mike Bayercherry-pick changelog update for 1.3.5
2019-05-28  Mike Bayercherry-pick changelog from 1.3.4
2019-05-28  mike bayerCreate FUNDING.yml
2019-05-28  Mike BayerUse roles for ORM alias() conversion
2019-05-28  Mike BayerAdjust test_concurrency failure modes
2019-05-27  mike bayerMerge "MYSQL: added support for drop check/constraint"
2019-05-27  mike bayerMerge "Hold implicitly created collections in a pending...
2019-05-27  Mike BayerAdd documentation / tracker URLs for pypi
2019-05-27  Hannes HansenMYSQL: added support for drop check/constraint
2019-05-27  Mike BayerHold implicitly created collections in a pending area
2019-05-27  Mike BayerStill more things we forgot for setting up 1.4
2019-05-25  mike bayerMerge "Unify NO_VALUE and NEVER_SET"
2019-05-25  Mike BayerUse py.test for versioned_history tests, nose no longer...
2019-05-24  Mike BayerUnify NO_VALUE and NEVER_SET
2019-05-23  Mike BayerMerge remote-tracking branch 'origin/pr/4565'
2019-05-23  mike bayerMerge "Include active_history when propagating attribut...
2019-05-23  Mike Bayer- formatting fix
2019-05-23  Mike BayerInclude active_history when propagating attribute listeners
2019-05-22  Mengxi Zhangdoc grammar updates 4565/head
2019-05-22  Mike BayerImprove docstrings for AtributeEvents re: propagate...
2019-05-19  Mike BayerAdd QueryableAttribute._impl_uses_objects accessor...
2019-05-18  Mike BayerImplement new ClauseElement role and coercion system
2019-05-18  Mike BayerRepair anonymous label comparison
2019-05-18  Mike BayerAdd .pre-commit-config.yaml
2019-05-17  mike bayerMerge "Mutex the declarative scan/map process against...
2019-05-16  Mike BayerMutex the declarative scan/map process against configur...
2019-05-16  mike bayerMerge "Turn FlushError for identity already exists...
2019-05-16  Mike BayerDocument and test modification of .values in before_com...
2019-05-15  Jon SchuffRecognize message 20047 as disconnect event in MSDialec...
2019-05-14  mike bayerMerge "Continue to assume None for un-accessed attribut...
2019-05-14  Mike BayerContinue to assume None for un-accessed attribute on...
2019-05-13  mike bayerMerge "Resolve RST306 issues"
2019-05-13  Mike BayerMerge remote-tracking branch 'origin/pr/4626'
2019-05-13  Mike BayerResolve RST306 issues
2019-05-11  Mike BayerAdd autoincrement to test_orm AnnotatedOverheadTest...
2019-05-11  Mike BayerCorrect fix and tests for #4661
2019-05-10  Matthew WilkesMove initialize do_rollback() outside of the dialect
2019-05-10  Mike Bayer- fix long line
2019-05-09  Mike Bayer- remove references to nose
2019-05-08  Mike BayerAdd documentation for MySQL optimizer hints using prefi...
2019-05-07  Mike BayerTurn FlushError for identity already exists into a...
2019-05-07  mike bayerMerge "Don't warn on multi delete rowcount if supports_...
2019-05-07  mike bayerMerge "Do not register the GenericFunction in sql.funct...
2019-05-06  mollardthomasAdd support for filtered indexes for mssql dialect
2019-05-06  Adrien BerchetDo not register the GenericFunction in sql.functions...
2019-05-06  Mike BayerDon't warn on multi delete rowcount if supports_sane_mu...
2019-05-05  Mike BayerOpen up mysql CHECK constraint detection to include...
2019-05-02  Bjørnar MyrheimInclude GenericTypeCompiler in docs
2019-04-30  Mike BayerMake the GenericFunction registry fully case insensitive
2019-04-29  Adrien BerchetAdd case insensitivity feature to GenericFunction.
2019-04-29  mike bayerMerge "Add _cache_key implementation."
2019-04-29  mike bayerMerge "Reimplement .compare() in terms of a visitor"
2019-04-29  Mike BayerAdd _cache_key implementation.
2019-04-29  Mike BayerReimplement .compare() in terms of a visitor
2019-04-28  mike bayerMerge "Warn on merge of already-pending object"
2019-04-28  Mike BayerWarn on merge of already-pending object
2019-04-28  mike bayerMerge "Add additional parsing to extract the "MariaDB...
2019-04-27  Mike Bayer- continued 1.4 setup, somehow the commit didn't work
2019-04-27  Mike Bayer- initial 1.4 setup
2019-04-25  Mike Bayerfix RST link format
2019-04-25  Mike Bayerremote_attr and local_attr refer to class bound attribu...
2019-04-25  Mike Bayer- formatting typo
2019-04-25  Mike BayerAdd ORM documentation for as_comparison()
2019-04-24  Mike BayerAdd additional parsing to extract the "MariaDB" keyword...
2019-04-23  mike bayerMerge "negate True/False separately from other elements"
2019-04-23  Michael J WardFixes typo in core/connections.rst 4626/head
2019-04-23  Mike BayerRemove sqla_nose.py from MANIFEST.in
2019-04-21  Mike Bayer- black -l79 update
2019-04-18  Mike Bayernegate True/False separately from other elements
2019-04-17  vpsxUse "parent object" instead of "primary object" 4619/head
2019-04-15  Mike Bayercherry-pick changelog update for 1.2.20
2019-04-15  Mike Bayer- 1.2.19
2019-04-15  Mike BayerVersion 1.3.4 placeholder
2019-04-15  Mike Bayer- 1.3.3 rel_1_3_3
2019-04-15  Mike BayerAdd 1.3.x versions to still unreleased 1.2 backport...
2019-04-13  Mike BayerUse pytest items in custom collection
2019-04-11  Mike BayerBlack updates
2019-04-11  mike bayerMerge "Don't use and_() inside of Query.filter_by"
2019-04-10  Mike BayerDon't use and_() inside of Query.filter_by
2019-04-10  mike bayerMerge "Add __reduce_ex__ to MutableList; add compat...
2019-04-10  Mike BayerAdd __reduce_ex__ to MutableList; add compat for older...
2019-04-09  Mike BayerPropagate query-arg-only URL to psycopg2; don't send...
2019-04-05  Mike BayerUpdate link for cx_Oracle
2019-04-05  jaskiratsinghImprove documentation for connection pool logging
2019-04-05  Mike BayerEnhance documentation for string compilation use cases
2019-04-04  Matt LewellynMSSQL: only compile ORDER BY if it will be rendered
next