]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2017-07-17  Mike BayerMerge branch 'patch-1' of https://github.com/tomsitter...
2017-07-17  Mike BayerMerge branch 'patch-2' of https://github.com/pablogambo...
2017-07-14  Mike Bayer- 1.2.0b2 placeholder
2017-07-12  Tom SitterReplace Session class with session instance
2017-07-10  Pablo MartiFix typo, foriegn -> foreign
2017-07-10  Mike Bayer- 1.2.0b1 rel_1_2_0b1
2017-07-10  Pablo MartiFix typo in migration_12
2017-07-09  Mike Bayer- remove "under development" for 1.2 migration notes
2017-07-09  Mike Bayer- fix exposed "sourcecode" tags
2017-07-09  Mike Bayer- remove intersphinx usage, the overhead of re-fetching
2017-07-09  Mike Bayer- rst fixes
2017-07-06  mike bayerMerge "Add support for CACHE and ORDER to sequences"
2017-07-05  mike bayerMerge "Add .autocommit to scoped_session"
2017-07-05  David MooreAdd support for CACHE and ORDER to sequences
2017-07-05  Mike Bayer- 1.1.12 placeholder
2017-07-05  Ben FaginAdd .autocommit to scoped_session
2017-07-03  Michael DoroninImplement MySQL's ON DUPLICATE KEY UPDATE
2017-06-30  Michael StewartInclude missing import in example
2017-06-26  Mike BayerCoerce to float for Float with all native decimal backends
2017-06-26  mike bayerMerge "Support state expiration for with_expression...
2017-06-26  Mike BayerSupport state expiration for with_expression(); rename...
2017-06-26  Mike BayerReturn given type when it matches the adaptation
2017-06-26  mike bayerMerge "Coerce float Python type to Float; ensure Python...
2017-06-26  Mike BayerCoerce float Python type to Float; ensure Python float...
2017-06-23  Jodok Batloggadded link for CrateDB support
2017-06-20  Eloy FelixDon't erase reflected comment in _init_existing
2017-06-19  Mike BayerAdd ad-hoc mapped expressions
2017-06-19  Mike Bayer- 1.1.11 release date
2017-06-16  mike bayerMerge "Handle SHOW VARIABLES returning no row"
2017-06-16  mike bayerMerge "Add all versioning logic to _post_update()"
2017-06-16  Mike BayerHandle SHOW VARIABLES returning no row
2017-06-16  Mike BayerSet complete FROM list for subquery eagerload's orig...
2017-06-16  Mike BayerRepair WithinGroup.get_children()
2017-06-15  Mike BayerAdd all versioning logic to _post_update()
2017-06-15  Mike Bayer- remove redundant fixture from base test class
2017-06-15  Mike Bayer- ensure String has a length for mysql compatibility
2017-06-15  Mike BayerRepair regression to pathing for subclasses
2017-06-14  Mike BayerRefinements for unitofwork internals
2017-06-12  Mike BayerSupport AssociationProxy any() / has() / contains(...
2017-06-08  Mike BayerRender ARRAY index embedded between type and COLLATE
2017-06-07  Mike BayerParse for Postgresql version w/ "beta"
2017-06-06  Mike Bayer- assert passive_deletes='all' does not affect collecti...
2017-06-06  Mike Bayer- make sure ticket # is here
2017-06-06  Mike BayerWarn when declared_attr.cascading detected on mapped...
2017-06-06  Mike BayerRe-send column value w/ onupdate default during post...
2017-06-06  mike bayerMerge "Implement _postfetch_post_update to expire/refre...
2017-06-05  Mike BayerImplement _postfetch_post_update to expire/refresh...
2017-06-05  Mike BayerImplement in-place mutation operators for MutableSet...
2017-06-05  Mike Bayerselectin polymorphic loading
2017-06-02  Mike BayerMerge branch 'fix-typo' of https://github.com/lelit...
2017-06-02  Lele GaifaxFix a few doc typos
2017-05-30  Eloy FelixImplement get_unique_constraints, get_check_constraints...
2017-05-26  Mike BayerDon't hard-evaluate non-ORM @declared_attr for Abstract...
2017-05-26  Mike BayerAdd placeholder XML support
2017-05-25  mike bayerMerge "Raise if ForeignKeyConstraint created with diffe...
2017-05-25  Michael BirtwellFlatten operator precedence for comparison operators
2017-05-25  Mike BayerRaise if ForeignKeyConstraint created with different...
2017-05-24  Mike BayerAdd with_for_update() support in session.refresh()
2017-05-23  Mike Bayer- add forwards-version
2017-05-23  mike bayerMerge "Remove twophase for cx_Oracle 6.x"
2017-05-23  Mike BayerRemove twophase for cx_Oracle 6.x
2017-05-23  Mike BayerAdd AttributeEvents.modified
2017-05-23  Mike Bayer- add option to disable py.test warnings plugin;
2017-05-23  mike bayerMerge "Add clause adaptation for AliasedClass to with_p...
2017-05-23  Mike Bayer- add session.close() w/ rationale to top-level "using...
2017-05-23  Mike BayerAdd clause adaptation for AliasedClass to with_parent()
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  Diana Clarkedetect and raise for version_id is NULL
2017-05-22  mike bayerMerge "Detect no params w/ manual version_id counter...
2017-05-22  Mike BayerAllow metadata.reflect() to recover from unreflectable...
2017-05-22  Mike BayerDetect no params w/ manual version_id counter and set...
2017-05-22  Mike Bayer- add a note to versioning that version id col cannot...
2017-05-22  Mike BayerRemove "scope" keyword from scoped_session.__call__()
2017-05-22  Mike BayerPrevent SQL server isolation level from failing
2017-05-21  Mike Bayer- add 1.1.11 placeholder
2017-05-19  Mike Bayer- 1.1.10 release date
2017-05-18  Mike Bayer- Document the most transparent way to set JSON.NULL for
2017-05-17  Mike BayerAdd new configuration, inspection for baked queries
2017-05-17  Mike Bayer- add complete parameter /return value docs to session...
2017-05-17  Mike Bayer- give SelectinLoader its own bakery, dont use mapper
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 bayerMerge "Demote innerjoin to outerjoin coming from with_p...
2017-05-12  Mike BayerDemote innerjoin to outerjoin coming from with_polymorphic
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 bayerMerge "Update inheritance documentation."
2017-05-11  Mike BayerUpdate inheritance documentation.
2017-05-10  mike bayerMerge "Add conditionals specific to deferred for expire...
2017-05-10  Mike BayerAdd conditionals specific to deferred for expire ro...
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  Mike BayerMerge branch 'master' of https://github.com/aflyhorse...
next