]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2019-08-02  Mike BayerAlways include a schema name in SQLite PRAGMA
2019-08-01  Mike BayerDon't assume key when matching cloned columns in _make_...
2019-07-30  mike bayerMerge "Invoke column_expression() for subsequent SELECT...
2019-07-29  Mike BayerInvoke column_expression() for subsequent SELECTs in...
2019-07-29  Mike BayerCorrect for MySQL 8.0 table and schema names in FK...
2019-07-27  mike bayerMerge "Add ARRAY and MEMBER to MySQL reserved words...
2019-07-27  Mike BayerAdd ARRAY and MEMBER to MySQL reserved words
2019-07-24  Mike BayerEnsure all Index arguments are counted when matching...
2019-07-23  Mike BayerDon't assume m2o key is present in the dictionary
2019-07-21  Mike BayerVersion 1.3.7 placeholder
2019-07-21  Mike Bayer- 1.3.6 rel_1_3_6
2019-07-21  Min ho KimFix typos
2019-07-19  Mike BayerOptimize out JOIN for selectinload with many to one
2019-07-19  mike bayerMerge "Include 'p' for get_indexes() query" into rel_1_3
2019-07-19  Mike BayerInclude 'p' for get_indexes() query
2019-07-19  Mike BayerSupport tuple IN VALUES for SQLite, others
2019-07-18  mike bayerMerge "Fixes for uselist=True with m2o relationships...
2019-07-18  Mike BayerFix regression for self-ref join to self error message
2019-07-18  Mike BayerFixes for uselist=True with m2o relationships
2019-07-18  Denis KataevSmall text error in json field doc
2019-07-18  Denis KataevFix doc for #4765
2019-07-17  Mike BayerIntercept unresolveable comparator attrbute error for...
2019-07-17  Mike BayerPin pycodestyle
2019-07-15  Peter SchuttSyntaxError in on_duplicate_key_update() example.
2019-07-13  Mike Bayerself_group() for FunctionFilter
2019-07-11  Mike BayerAdd performance improvement for Enum w/ Python 2 enum...
2019-07-08  Mike BayerSupport multidimensional array literals in Postgresql
2019-07-08  Mike BayerEnsure .engine is part of Connectable interface, implem...
2019-07-06  Mike BayerAdd additional parsing to extract the "MariaDB" keyword...
2019-07-05  Mike BayerRepair json example in tutorial to suit non-present...
2019-07-05  Mike BayerAdjust JSON verbiage about "implied" datatype
2019-07-05  Mike BayerRename tutorial section to "Using Aliases and Subqueries"
2019-07-05  Mike BayerNote DBAPIs and dialects that we don't support
2019-07-05  Mike BayerSquashed commit of the following:
2019-07-04  Mike BayerAdd tutorial section for cast(), type_coerce()
2019-07-02  Mike BayerRework proxy_cache fix to restore performance
2019-07-02  Mike BayerClear proxy_set cache when creating an annotated column
2019-07-01  Mike BayerA few doc tweaks for alias / order_by / group_by
2019-06-28  mike bayerMerge "CAST bind values against SQL Server sys into...
2019-06-28  Denis KataevTest for _ORMJoin and fix issue
2019-06-28  Mike BayerCAST bind values against SQL Server sys into NVARCHAR
2019-06-28  Mike BayerAdd Load.options() for hierchical construction of loade...
2019-06-27  Mike BayerUnwrap TIMESTAMP when doing an isinstance()
2019-06-27  Mike BayerRevert 1ed2f162151 black target version
2019-06-24  Mike BayerDisable black auto-version detection
2019-06-21  Mike BayerRegister pytest assertion rewriting on sqlalchemy.testi...
2019-06-21  Mike BayerEnable F841
2019-06-20  Mike BayerAdd option for "sparse" backend tests and apply to...
2019-06-17  Mike BayerVersion 1.3.6 placeholder
2019-06-17  Mike Bayer- 1.3.5 rel_1_3_5
2019-06-17  Emile CaronFix typo in documentation examples
2019-06-17  mike bayerMerge "Remove unused "time_func"" into rel_1_3
2019-06-17  Mike BayerRemove unused "time_func"
2019-06-17  Eli CollinsPostgreSQL now reflects per-column sort order on indexes.
2019-06-17  mike bayerMerge "Turn off the is_literal flag when proxying liter...
2019-06-16  Mike BayerTurn off the is_literal flag when proxying literal_colu...
2019-06-15  Mike BayerConsult is_attrbute flag to determine descriptor; enabl...
2019-06-12  Mike BayerRun PK/FK sync for multi-level inheritance w/ no interm...
2019-06-10  Lukas BanicAccommodate value of None for ON DUPLICATE KEY UPDATE
2019-06-09  Mike Bayerpsycopg2 NOTICE fixup
2019-06-08  Mike Bayer- add --max-worker-restart to better tolerate oracle...
2019-06-07  Mike BayerRework Session transaction FAQs
2019-05-31  Mike BayerApply adaptation for most recent aliased=True first
2019-05-31  mike bayerMerge "PostgreSQL enum with no elements returns NULL...
2019-05-31  Mike BayerPostgreSQL enum with no elements returns NULL for the...
2019-05-30  Dmytro StarosudRework AliasedClass __getattr__ to use top-level getattr()
2019-05-29  Mike BayerUse fully vendored getfullargspec
2019-05-28  Mike Bayerupdate LICENSE to be the exact MIT formatting
2019-05-28  Mike BayerReformat license name
2019-05-28  Mike BayerVersion 1.3.5 placeholder
2019-05-28  Mike Bayer- 1.3.4 rel_1_3_4
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 BayerAdd documentation / tracker URLs for pypi
2019-05-27  Hannes HansenMYSQL: added support for drop check/constraint
2019-05-25  Mike BayerUse py.test for versioned_history tests, nose no longer...
2019-05-23  Mengxi Zhangdoc grammar updates
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  Mike BayerImprove docstrings for AtributeEvents re: propagate...
2019-05-19  Mike BayerAdd QueryableAttribute._impl_uses_objects accessor...
2019-05-18  Mike BayerAdd .pre-commit-config.yaml
2019-05-16  Mike BayerMutex the declarative scan/map process against configur...
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 "Resolve RST306 issues" into rel_1_3
2019-05-14  Mike BayerContinue to assume None for un-accessed attribute on...
2019-05-13  Mike BayerResolve RST306 issues
2019-05-13  Michael J WardFixes typo in core/connections.rst
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 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...
next