]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2012-06-08  Mike BayerAdd some `Sphinx` paragraph level versions informations...
2012-06-08  Mike BayerAdd some basic CSS styles for version informations...
2012-02-14  Mike Bayerupdate the search to call searchindex.js in the latest way
2012-01-23  Mike Bayerfix 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 Bayerimplement jinja2 fallback for .js, .css files, [ticket...
2011-07-02  Mike Bayer- fix documentation versions in conf.py, other changes...
2010-09-15  Mike Bayer- updates to work with the latest sphinx
2010-03-03  Gaëtan de Mententimings should use getitem and not the slow getattr
2010-02-15  Mike Bayer - Removed "None" from a connection.execute() in the...
2010-02-10  Mike Bayer- backported collate reflection fix from [ticket:1655]
2010-02-02  Mike Bayermerge r6703 of trunk fixes [ticket:1661]
2010-01-31  Mike Bayerfix flag name
2010-01-28  Lele GaifaxFix #1663 on 0.5.x: the whitespace after DEFAULT may...
2010-01-22  Lele GaifaxFix #1582, backporting [6257]: handle spurious spaces...
2010-01-17  Mike Bayerclarify shallow copy
2010-01-17  Mike Bayerdoc patch from [ticket:1651]
2010-01-16  Mike Bayer0.5.8 rel_0_5_8
2010-01-10  Mike Bayerthis definitely has to go - theres bugs in merge()...
2010-01-08  Mike Bayernew example - apply Beaker caching to a relation().
2010-01-07  Mike Bayer- Default generators like Sequence() translate correctly
2010-01-03  Mike Bayer- merge of trunk r6611
2010-01-02  Mike Bayer- The copy() method on Column now supports uninitialized,
2009-12-30  Mike Bayerformatting fix
2009-12-30  Mike Bayersome compile docs
2009-12-29  Mike Bayerdont crack up on entirely unsupported types
2009-12-29  Mike Bayermake sure the native pg types work too
2009-12-29  Lele GaifaxAnnotate #1646 fix
2009-12-29  Lele GaifaxRecognize more Firebird disconnection cases, fixing...
2009-12-29  Mike Bayer- The extract() function, which was slightly improved in
2009-12-26  Mike Bayerinclude jpg in recursive doc
2009-12-26  Mike Bayer- only on oracle for that test rel_0_5_7
2009-12-26  Mike Bayer- 0.5.7
2009-12-26  Mike Bayer- The "table_names" dialect function, used by MetaData
2009-12-25  Mike Bayer- Fixed erroneous reference to "owner" attribute in
2009-12-25  Mike Bayer- add documented failure for newer pysqlite versions
2009-12-23  Mike Bayer2.4 change
2009-12-18  Mike Bayermerged r6556 of trunk for [ticket:1641]
2009-12-14  Mike Bayer- merged r6553 from trunk
2009-12-09  Mike Bayermerge r6551 of trunk for [ticket:1354]
2009-12-08  Mike Bayer- Fixed bug in query.update() when passing Cls.attribute
2009-12-08  Mike Bayermerge r6545 of trunk for [ticket:1374]
2009-12-08  Mike Bayer- merge of trunk r6544
2009-12-08  Mike Bayer- backport of r6540
2009-12-07  Mike Bayer- sqlite dialect properly generates CREATE INDEX for...
2009-12-07  Mike Bayerfixed CHANGES message location
2009-12-07  Mike Bayer- merge -r6534 of trunk, for [ticket:1618]
2009-12-06  Mike Bayersome doc reference fixes per [ticket:1597]
2009-12-06  Mike Bayer- FBDate now extends Date instead of DateTime. [ticket...
2009-12-03  Mike Bayermerge r6521 from trunk, [ticket:1632]
2009-11-15  Mike Bayermerge trunk fix r6506 for [ticket:1616]
2009-11-15  Mike Bayer- Fixed the behavior of extract() to apply operator
2009-11-15  Mike Bayer- Removed unused `load()` method from ShardedQuery.
2009-11-11  Mike Bayerdocument NOT IN, IN with query as subq
2009-11-04  Mike Bayer- Fixed bug in two-phase transaction whereby commit...
2009-11-04  Mike Bayer- Fixed bug where Query would crash if a join() with...
2009-11-03  Mike Bayer- Fixed the call to get_committed_value() on CompositeP...
2009-11-01  Mike Bayer- Added support for reflecting the INTERVAL YEAR TO...
2009-10-25  Mike Bayer- Fixed a slight inaccuracy in the sharding example.
2009-10-23  Mike Bayer- Mutable collection passed to the "extension" attribute
2009-10-21  Mike Bayer- Corrected the "has_sequence" query to take current...
2009-10-20  Mike BayerGaetan's "scopefunc" clarification patch
2009-10-20  Mike Bayer- Repeat expressions in the columns clause of a select
2009-10-20  Mike Bayer- Fixed the "numeric" paramstyle, which apparently...
2009-10-15  Mike Bayer- A column can be added to a joined-table declarative
2009-10-05  Mike Bayer- Changed the name of TrustedConnection to
2009-10-02  Mike Bayermerged r6383 of trunk for [ticket:1553]
2009-09-30  Mike Bayer- Added support for reflecting the DOUBLE PRECISION...
2009-09-16  Mike Bayer- move the tests to test_query
2009-09-16  Mike Bayermerged r6355 from trunk for #1543
2009-09-16  Mike Bayerfix the toolbar
2009-09-12  Mike Bayer- some ordering fixes on DISTINCT for PG 8.4, mysql rel_0_5_6
2009-09-12  Mike Bayer0.5.6
2009-09-12  Mike Bayerfixes for MySQL (these were not merged from trunk)
2009-09-12  Mike Bayermerged r6342 from trunk for [ticket:1527]
2009-09-12  Mike Bayermerged r6340 of trunk, for [ticket:1526]
2009-09-09  Mike Bayerfix update examples for [ticket:1533]
2009-09-01  Mike Bayer- merged r6316 from trunk for [ticket:1519]
2009-09-01  Mike Bayermerged r6314 of trunk for [ticket:1507]
2009-09-01  Mike Bayer- merged r6312 of trunk for [ticket:1523]
2009-09-01  Mike Bayermerged r6310 of trunk [ticket:1522]
2009-08-31  Mike Bayermerge -r6305:6308 of trunk
2009-08-28  Mike Bayer- Fixed an obscure issue whereby a joined-table subclass
2009-08-28  Mike Bayerthis does not belong !
2009-08-28  Mike Bayer- Fixed column.copy() to copy defaults and onupdates.
2009-08-06  Mike Bayer0.5 goes to a maint branch
2009-08-06  Mike Bayerdisabled examples test pending necesary repairs
2009-08-02  Mike Bayer- UPDATE and DELETE do not support ORDER BY, LIMIT...
2009-08-02  Mike Bayer- Simplified the sweep of instrumentation in strategies...
2009-07-31  Mike Bayerbackported 0.6 r6084 fix for oracle alias names, [ticke...
2009-07-29  Philip Jenveyfix broken orm debug logging
2009-07-28  Mike Bayermerged [ticket:1486] fix from 0.6
2009-07-28  Michael TrierReverted my screw up of setup.cfg
2009-07-28  Michael TrierCorrected examples tests. I was running from ./test...
2009-07-27  Michael TrierAdded in Examples into the test suite so they get exerc...
2009-07-26  Michael TrierCorrected annoying deprecation warning on 2.6+ related...
2009-07-26  Michael TrierCorrected problem with binary test on mssql. Still...
2009-07-26  Mike Bayer- Squeezed a few more unnecessary "lazy loads" out of
2009-07-25  Mike Bayer- Fixed bug in Table and Column whereby passing empty
next