summaryrefslogtreecommitdiff
path: root/test/engine/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Don't erase reflected comment in _init_existingEloy Felix2017-06-201-0/+4
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-0/+31
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+14
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-260/+250
* Accept FetchedValue, text() for column "default" valueMike Bayer2017-02-011-3/+50
* Better hide engine passwordValery Yundin2017-01-161-5/+7
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-231-1/+35
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+20
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-241-1/+1
|\
| * Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-051-1/+1
* | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+25
|/
* - 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
|\