mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
merge pg binary extraction support
This commit is contained in:
@@ -96,6 +96,18 @@ public:
|
||||
void testNullableString();
|
||||
void testTupleWithNullable();
|
||||
|
||||
void testBinarySimpleAccess();
|
||||
void testBinaryComplexType();
|
||||
void testBinarySimpleAccessVector();
|
||||
void testBinaryComplexTypeVector();
|
||||
void testBinaryInts();
|
||||
void testBinaryFloat();
|
||||
void testBinaryDouble();
|
||||
void testBinaryUUID();
|
||||
void testBinaryDateTime();
|
||||
void testBinaryBLOBStmt();
|
||||
void testBinaryCLOBStmt();
|
||||
|
||||
void testSessionTransaction();
|
||||
void testTransaction();
|
||||
|
||||
@@ -119,6 +131,7 @@ private:
|
||||
void recreateIntsTable();
|
||||
void recreateUnsignedIntsTable();
|
||||
void recreateFloatsTable();
|
||||
void recreateDoublesTable();
|
||||
void recreateUUIDsTable();
|
||||
void recreateTuplesTable();
|
||||
void recreateVectorsTable();
|
||||
|
||||
Reference in New Issue
Block a user