[libgda] GdaDataModel dump: consider G_TYPE_DOUBLE as a number



commit 9b18289f560f9f80f97330a584510149bb3e1e04
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Sep 25 22:19:26 2011 +0200

    GdaDataModel dump: consider G_TYPE_DOUBLE as a number

 libgda/gda-data-model.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgda/gda-data-model.c b/libgda/gda-data-model.c
index 52be4c6..47e257f 100644
--- a/libgda/gda-data-model.c
+++ b/libgda/gda-data-model.c
@@ -2364,6 +2364,7 @@ real_gda_data_model_dump_as_string (GdaDataModel *model, gboolean dump_attribute
 			    (coltype == G_TYPE_INT) ||
 			    (coltype == GDA_TYPE_NUMERIC) ||
 			    (coltype == G_TYPE_FLOAT) ||
+			    (coltype == G_TYPE_DOUBLE) ||
 			    (coltype == GDA_TYPE_SHORT) ||
 			    (coltype == GDA_TYPE_USHORT) ||
 			    (coltype == G_TYPE_CHAR) ||



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