]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2016-02-26  Mike Bayer- unfortunately calling upon "_label" here makes it...
2016-02-26  Mike Bayer- Anonymous labeling is applied to a :attr:`.func`...
2016-02-22  Mike Bayer- additional adjustment to the fix made in 8ad968f33100...
2016-02-22  Mike Bayer- Fixed bug in "to_list" conversion where a single...
2016-02-21  Mike Bayer- reworked the way the "select_wraps_for" expression is
2016-02-21  Mike Bayer- version bump
2016-02-18  Mike Bayer- further edit the unnest() example to suit PG's esoter...
2016-02-16  Mike Bayer- use same colname as the alias we give to the PG function
2016-02-15  Mike Bayer- 1.0.12 rel_1_0_12
2016-02-12  Mike Bayer- Fixed bug in :meth:`.Session.merge` where an object...
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- repair the fix just cherry-picked for ref #3644 as...
2016-02-09  Mike Bayer- Fixed bug in :func:`.expression.text` construct where...
2016-02-09  Mike Bayer- repair generic _post_configure_engine() from previous...
2016-02-09  Mike Bayer- backport changes to SQLite attached DB tests so that
2016-02-09  Mike Bayer- backport new profile system from 1.1 so we can run...
2016-02-09  Mike Bayer- Testing reveals that we have *no* weak references...
2016-02-09  Mike Bayer- restore GLOBAL keyword here
2016-02-09  Mike Bayer- add tox.ini from 1.1
2016-02-09  Mike Bayer- use config-based test schema
2016-02-08  Mike Bayer- fully hyperlink the docstring for make_transient
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-08  Mike Bayer- more oracle fixes
2016-02-08  Mike Bayer- add multi-database provisioning for oracle
2016-02-03  Mike Bayer- add literal_binds for delete() statements in addition...
2016-02-03  Tim Tatefix passing literal_binds flag through for update and...
2016-02-02  Mike Bayer- changelog for #3621 fixes #3621
2016-02-02  Carlos RivasRemoved entry that causes AttributeError (#3621) -...
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- 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- revert the change first made in a6fe4dc, as we are...
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  Mike Bayer- rework ColumnCollection to no longer persist "all_col...
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 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-21  Mike Bayer- add missing IGNORE_EXCEPTION_DETAIL flag
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- 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-18  Mike Bayer- Fixed bug where some exception re-raise scenarios...
2016-01-17  rmnFix typo in relationships docs
2016-01-17  Mike Bayer- fix People -> Person , fixes #3628
2016-01-14  Mike Bayer- illustrate these using the newer exception doctest...
2016-01-14  Mike Bayer- there was a DATEPART test after all, fix format
2016-01-14  Mike Bayer- fix some old verbiage that refers to text() as an...
2016-01-12  Guillaume DOUMENCRemove quote on first DATEPART paramater
2016-01-10  Mike Bayer- fix link to types in metadata, fixes #3618
2016-01-10  Jeff WidmanUpdate SQLAlchemy-Migrate link to the new repo
2016-01-10  Adrian MoennichFix typo in session docs
2016-01-09  Mike Bayer- Fixed regression since 0.9 where the 0.9 style loader...
2016-01-07  jonathan vanascoupdated sphinx tageting
2016-01-05  Mike Bayer- dont forwards-report tons of 1.0.x changes in the...
2016-01-05  Mike Bayer- version bump
2016-01-05  Mike Bayer- Fixed 1.0 regression where the eager fetch of cursor...
2015-12-23  Mike Bayer1.0.11 rel_1_0_11
2015-12-22  Mike Bayer- An adjustment to the regular expression used to parse...
2015-12-22  Mike Bayer- changelog for pullreq github:222
2015-12-22  Hanno SchlichtingAdd new reserved words for MySQL 5.7.
2015-12-22  Mike Bayer- varchar requires a length
2015-12-22  Mike Bayer- add the test from ref #3614 as well for testing ref...
2015-12-17  Mike Bayer- just use *arg straight without "key" for pop
2015-12-17  Mike Bayer- Further fixes to :ticket:`3605`, pop method on :class...
2015-12-17  Jeff WidmanMake docs listing of param order for event.listen match...
2015-12-16  jonathan vanascosome spelling fixes
2015-12-16  Mike Bayer- remove errant pdb, references #3612
2015-12-16  Mike Bayer- Fixed bug in baked loader system where the systemwide...
2015-12-15  Mike Bayer- hyperlink default-related parameters
2015-12-15  Mike Bayer- Fixed regression caused in 1.0.10 by the fix for...
2015-12-15  Mike Bayer- add some more oracle skips
2015-12-14  Mike Bayer- a few tweaks to allow "server_defaults" to be a littl...
2015-12-14  Mike Bayer- since we are mutating the statement in a loop, start...
2015-12-14  Mike Bayer- Fixed bug where :meth:`.Session.bulk_update_mappings...
2015-12-14  Mike Bayer- Fixed bug in :meth:`.Update.return_defaults` which...
2015-12-13  Mike Bayer- 1.0.11
2015-12-13  Mike Bayer- Fixed bug where use of the :meth:`.Query.select_from...
2015-12-11  Mike Bayer1.0.10 rel_1_0_10
2015-12-11  Mike Bayer- Added support for the ``dict.pop()`` and ``dict.popit...
2015-12-10  Mike Bayer- convert ORM tutorial and basic_relationships to favor
2015-12-10  Mike Bayer- The ORM and Core tutorials, which have always been...
next