| Commit message (Expand) | Author | Age | Files | Lines |
| * | - the copy() method of Column now copies over uninitialized | Mike Bayer | 2010-03-11 | 1 | -2/+5 |
| * | -remove proof of concept "cascade constraints" | Mike Bayer | 2010-02-28 | 1 | -4/+0 |
| * | Added the ability to strip the schema when using tometadata by passing schema... | Michael Trier | 2010-02-25 | 1 | -2/+4 |
| * | - "out" parameters require a type that is supported by | Mike Bayer | 2010-02-23 | 1 | -1/+6 |
| * | - added util.portable_instancemethod to provide a quick way to make an instan... | Mike Bayer | 2010-02-22 | 1 | -3/+14 |
| * | - Made sqlalchemy.sql.expressions.Executable part of public | Mike Bayer | 2010-02-12 | 1 | -2/+2 |
| * | - the "connection" argument from engine.transaction() and | Mike Bayer | 2010-01-29 | 1 | -3/+1 |
| * | - the "autocommit" flag on select() and text() as well | Mike Bayer | 2010-01-28 | 1 | -1/+2 |
| * | - 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 |