Changeset: bb9455d0c879 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bb9455d0c879
Modified Files:
        sql/server/sql_atom.c
Branch: default
Log Message:

added missing scale for 18 digits


diffs (11 lines):

diff --git a/sql/server/sql_atom.c b/sql/server/sql_atom.c
--- a/sql/server/sql_atom.c
+++ b/sql/server/sql_atom.c
@@ -582,6 +582,7 @@ hge scales[39] = {
        (hge) LL_CONSTANT(10000000000000000),
        (hge) LL_CONSTANT(100000000000000000),
        (hge) LL_CONSTANT(1000000000000000000),
+       (hge) LL_CONSTANT(10000000000000000000U) * LL_CONSTANT(1),
        (hge) LL_CONSTANT(10000000000000000000U) * LL_CONSTANT(10),
        (hge) LL_CONSTANT(10000000000000000000U) * LL_CONSTANT(100),
        (hge) LL_CONSTANT(10000000000000000000U) * LL_CONSTANT(1000),
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to