| Commit message (Expand) | Author | Age | Files | Lines |
| * | use a different col here to keep oracle happy | Mike Bayer | 2013-09-02 | 1 | -2/+12 |
| * | plus some more adjustments for mysql, or in general if an Index refers to | Mike Bayer | 2013-08-28 | 1 | -1/+3 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -4/+34 |
| * | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -34/+0 |
| * | Add basic support of unique constraints reflectionpr/4 | Roman Podolyaka | 2013-06-09 | 1 | -0/+37 |
| * | - clean up some of the requires for cross-schema reflection | Mike Bayer | 2013-06-03 | 1 | -7/+4 |
| * | Fixed bug whereby using :meth:`.MetaData.reflect` across a remote | Mike Bayer | 2013-06-03 | 1 | -0/+24 |
| * | that's all of engine | Mike Bayer | 2013-05-04 | 1 | -6/+8 |
| * | cleanup | Mike Bayer | 2013-05-04 | 1 | -79/+78 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -9/+9 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -3/+3 |
| * | Fixed :meth:`.MetaData.reflect` to correctly use | Mike Bayer | 2012-11-14 | 1 | -10/+37 |
| * | - test updates | Mike Bayer | 2012-10-04 | 1 | -5/+7 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -317/+0 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+5 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -45/+45 |
| * | - [feature] The "deferred declarative | Mike Bayer | 2012-05-17 | 1 | -1/+50 |
| * | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -16/+30 |
| |\ |
|
| | * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -17/+30 |
| * | | - [feature] The column_reflect event now | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -16/+13 |
| |/ |
|
| * | - [bug] Fixed bug in new "autoload_replace" flag | Mike Bayer | 2012-02-12 | 1 | -1/+13 |
| * | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 1 | -0/+42 |
| * | - [bug] the "name" of an FK constraint in SQLite | Mike Bayer | 2012-01-07 | 1 | -2/+10 |
| * | - [bug] Decode incoming values when retrieving | Mike Bayer | 2011-12-06 | 1 | -36/+97 |
| * | - reflection process always resets the primary key constraint | Mike Bayer | 2011-12-04 | 1 | -2/+5 |
| * | - [feature] The "extend_existing" flag on Table | Mike Bayer | 2011-12-04 | 1 | -1/+40 |
| * | - [bug] Fixed bug whereby "order_by='foreign_key'" | Mike Bayer | 2011-12-01 | 1 | -400/+363 |
| * | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -17/+56 |
| * | some mssql stuff, though unicode is really not working still... | Mike Bayer | 2011-10-16 | 1 | -1/+1 |
| * | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -2/+5 |
| * | - Narrowed the assumption made when reflecting | Mike Bayer | 2011-08-09 | 1 | -0/+1 |
| * | ARG | Mike Bayer | 2011-06-02 | 1 | -1/+3 |
| * | - adjust further for unix-style casing, also this is mysql not just mysqldb | Mike Bayer | 2011-06-02 | 1 | -1/+2 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -10/+52 |
| * | - Fixed bug whereby metadata.reflect(bind) | Mike Bayer | 2011-06-01 | 1 | -0/+12 |
| * | - The 'useexisting' flag on Table has been superceded | Mike Bayer | 2011-04-05 | 1 | -42/+2 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -1/+3 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -10/+11 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+3 |
| * | - add tests, CHANGES for [ticket:2095] | Mike Bayer | 2011-03-15 | 1 | -1/+57 |
| * | Associated was spelled wrong. | Michael Trier | 2011-03-14 | 1 | -1/+1 |
| * | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -0/+1 |
| * | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 1 | -12/+21 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -48/+48 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -3/+3 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | | - adapt initial patch from [ticket:1917] to current tip | Mike Bayer | 2010-11-16 | 1 | -0/+1 |
| |/ |
|
| * | - added "views=True" option to metadata.reflect(), | Mike Bayer | 2010-10-02 | 1 | -9/+31 |
| * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -4/+4 |