GH #192: Unsigned integer values not handled properly in result sets

This commit is contained in:
Cameron Smith
2013-06-07 15:14:18 -04:00
parent 83ad8b36f5
commit 07f33b729a
8 changed files with 58 additions and 12 deletions

View File

@@ -99,6 +99,7 @@ public:
void testBLOB();
void testBLOBStmt();
void testUnsignedInts();
void testFloat();
void testDouble();
@@ -134,6 +135,7 @@ private:
void recreatePersonTimeTable();
void recreateStringsTable();
void recreateIntsTable();
void recreateUnsignedIntsTable();
void recreateFloatsTable();
void recreateTuplesTable();
void recreateVectorsTable();