]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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...
2017-05-08  Mike Bayer- add 1.2 forwards-port version
2017-05-08  Mike BayerMerge branch 'patch-1' of https://github.com/UnquietCod...
2017-05-08  LunarShaddowBreak the lines to fit pdf and fix another broken syntax
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-05-05  LunarShaddowremove ambiguous line breakers to help sphinx identify...
2017-05-01  Ben Faginfixes a typo
2017-04-28  Mike Bayer- typo
2017-04-28  Mike BayerCall proxied collection before invoking creator in...
2017-04-27  Mike Bayer- keep trying to identify the race here. can reproduce...
2017-04-27  Mike BayerEnforce boolean result type for all eq_, is_, isnot...
2017-04-27  Mike Bayer- try to work around a race that can occur in STP when
2017-04-27  Mike Bayer- ensure that sqlalchemy.ext is set up for importlater
2017-04-26  Mike BayerAdd selectin loading
2017-04-24  Mike Bayertest / document postgresql_ops against a labeled expression
2017-04-22  Mike Bayer- edits
2017-04-21  Mike BayerMerge branch 'master' of ssh://gerrit.sqlalchemy.org...
2017-04-21  Mike Bayer- update relationship loader docs, backport from
2017-04-21  Mike BayerAdd _negate() to Label to negate inner element
2017-04-17  Mike BayerMerge branch 'UnmappedInstanceError_typo_fix' of https...
2017-04-17  Mike Bayer- remove errant doctest comment
2017-04-17  Mike BayerAccommodate for query._current_path in subq eager load...
2017-04-14  mike bayerMerge "Use baked lazyloading by default"
2017-04-13  Mike BayerUse baked lazyloading by default
2017-04-13  Mike BayerRemove MySQL UTC_TIMESTAMP rule
2017-04-12  Mike Bayer- typos and formatting
2017-04-12  Mike Bayer- OK, take oracle out of memory-intensive, if it doesn...
2017-04-12  Mike Bayer- try one more test, then we're likely going to give...
2017-04-12  Mike Bayer- move a few memusage tests out of "backend". somethin...
2017-04-12  Mike BayerWarn on _compiled_cache growth
2017-04-11  Mike BayerSet up base ARRAY to be compatible with postgresql...
2017-04-10  mike bayerMerge "Compare entities also on chop_path"
2017-04-10  Mike BayerCompare entities also on chop_path
2017-04-07  Mike BayerAdd new "expanding" feature to bindparam()
2017-04-06  Jonathan SueverFix of minor typo in the UnmappedInstanceError message
2017-04-06  Mike BayerConsider mysql partition options separately from other...
2017-04-06  Mike Bayer- add placeholder for 1.1.10
2017-04-05  Mike BayerSupport Postgresql INTERVAL fields spec/reflection
2017-04-05  mike bayerMerge "Double percent signs based on paramstyle, not...
2017-04-05  Mike BayerDouble percent signs based on paramstyle, not dialect
2017-04-04  mike bayerMerge "Recognize brackets, quoted_name in SQL Server...
2017-04-04  Mike Bayer- 1.1.9 release date
2017-04-04  Mike BayerRecognize brackets, quoted_name in SQL Server schema
2017-04-04  Mike BayerAdd much more detail to the "unhashable types" change
2017-04-04  mike bayerMerge "Apply SQL compilation to sqltext for column...
2017-04-04  mike bayerMerge "Ensure we check that SQL expression has an ...
2017-04-04  Mike BayerApply SQL compilation to sqltext for column-level CHECK...
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-03  mike bayerMerge "Use consistent method signature for Alias.self_g...
2017-04-03  Mike BayerUse consistent method signature for Alias.self_group()
2017-04-01  Mike BayerReturn self when Variant.coerce_compared_value would...
2017-04-01  Mike Bayer- 1.1.9 placeholder
2017-03-31  Mike Bayer- 1.1.8 release date
2017-03-30  Mike BayerTrack SchemaEventTarget types in as_mutable()
2017-03-30  Mike BayerApply type processing to untyped preexec default clause
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- start changelog for 1.1.8
2017-03-28  Mike Bayer- reorg migration notes a bit
2017-03-27  Mike Bayer- update release date for 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  Mike BayerMerge branch 'patch-1' of https://github.com/tamentis...
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-23  Mike BayerTreat collation names as identifiers
2017-03-22  Mike BayerSupport hybrids/composites with bulk updates
2017-03-22  Mike BayerUse config.db global opts as defaults for all testing_e...
2017-03-21  Mike BayerRaise on flag_modified() for non-present attribute
2017-03-21  Diana ClarkeAllow reuse of hybrid_property across subclasses
2017-03-20  Mike BayerIntegrate "pre-ping" into connection pool.
next