| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Modified Column.copy() to use _constructor(), | Mike Bayer | 2011-09-23 | 1 | -1/+1 |
| * | - Added a slightly nicer __repr__() to SchemaItem | Mike Bayer | 2011-08-14 | 1 | -18/+10 |
| * | some core cross linkage | Mike Bayer | 2011-08-07 | 1 | -5/+16 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -1/+7 |
| * | - Added new "postgresql_ops" argument to | Mike Bayer | 2011-07-20 | 1 | -1/+7 |
| * | - Fixed bug where "autoincrement" detection on | Mike Bayer | 2011-06-30 | 1 | -0/+1 |
| * | - Fixed bug whereby adaptation of old append_ddl_listener() | Mike Bayer | 2011-06-30 | 1 | -2/+3 |
| * | - Deprecate schema/SQL-oriented methods on | Mike Bayer | 2011-06-02 | 1 | -17/+57 |
| * | - Fixed bug whereby metadata.reflect(bind) | Mike Bayer | 2011-06-01 | 1 | -1/+2 |
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -2/+4 |
| * | - metadata.reflect() and reflection.Inspector() | Mike Bayer | 2011-04-23 | 1 | -22/+26 |
| * | - Fixed bug whereby if FetchedValue was passed | Mike Bayer | 2011-04-23 | 1 | -1/+1 |
| * | - Added explicit check for when Column .name | Mike Bayer | 2011-04-20 | 1 | -4/+6 |
| * | - Before/after attach events for PrimaryKeyConstraint | Mike Bayer | 2011-04-17 | 1 | -10/+9 |
| * | a crapload of doc tweaks including [ticket:1666], thanks Toby ! | Mike Bayer | 2011-04-16 | 1 | -3/+40 |
| * | - The 'useexisting' flag on Table has been superceded | Mike Bayer | 2011-04-05 | 1 | -15/+55 |
| * | - adjust the previous checkin a bit. need to transfer sequences over from pi... | Mike Bayer | 2011-03-23 | 1 | -4/+6 |
| * | - Fixed regression whereby MetaData() coming | Mike Bayer | 2011-03-23 | 1 | -2/+3 |
| * | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -15/+43 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -60/+60 |
| * | initial work on column reflect | Mike Bayer | 2011-03-14 | 1 | -0/+21 |
| * | Warn about unicode column having non-unicode default. See #2079. | Diana Clarke | 2011-03-14 | 1 | -0/+8 |
| * | fix "associated" at the source too | Mike Bayer | 2011-03-14 | 1 | -1/+1 |
| * | - Added a fully descriptive error message for the | Mike Bayer | 2011-02-28 | 1 | -7/+26 |
| * | - establish an "insert" option for events to control ordering if needed (not ... | Mike Bayer | 2011-02-25 | 1 | -0/+7 |
| * | - The Column.references() method now returns True | Mike Bayer | 2011-02-17 | 1 | -1/+1 |
| * | - The Sequence() construct, when passed a MetaData() | Mike Bayer | 2011-02-13 | 1 | -6/+97 |
| * | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 1 | -6/+6 |
| * | - schema.copy() functions will copy dispatch, but only for those events | Mike Bayer | 2011-02-01 | 1 | -5/+16 |
| * | - SchemaItem, SchemaType now descend from common type | Mike Bayer | 2011-01-30 | 1 | -38/+23 |
| * | - Column.copy(), as used in table.tometadata(), copies the | Mike Bayer | 2011-01-30 | 1 | -0/+1 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -6/+7 |
| * | - dont count server_default absense as part of autoincrement, PG | Mike Bayer | 2011-01-12 | 1 | -3/+5 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -3/+4 |
| * | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 1 | -1/+5 |
| * | - The Index() construct can be created inline with a Table | Mike Bayer | 2011-01-04 | 1 | -33/+46 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -199/+199 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -3/+2 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -9/+9 |
| * | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 1 | -3/+3 |
| * | skip some len calls | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
| * | - inlinings | Mike Bayer | 2010-12-16 | 1 | -1/+5 |
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -3/+3 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -13/+11 |
| * | - merge FromObj cleanup, immutable .c attribute patch, [ticket:1917] | Mike Bayer | 2010-11-20 | 1 | -10/+9 |
| |\ |
|
| | * | - adapt initial patch from [ticket:1917] to current tip | Mike Bayer | 2010-11-16 | 1 | -10/+9 |
| * | | - merge metadata/schema/declarative branch, [ticket:1893] | Mike Bayer | 2010-11-20 | 1 | -9/+24 |
| |\ \ |
|
| | * | | [ticket:1893] implementation | Mike Bayer | 2010-11-15 | 1 | -9/+24 |
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-11-14 | 1 | -0/+1 |
| |\ \
| |/ |
|