| Commit message (Expand) | Author | Age | Files | Lines |
* | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
* | - sql | Mike Bayer | 2012-04-01 | 1 | -2/+0 |
* | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 1 | -9/+20 |
* | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -0/+2 |
* | - [bug] Index will raise when arguments passed | Mike Bayer | 2012-02-12 | 1 | -3/+7 |
* | - [bug] Fixed bug in new "autoload_replace" flag | Mike Bayer | 2012-02-12 | 1 | -3/+6 |
* | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -2/+2 |
* | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 1 | -51/+71 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - doc updates per [ticket:2251] | Mike Bayer | 2011-12-06 | 1 | -2/+9 |
* | - reflection process always resets the primary key constraint | Mike Bayer | 2011-12-04 | 1 | -0/+3 |
* | - [feature] The "extend_existing" flag on Table | Mike Bayer | 2011-12-04 | 1 | -18/+45 |
* | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -4/+83 |
* | Backed out changeset 8ef278ec7557a5b3446807e9bc16624630ffd034 | Mike Bayer | 2011-10-23 | 1 | -22/+16 |
* | fix the 2to3 here | Mike Bayer | 2011-10-23 | 1 | -16/+22 |
* | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -0/+2 |
* | - 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 |