| Commit message (Expand) | Author | Age | Files | Lines |
| * | add target_fullname as a public property for _get_colspec | Gaëtan de Menten | 2008-05-09 | 1 | -0/+2 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -67/+77 |
| * | doc update on quote | Mike Bayer | 2008-05-08 | 1 | -10/+9 |
| * | Added missing argument check on CheckConstraint | Jason Kirtland | 2008-05-06 | 1 | -1/+4 |
| * | - Column.copy() respects the value of "autoincrement", | Mike Bayer | 2008-05-05 | 1 | -1/+1 |
| * | - fixed reentrant mapper compile hang when | Mike Bayer | 2008-05-02 | 1 | -0/+3 |
| * | - an unfortunate naming conflict | Mike Bayer | 2008-05-02 | 1 | -1/+1 |
| * | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 1 | -1/+1 |
| * | typo | Gaëtan de Menten | 2008-04-25 | 1 | -1/+1 |
| * | factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ... | Mike Bayer | 2008-04-04 | 1 | -5/+0 |
| * | - merged sync_simplify branch | Mike Bayer | 2008-04-04 | 1 | -1/+1 |
| * | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 1 | -2/+2 |
| * | - 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 |