[libgda] Virtual connection: use the "string" type instead of "text"
- From: Vivien Malerba <vivien src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgda] Virtual connection: use the "string" type instead of "text"
- Date: Mon, 19 Oct 2009 18:42:59 +0000 (UTC)
commit e51c179f945f9e99070858fcf7b7ddd2db736476
Author: Vivien Malerba <malerba gnome-db org>
Date: Sat Oct 17 14:09:34 2009 +0200
Virtual connection: use the "string" type instead of "text"
libgda/sqlite/virtual/gda-vprovider-data-model.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/sqlite/virtual/gda-vprovider-data-model.c b/libgda/sqlite/virtual/gda-vprovider-data-model.c
index ada73fb..3554754 100644
--- a/libgda/sqlite/virtual/gda-vprovider-data-model.c
+++ b/libgda/sqlite/virtual/gda-vprovider-data-model.c
@@ -445,7 +445,7 @@ virtualCreate (sqlite3 *db, void *pAux, int argc, const char *const *argv, sqlit
else if ((gtype == GDA_TYPE_BLOB) || (gtype == GDA_TYPE_BINARY))
type = "blob";
else if (gtype == G_TYPE_STRING)
- type = "text";
+ type = "string";
else if ((gtype == G_TYPE_INT) || (gtype == G_TYPE_UINT) ||
(gtype == G_TYPE_INT64) || (gtype == G_TYPE_UINT64) ||
(gtype == GDA_TYPE_SHORT) || (gtype == GDA_TYPE_USHORT) ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]