Update of /cvsroot/monetdb/sql/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24477/src/common

Modified Files:
      Tag: SQL_2-18
        sql_types.mx 
Log Message:
backported bug fix.
Strings can allways be converted into external types such as the geom POINT 
etc. 
This should not be forwarded to the main branch


Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.88.2.1
retrieving revision 1.88.2.2
diff -u -d -r1.88.2.1 -r1.88.2.2
--- sql_types.mx        16 Aug 2007 21:33:06 -0000      1.88.2.1
+++ sql_types.mx        22 Aug 2007 15:07:54 -0000      1.88.2.2
@@ -199,8 +199,8 @@
 /* EC_ANY */   { 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
 /* EC_TABLE */ { 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
 /* EC_BIT */   { 0, 0, 1, 1, 1, 0, 2, 2, 2, 0, 0, 0, 0, 0 },
-/* EC_CHAR */  { 2, 2, 2, 1, 1, 0, 2, 2, 2, 2, 2, 2, 2, 0 },
-/* EC_STRING */        { 2, 2, 2, 1, 1, 0, 2, 2, 2, 2, 2, 2, 2, 0 },
+/* EC_CHAR */  { 2, 2, 2, 1, 1, 0, 2, 2, 2, 2, 2, 2, 2, 2 },
+/* EC_STRING */        { 2, 2, 2, 1, 1, 0, 2, 2, 2, 2, 2, 2, 2, 2 },
 /* EC_BLOB */  { 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 },
 /* EC_NUM */   { 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0 },
 /* EC_INTERVAL*/{ 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0 },


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to