| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - the various "engine" arguments, such as "engine", "connectable", | Mike Bayer | 2007-07-12 | 1 | -58/+102 |
| * | changed "_source_column" to simpler "_distance" | Mike Bayer | 2007-07-10 | 1 | -1/+1 |
| * | more "column targeting" enhancements..columns have a "depth" from their ultim... | Mike Bayer | 2007-07-10 | 1 | -1/+1 |
| * | - ForeignKey to a table in a schema thats not the default schema | Mike Bayer | 2007-07-08 | 1 | -1/+1 |
| * | Tweak docs, very minor DMD compatability tweak | Jason Kirtland | 2007-07-06 | 1 | -1/+1 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -38/+66 |
| * | - MetaData and all SchemaItems are safe to use with pickle. slow | Mike Bayer | 2007-06-30 | 1 | -0/+9 |
| * | #553 propigate index on copied columns | Mike Bayer | 2007-04-25 | 1 | -3/+3 |
| * | slight cleanup for #498 | Mike Bayer | 2007-04-17 | 1 | -1/+4 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -0/+1 |
| * | - fixes [ticket:185], join object determines primary key and removes | Mike Bayer | 2007-03-27 | 1 | -1/+1 |
| * | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 1 | -13/+9 |
| * | documenting generative methods on query | Mike Bayer | 2007-03-22 | 1 | -3/+3 |
| * | - MetaData can bind to an engine either via "url" or "engine" kwargs | Mike Bayer | 2007-03-22 | 1 | -13/+52 |
| * | integrated docutils formatting into generated documentation; | Mike Bayer | 2007-03-17 | 1 | -12/+12 |
| * | some docs | Mike Bayer | 2007-03-13 | 1 | -7/+18 |
| * | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -30/+31 |
| * | - fixed use_alter flag on ForeignKeyConstraint [ticket:503] | Mike Bayer | 2007-03-07 | 1 | -2/+2 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -283/+524 |
| * | - fixes to tometadata() operation to propigate Constraints at column and tabl... | Mike Bayer | 2007-02-17 | 1 | -3/+7 |
| * | - fixed generation of CHECK constraints on columns [ticket:464] | Mike Bayer | 2007-02-17 | 1 | -1/+6 |
| * | - small fix to BoundMetaData to accept unicode or string URLs | Mike Bayer | 2007-02-17 | 1 | -1/+1 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 1 | -3/+3 |
| * | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 1 | -9/+5 |
| * | - trying to redefine a reflected primary key column as non-primary key raises... | Mike Bayer | 2007-01-15 | 1 | -0/+7 |