]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2020-09-27  Mike BayerSupport pytest 6.x
2020-09-23  Mike BayerAdd pypi shields
2020-09-20  Andrzej BartosińskiStringify correctly for non-str exception argument
2020-09-18  Gord ThompsonAdd support for Azure authentication options
2020-09-18  Mike BayerFix ORM gc-related test that seems to be failing on CI
2020-09-15  Gord ThompsonAdd warning for skip_locked with MariaDB backend.
2020-09-14  Mike BayerPass all pool parameters in recreate()
2020-09-10  Mike BayerAdd 3rd party integration issues FAQ; add numpy
2020-09-10  mike bayerMerge "Include PostgreSQL in trigger test and correct...
2020-09-10  Mike BayerAdd more docs for populate_existing(); link with_for_update
2020-09-08  Federico CaselliFix typo in :paramref:`_engine.create_engine.isolation_...
2020-09-08  Mike BayerPostgreSQL dialect-level isolation_level parameter...
2020-09-03  mike bayerMerge "Add new MySQL reserved words: `cube`, `lateral...
2020-09-02  Mike BayerAdd caveat re: with_expression and already-loaded object
2020-09-02  StefanosChaliasosAdd new MySQL reserved words: `cube`, `lateral`.
2020-09-01  mike bayerMerge "Provide more detailed error message for Query...
2020-08-31  RamonWillProvide more detailed error message for Query.join()
2020-08-31  RamonWillInclude PostgreSQL in trigger test and correct document...
2020-08-30  mike bayerMerge "internal test framework files for standardizatio...
2020-08-29  Mike BayerUpdate connection docs for migrating off of nesting
2020-08-29  jonathan vanascointernal test framework files for standardization of...
2020-08-28  Federico CaselliMerge "ARM64 Support to Github Actions For Testing...
2020-08-27  Mike BayerRaise NotImplemenedError for association proxy __clause...
2020-08-26  Mike BayerDocument caveat about backrefs and attribute_mapped_col...
2020-08-26  mike bayerMerge "More descriptive error for non-mapped string...
2020-08-25  jonathan vanascoMore descriptive error for non-mapped string prop name
2020-08-24  odidevARM64 Support to Github Actions For Testing And Develop...
2020-08-24  Federico CaselliFix typo in docs examples of psycopg2.connect
2020-08-19  Mike BayerImplement DDL visitor for PG ENUM with schema translate...
2020-08-18  Mike BayerDeliver straight BinaryExpr w/ no negate for any()...
2020-08-18  Mike BayerClarify that session.close() is like reset
2020-08-17  Federico CaselliFix wheel check in linux workflow and improve it
2020-08-17  Mike BayerVersion 1.3.20 placeholder
2020-08-17  Mike Bayer- 1.3.19 rel_1_3_19
2020-08-17  Jesse BakkerMake discriminator column used by ConcreteBase configurable
2020-08-17  RamonWillerror message for Lookup
2020-08-14  Mike Bayerupdate for pytest-xdist terminology
2020-08-13  Mike BayerFurther fixes for ticket 5470
2020-08-12  mike bayerMerge "Fix mysql CREATE TABLE / COLLATE issue" into...
2020-08-11  Mike Bayerupdate deterministic sort ordering doc
2020-08-10  Gord ThompsonFix mysql CREATE TABLE / COLLATE issue
2020-08-09  Karthikeyan... Fix typos
2020-08-07  mike bayerMerge "Add complete platform data to profiling data...
2020-08-07  mike bayerMerge "Pass schema_translate_map from DDLCompiler to...
2020-08-07  Mike BayerPass schema_translate_map from DDLCompiler to SQLCompiler
2020-08-07  Federico CaselliAdd complete platform data to profiling data
2020-08-07  Mike BayerInclude bulk update/delete in RoutingSession example
2020-08-06  Mike Bayerbase all_orm_descriptors ordering on cls.__dict__ ...
2020-08-06  Mike BayerFixes for MySQL 8
2020-08-05  Mike BayerAdd MariaDB 1927 to is_disconnect codes
2020-08-04  Mike Bayerfix formatting
2020-08-04  Mike BayerAdd note that fast_executemany uses memory
2020-08-02  mike bayerMerge "Improve github action workflows" into rel_1_3
2020-07-29  mike bayerMerge "Consider default FROM DUAL for MySQL" into rel_1_3
2020-07-29  Mike BayerConsider default FROM DUAL for MySQL
2020-07-29  Mike BayerPassive deletes edits
2020-07-29  Mike BayerRemove errant link
2020-07-27  Federico CaselliImprove github action workflows
2020-07-26  Jim BoschEnsure is_comparison passed for PG RANGE op() methods
2020-07-26  Mike BayerImprove delete cascade and passive deletes sections
2020-07-26  DefteZUpdate docs with actual MariaDB JSON support
2020-07-21  Mike BayerAllow Grouping to pass along proxy_set of element
2020-07-18  Gord ThompsonFix mssql dialect escaping object names containing ']'
2020-07-16  Gord ThompsonAdd requirement for test_get_view_definition
2020-07-15  Mike BayerRepair doubled "using engines in fork()" section
2020-07-13  mike bayerMerge "Add missing function to documentation: cte,...
2020-07-13  Mike Bayertest single and double quote inspection scenarios
2020-07-13  mike bayerMerge "more docs for autocommit isolation level" into...
2020-07-13  Mike Bayermore docs for autocommit isolation level
2020-07-11  Federico CaselliMake call-count profiling tests on osx have their own...
2020-07-08  Mike BayerLimit init_subclass test above python 3.6
2020-07-08  Mike BayerPropose --nomemory by default
2020-07-08  RamonWillresolves #3757
2020-07-07  mike bayerMerge "Add **kw support to DeclarativeMeta.__init__...
2020-07-06  jonathan vanascoadded semicolon (;) to improve warning message clarity
2020-07-06  EwenGilliesAdd **kw support to DeclarativeMeta.__init__
2020-07-06  Mike BayerConsolidate connection customization documentation
2020-07-05  Mike BayerDocument pyodbc built-in pooling
2020-07-03  Federico CaselliAdd missing function to documentation: cte, Exits
2020-06-29  Mike BayerInclude DATETIME / DateTime with the MySQL TIMESTAMP...
2020-06-29  mike bayerMerge "Provide example for exists" into rel_1_3
2020-06-29  Mike BayerDocuemnt current workarounds for MySQL TIMESTAMP
2020-06-29  Federico CaselliProvide example for exists
2020-06-29  Mike BayerEnsure Oracle < 8 used for python 2 in tox
2020-06-25  aplatkouskiFix a wide variety of typos and broken links
2020-06-25  Mike BayerVersion 1.3.19 placeholder
2020-06-25  Mike Bayer- 1.3.18 rel_1_3_18
2020-06-25  Mike BayerUse index name to determine if an index is for the PK
2020-06-22  Federico CaselliAdd pip list to workflow, update setuptools
2020-06-19  Gord ThompsonApply dialect_options copy fix
2020-06-19  mike bayerMerge "Propose black py27 + py35 mode for the rest...
2020-06-19  Mike BayerAdd note indicating order of join() calls are important
2020-06-19  Mike BayerPropose black py27 + py35 mode for the rest of Py2K
2020-06-11  Mike BayerAdd version token to error URL
2020-06-11  Thodoris SotiropoulosAdd 'exists' to SQLite's reserved keywords
2020-06-11  Federico CaselliAdd documentation regarding row constructo in PostgreSQL
2020-06-11  mike bayerMerge "Improve ``Rendering Bound Parameters Inline...
2020-06-09  mike bayerMerge "updated historical terms with modern equivalents...
2020-06-09  Abraham SanghaFix capitalization typos in engines.rst
2020-06-06  jonathan vanascoupdated historical terms with modern equivalents
next