summaryrefslogtreecommitdiff
path: root/test/engine/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* use a different col here to keep oracle happyMike Bayer2013-09-021-2/+12
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+3
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-4/+34
* - get_unique_constraints() pull requestMike Bayer2013-06-091-34/+0
* Add basic support of unique constraints reflectionpr/4Roman Podolyaka2013-06-091-0/+37
* - clean up some of the requires for cross-schema reflectionMike Bayer2013-06-031-7/+4
* Fixed bug whereby using :meth:`.MetaData.reflect` across a remoteMike Bayer2013-06-031-0/+24
* that's all of engineMike Bayer2013-05-041-6/+8
* cleanupMike Bayer2013-05-041-79/+78
* - the raw 2to3 runMike Bayer2013-04-271-9/+9
* - adding in requirementsMike Bayer2013-02-061-3/+3
* Fixed :meth:`.MetaData.reflect` to correctly useMike Bayer2012-11-141-10/+37
* - test updatesMike Bayer2012-10-041-5/+7
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-317/+0
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+5
* -whitespace bonanza, contdMike Bayer2012-07-281-45/+45
* - [feature] The "deferred declarativeMike Bayer2012-05-171-1/+50
* - [feature] Inspector.get_primary_keys() isMike Bayer2012-04-241-16/+30
|\
| * deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-021-17/+30
* | - [feature] The column_reflect event nowMike Bayer2012-04-241-1/+1
* | begin implementing inspection system for #2208Mike Bayer2012-04-031-16/+13
|/
* - [bug] Fixed bug in new "autoload_replace" flagMike Bayer2012-02-121-1/+13
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-281-0/+42
* - [bug] the "name" of an FK constraint in SQLiteMike Bayer2012-01-071-2/+10
* - [bug] Decode incoming values when retrievingMike Bayer2011-12-061-36/+97
* - reflection process always resets the primary key constraintMike Bayer2011-12-041-2/+5
* - [feature] The "extend_existing" flag on TableMike Bayer2011-12-041-1/+40
* - [bug] Fixed bug whereby "order_by='foreign_key'"Mike Bayer2011-12-011-400/+363
* - [feature] Added new support for remote "schemas":Mike Bayer2011-10-231-17/+56
* some mssql stuff, though unicode is really not working still...Mike Bayer2011-10-161-1/+1
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-2/+5
* - Narrowed the assumption made when reflectingMike Bayer2011-08-091-0/+1
* ARGMike Bayer2011-06-021-1/+3
* - adjust further for unix-style casing, also this is mysql not just mysqldbMike Bayer2011-06-021-1/+2
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-10/+52
* - Fixed bug whereby metadata.reflect(bind)Mike Bayer2011-06-011-0/+12
* - The 'useexisting' flag on Table has been supercededMike Bayer2011-04-051-42/+2
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-1/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-10/+11
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+3
* - add tests, CHANGES for [ticket:2095]Mike Bayer2011-03-151-1/+57
* Associated was spelled wrong.Michael Trier2011-03-141-1/+1
* make it more explicit in tests which dialect we want to use for thingsMike Bayer2011-02-111-0/+1
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-12/+21
* - whitespace removal bonanzaMike Bayer2011-01-021-48/+48
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-3/+3
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* | - adapt initial patch from [ticket:1917] to current tipMike Bayer2010-11-161-0/+1
|/
* - added "views=True" option to metadata.reflect(),Mike Bayer2010-10-021-9/+31
* - *Major* cleanup / modernization of the InformixMike Bayer2010-10-011-4/+4