summaryrefslogtreecommitdiff
path: root/test/engine/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-5/+16
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-9/+10
* PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-201-30/+58
* Added new requirement for check_constraintsScott Dugas2014-10-231-0/+1
* - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-0/+20
* Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-0/+16
* - ensure all tests are named test_*Mike Bayer2014-07-301-1/+1
* - scale up for mysql, sqliteMike Bayer2014-07-261-9/+14
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+10
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-221-2/+2
* Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-121-0/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-15/+8
* Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-161-2/+8
|\
| * SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-2/+8
* | - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-5/+2
|/
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-201-0/+21
* - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-0/+13
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-5/+1
* - move this test to PG test_reflectionMike Bayer2013-10-251-2/+2
* ForeignKeyConstraint reflection test respects MySQL limitationspr/34ijl2013-10-151-12/+20
* #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-0/+41
* 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