[libgda] Correction: data types are not SQL identifiers



commit d8af0545b60ffd1187c955a15749a3e3c0492df3
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Jul 7 21:07:45 2009 +0200

    Correction: data types are not SQL identifiers

 libgda/information_schema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgda/information_schema.xml b/libgda/information_schema.xml
index 913d385..2d2a46f 100644
--- a/libgda/information_schema.xml
+++ b/libgda/information_schema.xml
@@ -54,8 +54,8 @@
   </table>
 
   <table name="_builtin_data_types" descr="List of built-in data types such as varchar, int, ...">
-    <column name="short_type_name" descr="Short name of the data type" ident="TRUE"/>
-    <column name="full_type_name" pkey="TRUE" descr="Full name of the data type" ident="TRUE"/>
+    <column name="short_type_name" descr="Short name of the data type"/>
+    <column name="full_type_name" pkey="TRUE" descr="Full name of the data type"/>
     <column name="gtype" nullok="TRUE"/>
     <column name="comments" nullok="TRUE"/>
     <column name="synonyms" nullok="TRUE"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]