[libgda/LIBGDA_4.2] GdaDataModel dump: consider G_TYPE_DOUBLE as a number



commit d7077d71f20681e63507ea70bd7c396385cccdd2
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 d2e4281..0b00fbe 100644
--- a/libgda/gda-data-model.c
+++ b/libgda/gda-data-model.c
@@ -2398,6 +2398,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]