summaryrefslogtreecommitdiff
path: root/tests/regressiontests/introspection/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-01-28Fixed #19677 -- Introspection of recursive foreign keys under SQLite.Aymeric Augustin
2013-01-12Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backendClaude Paroz
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-10-27Marked a test as expectedFailure on OracleAnssi Kääriäinen
2012-08-30Fixed #5725 -- Fixed varchar column size introspection for MySQLClaude Paroz
2012-08-15[py3] Fixed uses of __metaclass__ in tests.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-30Made get_indexes() consistent across backends.Anssi Kääriäinen
2012-04-29Made table_names() output sorted.Anssi Kääriäinen
2012-03-03Fixed a typo in r17638.Aymeric Augustin
2012-03-03Modified a test added in r17508 to not run under Oracle.Ramiro Morales
2012-02-11Fixed #15216 -- Made return type of an internal DB introspection method consi...Ramiro Morales
2012-02-11Fixed #7783 -- Made introspection of nullable columns more robust with Postgres.Ramiro Morales
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-10Fixed #16196 - Redundant or incorrect code in testsLuke Plant
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-04-21Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-08-21Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma
2009-04-16Fixed introspection test case which caused "ORA-00972: identifier is too long...Matt Boersma
2009-04-04Fixed up the introspection code and tests added for #9779 to run under Python...Karen Tracey
2009-04-03Fixed #9991: correctly introspect PostgreSQL 'real' types.Jacob Kaplan-Moss
2009-04-02Added tests for database introspection. Refs #9779.Jacob Kaplan-Moss