]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2014-02-19  Mike Bayer- update mysql connector python links, #2938 rel_0_6
2013-11-30  Mike Bayer- the pronoun removal commit. there was only one...
2013-11-12  Mike Bayercss updates to better work with RTD badge
2013-10-27  Mike Bayer- farm out everthing to do with rtd out to the sqlalche...
2013-04-29  Mike Bayer- merge udpated sql_mode documentation for [ticket...
2012-11-18  Mike Bayerinstall updated build system, also disables PDF
2012-09-07  Isaac JuradoAdd a hint on the install guide to enable C extensions...
2012-08-30  Mike Bayerpysqlite doc update
2012-07-16  Mike Bayergenindex is 100% valid
2012-06-12  Mike Bayer- rewrite rowcount documentation to be as absolutely...
2012-06-08  Mike BayerAdd some `Sphinx` paragraph level versions informations...
2012-06-08  Mike BayerAdd some `Sphinx` related version informations paragrap...
2012-06-08  Mike BayerAdd some basic CSS styles for version informations...
2012-05-05  Mike BayerAdded tag rel_0_6_9 for changeset 80885ab33079a98207b4b...
2012-05-05  Mike Bayer0.6.9 release prep rel_0_6_9
2012-05-05  Mike Bayeradd diana
2012-05-05  Mike Bayercopyright
2012-05-05  Mike Bayer- some mysql test tweaks ported from 0.7
2012-04-24  Mike Bayer- Backported the fix for [ticket:2317] introduced
2012-02-20  Mike Bayeradd doc for with_lockmode(), [ticket:2412]
2012-02-16  Mike Bayermysql connector python 3k is dev status
2012-02-14  Mike Bayerupdate the search to call searchindex.js in the latest way
2012-01-23  Mike Bayerfix rtd link
2012-01-23  Mike Bayerintegrate new readthedocs/sqla.org doc build
2012-01-05  Mike Bayerfix the genindex, [ticket:2366]
2011-12-30  Mike Bayeradd a "jinja2 fallback" renderer for render_string...
2011-12-28  Mike BayerAdded tag 06 for changeset c271d5429705ceb53d3f9cb2929e...
2011-12-25  Mike Bayerfix one more
2011-12-25  Mike Bayerfix .. note::/ ..warning:: directives which no longer...
2011-12-06  Mike Bayerbackport [ticket:2269] fix from 0.7
2011-12-04  Mike Bayer- [bug] Fixed the error formatting raised when
2011-11-26  Mike Bayerfix typo [ticket:2334]
2011-11-25  Mike Bayerdoc styling rework
2011-11-25  Mike Bayeradd an extra style to help with patches
2011-10-28  Mike Bayer- [bug] fixed inappropriate evaluation of user-mapped
2011-10-23  Mike Bayer - Cls.column.collate("some collation") now
2011-10-05  Mike Bayer - Fixed bug related to [ticket:2141] whereby the
2011-10-03  Mike Bayer - a CREATE TABLE will put the COLLATE option
2011-09-28  Mike Bayer- Fixed bug whereby mapper.order_by attribute would
2011-09-26  Mike Bayerimproved docs on select_from() [ticket:2274]
2011-09-26  Mike Bayer - Adjusted dictlike-polymorphic.py example
2011-09-21  Mike Bayerrollback r990939ba046a, does not apply to 0.6
2011-09-21  Mike Bayer - Fixed ReturningResultProxy for zxjdbc dialect.
2011-09-21  Mike Bayer - Fixed bug whereby with_only_columns() method of
2011-09-21  Mike Bayerpatch from 0.7: Adjusted the "importlater" mechanism...
2011-09-09  Mike Bayeradd test for [ticket:2260]
2011-09-06  Mike Bayerfix typo, [ticket:2271]
2011-08-04  Mike Bayerlink date/time classes correctly, helps [ticket:2244]
2011-07-31  Mike Bayer- document get_bind(), [ticket:1053]
2011-07-30  Mike Bayer- Fixed bug where query.join() + aliased=True
2011-07-24  Mike BayerBacked out changeset e5737a6d896ba54da07c7ffb0bc5612173...
2011-07-24  Mike Bayer- fix annotation for aliased()
2011-07-24  Mike Bayer- added CURRENT to reserved word list.
2011-07-24  Mike Bayer- Fixed OurSQL dialect to use ansi-neutral
2011-07-24  Mike Bayer- Fixed bug apparent only in Python 3 whereby
2011-07-23  Mike Bayer- document query.get(), ObjectDeletedError fully, ...
2011-07-21  Mike Bayer - Added an informative error message when
2011-07-20  Mike Bayerput a really explicit note about joinedload vs. join...
2011-07-20  Mike Bayer - Fixed bug whereby the source clause
2011-07-19  Mike Bayer- repaired the oracle.RAW type which did not
2011-07-17  Mike Bayercallcounts being weird
2011-07-17  Mike Bayer- Fixed bug whereby if a mapped class
2011-07-07  Mike Bayer- add a latex Makefile to texinputs that gets copied...
2011-07-06  Mike Bayer- The join condition produced by with_parent
2011-07-05  Mike Bayermerge doc patches from default
2011-07-04  Mike Bayer- fix pypostgresql typo, [ticket:2185]
2011-07-02  Mike Bayer- fix documentation versions in conf.py, other changes...
2011-06-27  Mike Bayer - Fixed subtle bug that caused SQL to blow
2011-06-27  Mike Bayer - Fixed a subtle bug involving column
2011-06-23  Mike Bayer- the "cascade" section of the session doc was totally...
2011-06-23  Mike Bayerfix docstring
2011-06-22  Mike Bayer - Added ORA-00028 to disconnect codes, use
2011-06-21  Mike Bayer- Repaired the "no statement condition"
2011-06-05  Mike BayerAdded tag rel_0_6_8 for changeset 99409a9db3fe4d4e97d42...
2011-06-05  Mike Bayerstyle for latest sphinx css rel_0_6_8
2011-06-05  Mike Bayer- Fixed bug whereby DATETIME2 type would fail on
2011-06-05  Mike Bayer- Fixed bug where transaction-level "deleted"
2011-06-05  Mike Bayerput some variance on this as its a difference between...
2011-06-05  Mike Bayer- Adjusted the __contains__() method of
2011-06-05  Mike Bayer- Some unit test fixes regarding numeric arrays,
2011-06-05  Mike Bayer- Modify the text of the message which occurs
2011-05-20  Mike Bayer- Fixed bug affecting PG 9 whereby index reflection
2011-05-20  Mike Bayerdont need the DEBUG here messing up the rest of the...
2011-05-20  Mike Bayer- Fixed bug whereby mapper mapped to an anonymous
2011-05-19  Mike Bayer- Fixed bug in MSSQL dialect whereby the aliasing
2011-05-18  Mike Bayer- merge 00380cf3c304ea7f1c7397f17b828166364c36ac from...
2011-05-07  Mike Bayer- two fn calls reduced on this for some reason.
2011-05-07  Mike Bayer-add some annotation regarding [ticket:2153]
2011-05-07  Mike Bayer- mapper() will ignore non-configured foreign keys
2011-05-07  Mike Bayer- Fixed bug where determination of "self referential"
2011-05-07  Mike Bayer- Fixed the error message emitted for "can't
2011-05-07  Mike Bayer- Backported 0.7's identity map implementation, which
2011-04-27  Mike Bayer- a non_primary mapper will inherit the _identity_class
2011-04-23  Mike Bayer- add failing test for [ticket:2142]
2011-04-23  Mike Bayer- Fixed bug whereby if FetchedValue was passed
2011-04-22  Mike Bayerdocuemnt the behavior of get(), part of [ticket:2144]
2011-04-22  Mike Bayer- Calling query.get() against a column-based entity is
2011-04-18  Mike Bayercss fix
2011-04-16  Mike Bayermerge doc fixes from 0.7
2011-04-16  Mike Bayersome font changes to match the site style better
next