[libgda/LIBGDA_4.0] Correction: data types are not SQL identifiers
- From: Vivien Malerba <vivien src gnome org>
- To: svn-commits-list gnome org
- Subject: [libgda/LIBGDA_4.0] Correction: data types are not SQL identifiers
- Date: Wed, 8 Jul 2009 19:23:16 +0000 (UTC)
commit ee18a718dfb42ea59f0b1d116a6d02a7b8da178c
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 ff71657..21c63a0 100644
--- a/libgda/information_schema.xml
+++ b/libgda/information_schema.xml
@@ -48,8 +48,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]