| Commit message (Expand) | Author | Age | Files | Lines |
| * | PEP8 cleanup in /test/enginepr/163 | Eric Streeper | 2015-03-20 | 1 | -30/+58 |
| * | Added new requirement for check_constraints | Scott Dugas | 2014-10-23 | 1 | -0/+1 |
| * | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 1 | -0/+20 |
| * | Providing an autoload_with info automatically sets autoload to True | Malik Diarra | 2014-08-09 | 1 | -0/+16 |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 1 | -1/+1 |
| * | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -9/+14 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+10 |
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 1 | -2/+2 |
| * | Remove tables from metadata when autoload failspr/78 | Roman Podoliaka | 2014-03-12 | 1 | -0/+1 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -15/+8 |
| * | Merge branch 'master' of https://github.com/eblume/sqlalchemy into t | Mike Bayer | 2014-02-16 | 1 | -2/+8 |
| |\ |
|
| | * | SQLite dialect - support relection from affinitypr/65 | Erich Blume | 2014-02-03 | 1 | -2/+8 |
| * | | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 1 | -5/+2 |
| |/ |
|
| * | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 1 | -0/+21 |
| * | - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` | Mike Bayer | 2014-01-04 | 1 | -0/+13 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -5/+1 |
| * | - move this test to PG test_reflection | Mike Bayer | 2013-10-25 | 1 | -2/+2 |
| * | ForeignKeyConstraint reflection test respects MySQL limitationspr/34 | ijl | 2013-10-15 | 1 | -12/+20 |
| * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -0/+41 |
| * | 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 |