mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
GH #192: Unsigned integer values not handled properly in result sets
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user