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

@@ -105,6 +105,7 @@ public:
void dateTime();
void date();
void time();
void unsignedInts();
void floats();
void doubles();
void tuples();