| Commit message (Expand) | Author | Age | Files | Lines |
| * | - these tests now fail on a normalize name DB, as they should! because we're ... | Mike Bayer | 2013-08-28 | 1 | -0/+6 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -12/+20 |
| * | tweak this for now, would need a test | Mike Bayer | 2013-06-23 | 1 | -11/+0 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 1 | -33/+317 |
| * | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 1 | -0/+24 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| * | - :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` will | Mike Bayer | 2013-03-02 | 1 | -0/+1 |
| * | - some linter cleanup, though have disabled the newer linter rules which are ... | Mike Bayer | 2013-03-02 | 1 | -40/+45 |
| * | Added a new argument to :class:`.Enum` and its base | Mike Bayer | 2013-02-01 | 1 | -1/+98 |
| * | Fixed bug where :meth:`.Table.tometadata` would fail if a | Mike Bayer | 2013-01-27 | 1 | -0/+12 |
| * | Fixed bug where using server_onupdate=<FetchedValue|DefaultClause> | Mike Bayer | 2012-12-08 | 1 | -0/+31 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -8/+8 |
| * | - [bug] When the primary key column of a Table | Mike Bayer | 2012-09-23 | 1 | -1/+16 |
| * | - [feature] An explicit error is raised when | Mike Bayer | 2012-09-23 | 1 | -0/+28 |
| * | - clean pyflakes | Mike Bayer | 2012-09-23 | 1 | -50/+48 |
| * | finished fixes for mxodbc; need to use at least version 3.2.1 | Mike Bayer | 2012-09-21 | 1 | -0/+1 |
| * | - [feature] Added a hook to the system of rendering | Mike Bayer | 2012-09-09 | 1 | -0/+42 |
| * | fixes to prevent the new MyISAM engine from breaking other tests | Mike Bayer | 2012-08-29 | 1 | -0/+1 |
| * | - adjustments for py3.3 unit tests, [ticket:2542] | Mike Bayer | 2012-08-11 | 1 | -1/+1 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -52/+52 |
| * | - [bug] Index will raise when arguments passed | Mike Bayer | 2012-02-12 | 1 | -1/+1 |
| * | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 1 | -0/+11 |
| * | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -28/+164 |
| * | - Modified Column.copy() to use _constructor(), | Mike Bayer | 2011-09-23 | 1 | -0/+15 |
| * | - Added a slightly nicer __repr__() to SchemaItem | Mike Bayer | 2011-08-14 | 1 | -17/+39 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -0/+33 |
| * | - Fixed bug whereby if FetchedValue was passed | Mike Bayer | 2011-04-23 | 1 | -0/+78 |
| * | - Added explicit check for when Column .name | Mike Bayer | 2011-04-20 | 1 | -3/+25 |
| * | - Before/after attach events for PrimaryKeyConstraint | Mike Bayer | 2011-04-17 | 1 | -4/+48 |
| * | - The 'useexisting' flag on Table has been superceded | Mike Bayer | 2011-04-05 | 1 | -6/+222 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -8/+10 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+1 |
| * | - adjust the previous checkin a bit. need to transfer sequences over from pi... | Mike Bayer | 2011-03-23 | 1 | -3/+37 |
| * | - Fixed regression whereby MetaData() coming | Mike Bayer | 2011-03-23 | 1 | -3/+36 |
| * | - Added a fully descriptive error message for the | Mike Bayer | 2011-02-28 | 1 | -2/+74 |
| * | - The Column.references() method now returns True | Mike Bayer | 2011-02-17 | 1 | -0/+46 |
| * | - SchemaItem, SchemaType now descend from common type | Mike Bayer | 2011-01-30 | 1 | -3/+51 |
| * | - Column.copy(), as used in table.tometadata(), copies the | Mike Bayer | 2011-01-30 | 1 | -2/+3 |
| * | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 1 | -0/+14 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -32/+31 |
| * | combine test/engine/test_metadata.py and test/sql/test_columns.py into new | Mike Bayer | 2010-11-28 | 1 | -0/+573 |