diff PostgreSQL/UnitTests/PostgreSQLTests.cpp @ 246:483af3f35a4b

turning ResultFileValue into a base class, and implement its primitives for PostgreSQL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 08:42:31 +0200
parents b97a537f4613
children 7a4f9bcb0bc2
line wrap: on
line diff
--- a/PostgreSQL/UnitTests/PostgreSQLTests.cpp	Tue Apr 13 18:50:44 2021 +0200
+++ b/PostgreSQL/UnitTests/PostgreSQLTests.cpp	Wed Apr 14 08:42:31 2021 +0200
@@ -326,7 +326,7 @@
     ASSERT_EQ("Index 9", r.GetString(0));
 
     std::string data;
-    r.GetLargeObject(data, 1);
+    r.GetLargeObjectContent(data, 1);
     ASSERT_EQ("Value 18", data);    
 
     r.Next();