]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-10-08  Peter DeminUpdate base.py rel_0_7 bb_old/rel_0_7
2014-12-30  Mike Bayer- backport the latest version of scrolling
2014-12-29  Mike Bayer- merge the safari-related changes to init.js from...
2014-05-29  Mike Bayerrelative here
2014-05-29  Mike Bayer- all new approach which allows the main text to be...
2014-05-29  Mike Bayer- disable the scrolling layout, anchors for code/params...
2014-05-28  Mike Bayer- a rework of doc layout and nav:
2014-02-19  Mike Bayer- update mysql connector python links, #2938
2013-11-30  Mike Bayer- the pronoun removal commit. there was only one...
2013-11-15  Mike Bayersync up some changes for #2604 and #2607 from 0.7.10...
2013-11-15  Mike Bayersync up 0.8's changelogs with 0.7....
2013-11-13  Vraj MohanFix indentation and escape *args and **kwargs
2013-11-12  Mike Bayercss updates to better work with RTD badge
2013-10-27  Mike Bayerfix to the changelog system for when there's no change...
2013-10-27  Mike Bayer- farm out everthing to do with rtd out to the sqlalche...
2013-10-23  Mike Bayer- The regexp used by the :func:`.url.make_url` function...
2013-09-17  Mike Bayerrender "backports"/ "forward ports" automatically,...
2013-08-26  Mike Bayercorrect for missing fail() methods which were lost...
2013-08-26  Mike Bayerclean up formatting and other linting issues
2013-08-24  Mike Bayer- this comment is wrong, the method here returns all...
2013-08-20  Mike BayerFixed bug where list instrumentation would fail to...
2013-08-18  Mike BayerFixed regression dating back to 0.7.9 whereby the name...
2013-08-01  Mike BayerUpdates to MySQL reserved words for versions 5.5, 5...
2013-07-31  Mike Bayerfix changelog
2013-07-31  Mike Bayer- Fixed bug in common table expression system where...
2013-07-17  Mike BayerFixed bug in :class:`.CheckConstraint` DDL where the...
2013-07-14  mike bayerMerge pull request #17 from iElectric/docs/wording_yiel...
2013-05-25  Mike Bayermove to git dotfiles for 0.7 branch
2013-04-29  Mike Bayer- fix long-outdated documentation for sql_mode/ansiquotes,
2013-04-21  Mike Bayerbackport just the test from 0.8 for [ticket:2710]....
2013-04-21  Mike Bayer- merge tests cleanup from default
2013-04-18  Mike Bayerrepair order by
2013-04-18  Mike Bayer- additional test + correction for [ticket:2699]
2013-04-11  Mike Bayerpython2.4
2013-04-11  Mike Bayerindentation fix
2013-04-09  Mike Bayerorder by...
2013-04-09  Mike BayerFixed bug when a query of the form:
2013-04-01  Mike Bayer- Fixed bug in unit of work whereby a joined-inheritance
2013-03-09  Mike BayerAdded support for Postgresql's traditional SUBSTRING
2013-03-04  Mike Bayerprint statement !
2013-03-03  Mike Bayer- Improved the error message emitted when a "backref...
2013-03-02  Mike Bayer- Fixed an import of "logging" in test_execute which...
2013-02-24  Mike Bayer- repair "map to selectable" example, place a caveat...
2013-02-14  Mike Bayer- fix to PDF generation failing totally, latex tools...
2013-02-08  Mike BayerAdded tag rel_0_7_10 for changeset 7b2088b0be45684fb6f4...
2013-02-08  Mike Bayer- add upload options for GPG rel_0_7_10
2013-02-08  Mike Bayer0.7.10
2013-02-07  Mike Bayerthis is 0.7.10
2013-02-03  Mike BayerAdded a conditional import to the ``gaerdbms`` dialect...
2013-02-02  Mike BayerBackported adjustment to ``__repr__`` for
2013-02-02  Mike Bayermoderinize ordering list docs [ticket:2557]
2013-01-27  Mike BayerFixed bug where :meth:`.Table.tometadata` would fail...
2013-01-13  Mike BayerAdded a py3K conditional around unnecessary .decode()
2013-01-12  Mike Bayerremove all specifics from the "supported features"...
2013-01-12  Mike Bayerrecreate some profile results due to the change in...
2013-01-12  Mike BayerFixed potential memory leak which could occur if an
2013-01-08  Mike Bayer:meth:`.Query.merge_result` can now load rows from...
2013-01-08  Mike Bayer- add test_loading from 0.8
2013-01-01  Diana Clarkehappy new year (see #2645)
2012-12-31  Mike Bayermerge taavi's fix from default
2012-12-23  Diana Clarkefixing typos in the types docs (see #2639)
2012-12-16  Diana Clarkedocs - missing 'attr' in AssociationProxy join see...
2012-12-14  Mike BayerMore adjustment to this SQLite related issue which...
2012-12-09  Mike Bayeradd a doc for the [ticket:2631] quirk
2012-12-09  Mike BayerFixed bug where using server_onupdate=<FetchedValue...
2012-12-07  Mike BayerThe Oracle LONG type, while an unbounded text type...
2012-12-07  Mike Bayermerge dance
2012-12-07  Mike BayerRepaired the usage of ``.prepare()`` in conjunction...
2012-12-06  Diana Clarkeshould be 'where' not 'filter' #2546
2012-12-04  Mike BayerThe :class:`.MutableComposite` type did not allow for the
2012-11-18  Mike Bayercomment out PDF for now, it sucks
2012-11-14  Mike BayerFixed :meth:`.MetaData.reflect` to correctly use
2012-11-14  Mike BayerFixed bug whereby using "key" with Column
2012-10-25  Mike Bayerremove some whitespace
2012-10-25  Mike Bayerupdate to new doc system
2012-10-10  Mike Bayer - [bug] changed the list of cx_oracle types that are
2012-10-10  Mike Bayer- [feature] Added "read_timeout" flag to MySQLdb
2012-10-10  Mike Bayer- [feature] Added "raise_on_warnings" flag to OurSQL
2012-10-06  Mike Bayer- jam 0.8's rework of the session tests here so future...
2012-10-04  Mike Bayerfix __init__ in the metaclass
2012-10-03  Mike Bayer- add one more #2583 test to cover the "multiple PK...
2012-10-03  Mike Bayer - [bug] Fixed Session accounting bug whereby replacing
2012-10-01  Mike BayerAdded tag rel_0_7_9 for changeset b26bbaa14e5318140bf46...
2012-10-01  Mike Bayeradd .txt here rel_0_7_9
2012-10-01  Mike Bayer0.7.9
2012-10-01  Mike Bayerobvious tidy
2012-09-30  Mike Bayer - [bug] Fixed bug where reflection of primary key...
2012-09-30  Mike Bayer - [bug] Fixed bug in over() construct whereby
2012-09-30  Mike Bayer- [bug] Fixed compiler bug whereby using a correlated
2012-09-30  Mike Bayeradd glossary, "release" term
2012-09-30  Mike Bayersession modernize
2012-09-30  Mike Bayer- dont talk about metadata.bind
2012-09-26  Mike Bayer- fix empty row insert in fixture, [ticket:2573]
2012-09-26  Mike Bayer- [feature] Added support for the localtimestamp()
2012-09-26  Mike BayerMerged in mitchellrj/sqlalchemy (pull request #21)
2012-09-25  Mike Bayermerge some version of the changes noted in [ticket...
2012-09-25  Mike Bayer- [bug] Added 'terminating connection' to the list
2012-09-24  Mike Bayer- [bug] Fixed the DropIndex construct to support
2012-09-23  Mike Bayer - [bug] Columns in reflected primary key constraint
2012-09-23  Mike Bayer- upgrade to 0.8's exclusion mechanism for test compati...
next