Date: Thursday, March 23, 2006 @ 10:25:38
  Author: zsolt
    Path: /cvsroot/carob/carob/include

Modified: Connection.hpp (1.63 -> 1.64) TypeConstants.hpp (1.3 -> 1.4)

updated to the latest protocol


-------------------+
 Connection.hpp    |    2 +-
 TypeConstants.hpp |   23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 12 deletions(-)


Index: carob/include/Connection.hpp
diff -u carob/include/Connection.hpp:1.63 carob/include/Connection.hpp:1.64
--- carob/include/Connection.hpp:1.63   Mon Mar 13 19:38:30 2006
+++ carob/include/Connection.hpp        Thu Mar 23 10:25:38 2006
@@ -32,7 +32,7 @@
 
 namespace {
 const int32_t ProtocolVersion = (static_cast<int32_t>(0) /* major */ << 16)
-                                                    + 38 /* minor */;
+                                                    + 40 /* minor */;
 }
 
 namespace CarobNS {
Index: carob/include/TypeConstants.hpp
diff -u carob/include/TypeConstants.hpp:1.3 carob/include/TypeConstants.hpp:1.4
--- carob/include/TypeConstants.hpp:1.3 Fri Dec  2 15:53:07 2005
+++ carob/include/TypeConstants.hpp     Thu Mar 23 10:25:38 2006
@@ -37,17 +37,18 @@
 #define TT_CLOB               11
 #define TT_BLOB               12
 #define TT_JAVA_SERIALIZABLE  13
-#define TT_RESULTSET          14
-#define TT_NULL_RESULTSET     15
-#define TT_FIELD              16
-#define TT_COL_TYPES          17
-#define TT_ROW                18
-#define TT_NOT_EXCEPTION      19
-#define TT_EXCEPTION          20
-#define TT_BACKEND_EXCEPTION  21
-#define TT_CORE_EXCEPTION     22
-#define TT_CONTROLLER_READY   23
-#define TT_UNDEFINED          24
+#define TT_JAVA_NULL          14
+#define TT_RESULTSET          15
+#define TT_NULL_RESULTSET     16
+#define TT_FIELD              17
+#define TT_COL_TYPES          18
+#define TT_ROW                19
+#define TT_NOT_EXCEPTION      20
+#define TT_EXCEPTION          21
+#define TT_BACKEND_EXCEPTION  22
+#define TT_CORE_EXCEPTION     23
+#define TT_CONTROLLER_READY   24
+#define TT_UNDEFINED          25
 
 #define TT_NUMBER_OF_TYPES    26
 

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

Reply via email to