]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2017-06-08  Mike BayerParse for Postgresql version w/ "beta"
2017-06-07  Mike Bayer- assert passive_deletes='all' does not affect collecti...
2017-06-02  Lele GaifaxFix a few doc typos
2017-05-26  Mike BayerAdd placeholder XML support
2017-05-25  Mike BayerRaise if ForeignKeyConstraint created with different...
2017-05-23  Mike BayerRemove twophase for cx_Oracle 6.x
2017-05-23  Mike Bayer- add option to disable py.test warnings plugin;
2017-05-23  Mike Bayer- add session.close() w/ rationale to top-level "using...
2017-05-23  Mike Bayer- pin py.test at 3.0.7 due to https://github.com/pytest...
2017-05-22  Mike Bayer- remove .gitattributes and merge=union as this isn...
2017-05-22  Kataev DenisRepair formatting throughout documentation
2017-05-22  Mike Bayer- add a note to versioning that version id col cannot...
2017-05-22  Mike BayerPrevent SQL server isolation level from failing
2017-05-21  Mike Bayer- 1.1.11 version placeholder
2017-05-21  Mike Bayer- add 1.1.11 placeholder
2017-05-19  Mike Bayer- 1.1.10 rel_1_1_10
2017-05-18  Mike Bayer- Document the most transparent way to set JSON.NULL for
2017-05-17  Mike Bayer- add complete parameter /return value docs to session...
2017-05-16  Mike Bayer- move additional sections under with_polymorphic missed
2017-05-16  Mike Bayer- categorize these two with_polymorphic subsections...
2017-05-16  Mike Bayer- fix broken link
2017-05-16  Mike Bayermodernize and repair inheritance examples
2017-05-12  Mike BayerCascade mappers in terms of the instance's mapper
2017-05-12  Mike BayerAdd links to with_only_columns to Select.column, append...
2017-05-11  Mike BayerUpdate inheritance documentation.
2017-05-10  Denis KataevFix docs syntax error
2017-05-09  mike bayerMerge "Use regexp to parse cx_oracle version string...
2017-05-09  Mike BayerUse regexp to parse cx_oracle version string
2017-05-09  Jacob HayesSupport autocommit for GRANT and REVOKE on postgresql
2017-05-08  Mike BayerProtect against cls weakref becoming None
2017-05-08  LunarShaddowBreak the lines to fit pdf and fix another broken syntax
2017-05-08  Mike Bayer- add 1.2 forwards-port version
2017-05-08  Ben Faginfixes a typo
2017-05-05  Mike Bayer- big rewrite of the Sequence documentation:
2017-05-05  Mike Bayer- add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc...
2017-05-05  Mike Bayer- add a note to MetaData.schema indicating that the...
2017-04-24  Mike Bayertest / document postgresql_ops against a labeled expression
2017-04-22  Mike Bayer- edits
2017-04-21  Mike Bayer- update relationship loader docs, backport from
2017-04-17  Jonathan SueverFix of minor typo in the UnmappedInstanceError message
2017-04-17  Mike Bayer- remove errant doctest comment
2017-04-13  Mike BayerRemove MySQL UTC_TIMESTAMP rule
2017-04-06  Mike BayerConsider mysql partition options separately from other...
2017-04-06  Mike Bayer- 1.1.10 prep
2017-04-04  Mike Bayer- 1.1.9 rel_1_1_9
2017-04-04  Mike BayerAdd much more detail to the "unhashable types" change
2017-04-04  mike bayerMerge "Ensure we check that SQL expression has an ...
2017-04-04  Bertrand JaninFix typo.
2017-04-04  Mike BayerEnsure we check that SQL expression has an .info attribute
2017-04-04  Mike BayerResultProxy won't autoclose connection until state...
2017-04-03  Mike Bayer- fix version identifier
2017-04-01  Mike BayerReturn self when Variant.coerce_compared_value would...
2017-04-01  Mike Bayer- 1.1.9 prep
2017-03-31  Mike Bayer- 1.1.8 rel_1_1_8
2017-03-30  Mike BayerTrack SchemaEventTarget types in as_mutable()
2017-03-30  Malaclypse... Add bindparams support for baked Result count() method
2017-03-30  Ihor KalnytskyiDocs/faq/performance
2017-03-29  Sean McCullySupport Postgresql development version numbers
2017-03-29  Mike Bayer- 1.1.8 prep
2017-03-27  Mike Bayer- 1.1.7 rel_1_1_7
2017-03-27  Mike BayerAllow aliased() to be passed to Query.select_entity_from().
2017-03-27  mike bayerMerge "Add safe_reraise() + warnings only to Connection...
2017-03-27  Bertrand JaninFix a title typo
2017-03-27  Mike BayerAdd safe_reraise() + warnings only to Connection._autor...
2017-03-26  Mike BayerPre-load alias.c within JoinedEagerLoader cached Aliase...
2017-03-22  Mike BayerUse config.db global opts as defaults for all testing_e...
2017-03-18  Jamie AlessioFix typos ('expicit' -> 'explicit')
2017-03-18  Paul Brownfix pep8 errors in association example
2017-03-18  Paul Brownfix pep8 errors in adjacency_list example
2017-03-13  Mike Bayer- re-set no ad-hoc-engines for oracle, previously low...
2017-03-13  Mike BayerRepair _execute_scalar for WITH_UNICODE mode
2017-03-13  Mike Bayer- set correct gitreview branch
2017-03-09  Mike Bayer- add a note as to why we have this very complicated...
2017-03-07  Mike BayerAllow SchemaType and Variant to work together
2017-03-07  Mike BayerRepair missing "checkfirst" for test suite
2017-03-07  Mike Bayer- document ForeignKeyConstraint columns / elements...
2017-03-07  mike bayerMerge "Don't cache savepoint identifiers"
2017-03-06  Mike BayerDon't cache savepoint identifiers
2017-03-06  Mike Bayer- update asktom link, fixes #3925
2017-03-06  Mike BayerUpdate profiles for psycopg2 2.7
2017-02-28  Mike BayerOnly use schema_translate_map on SchemaItem subclasses
2017-02-28  Mike Bayer- 1.1.7 prep
2017-02-28  Mike Bayer- 1.1.6 rel_1_1_6
2017-02-28  Hanno SchlichtingAdd new reserved words for MySQL 8.0 (beta).
2017-02-23  Mike BayerPerformance within instances()
2017-02-22  mike bayerMerge "Memoize AliasedClass, ClauseAdapter objects...
2017-02-16  Mike Bayer- add test for inserting PG array w/ NULL, references...
2017-02-16  Mike BayerMemoize AliasedClass, ClauseAdapter objects in joined...
2017-02-13  Mike BayerAdd new DDL autocommit expressions for Postgresql
2017-02-13  Mike Bayer- limit to MySQL dialect
2017-02-13  Mike Bayer- pull autocommit suite into the mysql suite as well
2017-02-13  Mike Bayer- add a test suite that ensures textual autocommit...
2017-02-12  Grzegorz Makarewiczpytds based connector for MS-SQL
2017-02-09  Mike BayerCheck for columns not part of mapping, correct mapping...
2017-02-09  Mike BayerDon't post-SELECT columns w/o a server default/onupdate...
2017-02-08  Mike Bayer- document Query.with_session(), direct constructor...
2017-02-07  Khairi HafshamMake all tests to be PEP8 compliant
2017-02-01  mike bayerMerge "Accept FetchedValue, text() for column "default...
2017-02-01  Mike Bayer- add a note referring to the enum value as not current...
2017-02-01  Mike BayerAccept FetchedValue, text() for column "default" value
next