]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2016-02-19  Jeff WidmanAdd release date for 1.0.12 to changelog
2016-02-18  Mike Bayer- further edit the unnest() example to suit PG's esoter...
2016-02-17  Mike Bayer- Fixed bug which would cause an eagerly loaded many...
2016-02-17  Mike Bayer- handle parameter sets that aren't correctly formed...
2016-02-17  Mike Bayer- do the trailing comma logic of tuple repr() exactly
2016-02-17  Mike Bayer- All string formatting of bound parameter sets and...
2016-02-16  Mike Bayer- add changelog, migration, version flags and some...
2016-02-16  Mike BayerMerge remote-tracking branch 'origin/pr/236'
2016-02-16  Mike Bayer- use same colname as the alias we give to the PG function
2016-02-13  Jeong YunWonAdd `sqlalchemy.ext.mutable.MutableSet`
2016-02-13  Jeong YunWonAdd `sqlalchemy.ext.mutable.MutableList`
2016-02-12  Mike Bayer- Fixed bug in :meth:`.Session.merge` where an object...
2016-02-11  Mike Bayer- CTE functionality has been expanded to support all...
2016-02-10  Mike Bayer- add more documentation to MutableDict explaining
2016-02-10  Mike Bayer- don't drop the ts1/ts2 databases without seeing the...
2016-02-09  Mike Bayer- Fixed bug in :func:`.expression.text` construct where...
2016-02-09  Mike Bayer- A refinement to the logic which adds columns to the...
2016-02-09  Mike Bayer- switch to 2 workers for oracle
2016-02-09  Mike Bayer- Testing reveals that we have *no* weak references...
2016-02-09  Mike Bayer- use config-based test schema
2016-02-09  Mike Bayer- attempt a different style of session kill
2016-02-08  Mike Bayer- fully hyperlink the docstring for make_transient
2016-02-08  Mike Bayer- additional fixes to get oracle + multiprocess to...
2016-02-08  Mike Bayer- py3k fix for enum feature
2016-02-08  Mike Bayer- add missing __backend__ directives for SQL server
2016-02-08  Mike Bayer- add missing __backend__ directives so that oracle...
2016-02-08  Mike Bayer- detect "Enterprise" and assume compression stuff...
2016-02-08  Mike Bayer- adjust the MultiSchemaTest to handle multiple test_sc...
2016-02-08  Mike Bayer- adjust to allow dblink tests to work with multiproces...
2016-02-04  Mike Bayer- add a session killer for oracle provisioning
2016-02-04  Mike Bayer- add an impl for Enum to Oracle which has subclassing...
2016-02-04  Mike Bayer- more oracle fixes
2016-02-04  Mike Bayer- oracle requires GLOBAL here
2016-02-03  Mike Bayer- add multi-database provisioning for oracle
2016-02-03  Josh FriendFix typo in relationship persistance docs
2016-02-03  Mike Bayer- add literal_binds for delete() statements in addition...
2016-02-02  Tim Tatefix passing literal_binds flag through for update and...
2016-02-02  Mike Bayer- changelog for #3621 fixes #3621
2016-02-02  Mike BayerMerge branch 'master' of https://bitbucket.org/carlrive...
2016-02-02  Mike Bayer- test fixes for metadata.enums value now being a list
2016-02-02  Mike Bayer- add changelog and migration notes for new Enum features,
2016-02-02  Alex Grönholm- Initial implementation of support for PEP-435 enumera...
2016-02-02  Mike Bayer- D rules seem to have been added overnight to the...
2016-02-02  Mike Bayer- Fixed issue where inadvertent use of the Python ...
2016-01-29  Mike Bayer- put a retry in for PG database provisioning as it...
2016-01-29  Mike Bayer- The ``sqlalchemy.dialects.postgres`` module, long...
2016-01-29  Mike Bayer- happy new year
2016-01-28  Mike Bayer- use a StaticPool for componentreflectiontest to ensure
2016-01-28  Mike Bayer- use schema argument correctly when we are dropping...
2016-01-28  Mike Bayer- using extras here has the effect of defeating the...
2016-01-28  Mike Bayer- revert the change first made in a6fe4dc, as we are...
2016-01-27  Mike Bayer- experimental - try out a very open ended design for...
2016-01-27  Mike Bayer- reinstate "dont set up integer index in keymap if...
2016-01-27  Mike Bayer- restore the use of PYTHONNOUSERSITE that was removed
2016-01-27  Mike BayerRevert "- dont set up integer index in keymap if we...
2016-01-27  Mike Bayer- dont set up integer index in keymap if we're on cexts
2016-01-27  Ruilin Huangfix %x string format to compatible with Python 3.5
2016-01-27  xghrlfix %x string format to compatible with Python 3.5
2016-01-26  Mike Bayer- unfortunately we need to match within join where...
2016-01-26  Carlos RivasMerged zzzeek/sqlalchemy into master
2016-01-26  Mike Bayer- rework ColumnCollection to no longer persist "all_col...
2016-01-26  Mike Bayer- The workaround for right-nested joins on SQLite,...
2016-01-26  Mike Bayerremove PYTHONNOUSERSITE, not sure why this was here...
2016-01-26  Mike Bayer- another approach at coverage
2016-01-26  Mike Bayer- try to improve the default coverage job
2016-01-25  Mike Bayer- fix the deps for the last change
2016-01-25  Mike Bayer- unfortunately we have to force the paths to be shorte...
2016-01-24  Mike Bayer- add a new qualifier "native" vs. "dbapi" unicode...
2016-01-23  Mike Bayer- fix array test that was essentially taking a weird...
2016-01-23  Mike Bayer- fix stray connection
2016-01-23  Mike Bayer- restate the "secondary" / AssociationProxy warning...
2016-01-23  Mike Bayer- use regex here, columns dont matter, keep coming...
2016-01-23  Carlos RivasMerged in carlrivers/removed-entry-that-causes-attribut...
2016-01-23  Mike Bayer- use uuid fragments for provision names to enable...
2016-01-23  Mike Bayer- native unicode expectations are too difficult to...
2016-01-23  Mike Bayer- move out match compiler test to test_compiler
2016-01-23  Carlos RivasRemoved entry that causes AttributeError (#3621) -...
2016-01-21  Mike Bayer- make this test deterministic
2016-01-21  Mike Bayer- add a forwards-test here as well
2016-01-21  Mike Bayer- documenation updates to clarify specific SQLite versions
2016-01-20  Mike Bayer- Added new parameter :paramref:`.orm.mapper.passive_de...
2016-01-20  Mike Bayer- The unsupported Sybase dialect now raises ``NotImplem...
2016-01-20  Mike Bayer- generalize the verbiage on LargeBinary so that it...
2016-01-20  Mike Bayer- update oracle JDBC driver URL, fixes #3554
2016-01-20  Mike Bayer- cross link for concrete helper classes
2016-01-20  Mike Bayer- typo
2016-01-20  Mike Bayer- redo the docs for concrete inheritance to more strongly
2016-01-20  Mike Bayer- clarify the "Adding" section also illustrates updates...
2016-01-20  Mike Bayer- add a note that the literal_binds flag should be...
2016-01-20  ChaseFix ArrayOfEnum's handling of empty arrays.
2016-01-19  Mike Bayer- the order in which _generate_backref() for different...
2016-01-19  Mike Bayer- calling str() on a core sql construct has been made...
2016-01-19  Mike Bayer- Fixed issue where two same-named relationships that...
2016-01-19  Mike Bayer- The ``str()`` call for :class:`.Query` will now take...
2016-01-18  Mike Bayer- Fixed bug where some exception re-raise scenarios...
2016-01-17  Mike BayerMerge remote-tracking branch 'origin/pr/227'
2016-01-17  Mike Bayer- fix People -> Person , fixes #3628
2016-01-16  rmnFix typo in relationships docs
2016-01-14  Mike Bayer- update
2016-01-14  Mike Bayer- illustrate these using the newer exception doctest...
next