| Commit message (Expand) | Author | Age | Files | Lines |
| * | - reorganized and re-documented Oracle schema tests to assume | Mike Bayer | 2010-01-17 | 1 | -7/+13 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -2/+1 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | merge r6616 of 0.5 branch, allow DefaultGenerators as "default" and "onupdate" | Mike Bayer | 2010-01-07 | 1 | -1/+4 |
| * | - clarify ForeignKey docs, copy operation | Mike Bayer | 2010-01-02 | 1 | -8/+46 |
| * | - The copy() method on Column now supports uninitialized, | Mike Bayer | 2010-01-02 | 1 | -7/+9 |
| * | - Column() supports a keyword argument "sqlite_autoincrement", which | Mike Bayer | 2009-12-18 | 1 | -1/+2 |
| * | - The Boolean type, when used on a backend that doesn't | Mike Bayer | 2009-12-06 | 1 | -72/+84 |
| * | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -20/+31 |
| * | - subclassed Function off of new FunctionElement generic base | Mike Bayer | 2009-11-10 | 1 | -38/+39 |
| * | - ForeignKey(constraint=some_parent) is now private _constraint | Mike Bayer | 2009-11-09 | 1 | -71/+90 |
| * | - the `__contains__()` method of `MetaData` now accepts | Mike Bayer | 2009-11-01 | 1 | -2/+4 |
| * | - generalized Enum to issue a CHECK constraint + VARCHAR on default platform | Mike Bayer | 2009-10-25 | 1 | -8/+6 |
| * | - Added new ENUM type to the Postgresql dialect, which exists as a schema-level | Mike Bayer | 2009-10-25 | 1 | -0/+5 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -2/+4 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 1 | -0/+4 |
| * | remove instanceof() in favor of memoized flags, part of [ticket:1566] | Mike Bayer | 2009-10-14 | 1 | -1/+21 |
| * | - added "ddl" argument to the "on" callable of DDLElement [ticket:1538] | Mike Bayer | 2009-10-12 | 1 | -50/+55 |
| * | - unit test fixes | Mike Bayer | 2009-10-10 | 1 | -2/+2 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -5/+5 |
| * | all about DDL events | Mike Bayer | 2009-09-11 | 1 | -1/+4 |
| * | docs | Mike Bayer | 2009-09-10 | 1 | -5/+6 |
| * | - Fixed column.copy() to copy defaults and onupdates. | Mike Bayer | 2009-08-28 | 1 | -0/+4 |
| * | python3k fixes | Mike Bayer | 2009-08-09 | 1 | -1/+10 |
| * | documentation updates | Mike Bayer | 2009-08-07 | 1 | -14/+40 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -588/+622 |
| * | - Fixed bug in Table and Column whereby passing empty | Mike Bayer | 2009-07-25 | 1 | -12/+8 |
| * | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -1/+1 |
| * | removed needless "thread" imports from util | Mike Bayer | 2009-05-30 | 1 | -1/+1 |
| * | Added multi part schema name support. Closes #594 and #1341. | Michael Trier | 2009-04-11 | 1 | -6/+22 |
| * | - Fixed __repr__() and other _get_colspec() methods on | Mike Bayer | 2009-03-27 | 1 | -1/+6 |
| * | - use ForeignKey.column as _colspec source in Column._make_proxy(), preventin... | Mike Bayer | 2009-01-14 | 1 | -6/+14 |
| * | prefer this methods | Mike Bayer | 2009-01-13 | 1 | -8/+3 |
| * | - Column with no name (as in declarative) won't raise a | Mike Bayer | 2009-01-13 | 1 | -1/+8 |
| * | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
| * | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 1 | -2/+8 |
| * | - Reflected foreign keys will properly locate | Mike Bayer | 2008-12-26 | 1 | -36/+47 |
| * | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -4/+6 |
| * | - turn __visit_name__ into an explicit member. | Mike Bayer | 2008-12-11 | 1 | -0/+21 |
| * | Index entries for thread safety. | Jason Kirtland | 2008-12-11 | 1 | -4/+9 |
| * | - removed redundant declarative docs | Mike Bayer | 2008-12-08 | 1 | -23/+26 |
| * | documented onupdate, partially documented server_onupdate | Mike Bayer | 2008-12-07 | 1 | -4/+24 |
| * | - re-documented Table and Column constructors, fixed case sensitivity descrip... | Mike Bayer | 2008-12-07 | 1 | -167/+172 |
| * | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -10/+8 |
| * | - Using the same ForeignKey object repeatedly | Mike Bayer | 2008-12-03 | 1 | -0/+2 |
| * | - Tickets [ticket:1200]. | Mike Bayer | 2008-11-22 | 1 | -5/+16 |
| * | the @memoized_property fairy pays a visit | Mike Bayer | 2008-11-07 | 1 | -55/+52 |
| * | - Repaired the table.tometadata() method so that a passed-in | Mike Bayer | 2008-11-07 | 1 | -16/+18 |
| * | Added documentation for the MetaData.sorted_tables() method. | Michael Trier | 2008-10-29 | 1 | -0/+3 |
| * | Corrected method documentation for MetaData.drop_all(). | Michael Trier | 2008-10-29 | 1 | -1/+1 |