Changeset: c82c3ed30d79 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c82c3ed30d79
Modified Files:
        clients/src/mapiclient/mclient.mx
Branch: default
Log Message:

also consider a decimal to be a numeric type (one that can't be squeezed)


diffs (13 lines):

diff -r 83b10c04d473 -r c82c3ed30d79 clients/src/mapiclient/mclient.mx
--- a/clients/src/mapiclient/mclient.mx Thu Aug 19 14:44:59 2010 +0200
+++ b/clients/src/mapiclient/mclient.mx Thu Aug 19 15:19:33 2010 +0200
@@ -1141,7 +1141,8 @@
                                         strcmp(s, "wrd") == 0 ||
                                         strcmp(s, "smallint") == 0 ||
                                         strcmp(s, "double") == 0 ||
-                                        strcmp(s, "float") == 0);
+                                        strcmp(s, "float") == 0 ||
+                                        strcmp(s, "decimal") == 0);
 
                                if (!numeric[i]) {
                                        vartotal += len[i];
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to