Date: Friday, December 16, 2005 @ 21:46:07
  Author: zsolt
    Path: /cvsroot/carob/carob/src

Modified: DriverResultSet.cpp (1.26 -> 1.27)

Modified to handle the situation when the resultset contain 0 rows.
Bug ref CAROB-48 (https://forge.continuent.org/jira/browse/CAROB-48)


---------------------+
 DriverResultSet.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/src/DriverResultSet.cpp
diff -u carob/src/DriverResultSet.cpp:1.26 carob/src/DriverResultSet.cpp:1.27
--- carob/src/DriverResultSet.cpp:1.26  Fri Dec 16 18:00:35 2005
+++ carob/src/DriverResultSet.cpp       Fri Dec 16 21:46:07 2005
@@ -129,8 +129,8 @@
       deserializers.push_back(SQLDataSerialization::getDeserializer(tag));
       columnTypeTags.push_back(tag);
     }
-    receiveRows();
   }
+  receiveRows();
   if (hasMoreData)
     socket>>cursorName;
   isClosed = false;

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to