persistentstorage/sql/SRC/Common/SqlUtil.h
changeset 17 55f2396f6d25
parent 0 08ec8eefde2f
--- a/persistentstorage/sql/SRC/Common/SqlUtil.h	Fri Apr 16 16:49:27 2010 +0300
+++ b/persistentstorage/sql/SRC/Common/SqlUtil.h	Mon May 03 14:09:14 2010 +0300
@@ -9,6 +9,7 @@
 // Nokia Corporation - initial contribution.
 //
 // Contributors:
+// NTT DOCOMO, INC - Fix for Bug 1915 "SQL server panics when using long column type strings"
 //
 // Description:
 //
@@ -65,7 +66,8 @@
 	{
 	ESqlColumnNamesBuf, 
 	ESqlParamNamesBuf, 
-	ESqlColumnValuesBuf
+	ESqlColumnValuesBuf,
+	ESqlDeclColumnTypesBuf
 	};
 
 /**