summaryrefslogtreecommitdiff
path: root/tests/regressiontests/introspection/tests.py
AgeCommit message (Expand)Author
2010-04-22[1.1.X] Python 2.3 compatibility: we still need the special sets import here.Karen Tracey
2010-04-21[1.1.X] Fixed #13396 -- Modified the SQLite introspection code to avoid a pro...Russell Keith-Magee
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