merge pg binary extraction support

This commit is contained in:
Günter Obiltschnig
2022-05-17 07:22:04 +02:00
parent 9577af8c6c
commit 562b3b90c0
17 changed files with 1712 additions and 70 deletions

View File

@@ -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();