| Commit message (Expand) | Author | Age | Files | Lines |
| * | - the "owner" keyword on Table is now deprecated, and is | Mike Bayer | 2008-03-22 | 1 | -14/+12 |
| * | - Column._set_parent will complete the key==name contract for instances const... | Jason Kirtland | 2008-03-18 | 1 | -3/+9 |
| * | - 'name' is no longer a require constructor argument for Column(). It (and .... | Jason Kirtland | 2008-03-18 | 1 | -1/+23 |
| * | - fixed missing import [ticket:989] | Jason Kirtland | 2008-03-12 | 1 | -3/+6 |
| * | - constraint constructor docstring fiesta | Jason Kirtland | 2008-03-05 | 1 | -13/+176 |
| * | - More docs for r4223 | Jason Kirtland | 2008-03-04 | 1 | -2/+9 |
| * | - Tweaked error messaging for unbound DDL().execute() | Jason Kirtland | 2008-03-04 | 1 | -1/+1 |
| * | - Gave DDL() statements the same .bind treatment as the DML ones in r4220 | Jason Kirtland | 2008-03-04 | 1 | -5/+33 |
| * | - whitespace/docstring/linewrap freakout | Jason Kirtland | 2008-03-04 | 1 | -258/+288 |
| * | fixing recent schema.py changes to work with oracle 'owner' attributerel_0_4_3 | Mike Bayer | 2008-02-14 | 1 | -3/+9 |
| * | - Table columns and constraints can be overridden on a | Mike Bayer | 2008-02-10 | 1 | -21/+49 |
| * | - Added deferrability support to constraints | Jason Kirtland | 2008-02-08 | 1 | -9/+29 |
| * | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 1 | -55/+329 |
| * | - ColumnDefault callables can now be any kind of compliant callable, previous... | Jason Kirtland | 2008-02-04 | 1 | -16/+34 |
| * | - Friendlier exception messages for unbound, implicit execution | Jason Kirtland | 2008-01-31 | 1 | -2/+18 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 1 | -9/+17 |
| * | a little pre-lunch decrufting and cleanup | Mike Bayer | 2007-12-18 | 1 | -6/+9 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 1 | -107/+61 |
| * | - more query tests | Mike Bayer | 2007-12-10 | 1 | -9/+12 |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -1/+1 |
| * | - decruftify old visitors used by orm, convert to functions that | Mike Bayer | 2007-11-24 | 1 | -2/+1 |
| * | cut down a good deal of Join construction overhead | Mike Bayer | 2007-11-18 | 1 | -5/+9 |
| * | logging fixes | Mike Bayer | 2007-11-18 | 1 | -4/+4 |
| * | Create a storage field for arbitrary info on tables/columns; ticket #573 | Paul Johnston | 2007-11-06 | 1 | -2/+21 |
| * | - base_columns on ColumnElement becomes a list; as usual, because columns in ... | Mike Bayer | 2007-11-05 | 1 | -55/+38 |
| * | - rewrote and simplified the system used to "target" columns across | Mike Bayer | 2007-11-05 | 1 | -8/+3 |
| * | - Sequences gain a basic dialect-specific kwargs bucket, like Tables. | Jason Kirtland | 2007-10-04 | 1 | -3/+10 |
| * | Make the postgres_where attribute to Index private to postgres module by usin... | Ants Aasma | 2007-10-01 | 1 | -1/+3 |
| * | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 1 | -1/+4 |
| * | - added "schema" argument to Sequence; use this with Postgres /Oracle when th... | Mike Bayer | 2007-09-22 | 1 | -1/+2 |
| * | - added 'passive_deletes="all"' flag to relation(), disables all | Mike Bayer | 2007-09-09 | 1 | -0/+3 |
| * | [ticket:728] foreign key checks for existing reflected FK and replaces itself | Mike Bayer | 2007-09-08 | 1 | -1/+9 |
| * | Adjusted ColumnDefault default function fitness check to only insure that a g... | Jason Kirtland | 2007-08-22 | 1 | -3/+7 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 1 | -31/+10 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -14/+17 |
| * | fix hasattr typo [ticket:744] | Jason Kirtland | 2007-08-15 | 1 | -1/+1 |
| * | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -1/+1 |
| * | - case_sensitive=(True|False) setting removed from schema items, since | Mike Bayer | 2007-08-11 | 1 | -86/+3 |
| * | Correct docstring. | Jason Kirtland | 2007-08-10 | 1 | -1/+1 |
| * | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -2/+2 |
| * | ThreadLocalMetaData ought not .dispose() a Connection | Jason Kirtland | 2007-08-01 | 1 | -51/+63 |
| * | MetaData can now reflect() all tables in the database en-masse thanks to tabl... | Jason Kirtland | 2007-07-31 | 1 | -98/+259 |
| * | add warnings for deprecated methods and options | Jonathan Ellis | 2007-07-30 | 1 | -7/+10 |
| * | - added Session constructor which turns autoflush/transactional on | Mike Bayer | 2007-07-29 | 1 | -1/+1 |
| * | clearer error for ForeignKey cant locate parent table, [ticket:565] | Mike Bayer | 2007-07-29 | 1 | -1/+6 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -256/+119 |
| * | - foreign key specs can have any chararcter in their identifiers | Mike Bayer | 2007-07-18 | 1 | -1/+1 |
| * | bind/connectable compat, allow .bind = None | Jason Kirtland | 2007-07-17 | 1 | -2/+0 |
| * | - improved ability to get the "correct" and most minimal set of primary key | Mike Bayer | 2007-07-14 | 1 | -10/+32 |