Changeset: c610ad9851f0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c610ad9851f0
Modified Files:
        sql/test/BugTracker-2021/Tests/merge-table-join.Bug-7172.test
Branch: Jul2021
Log Message:

Make test no int128 friendly


diffs (47 lines):

diff --git a/sql/test/BugTracker-2021/Tests/merge-table-join.Bug-7172.test 
b/sql/test/BugTracker-2021/Tests/merge-table-join.Bug-7172.test
--- a/sql/test/BugTracker-2021/Tests/merge-table-join.Bug-7172.test
+++ b/sql/test/BugTracker-2021/Tests/merge-table-join.Bug-7172.test
@@ -100,8 +100,8 @@ CREATE TABLE "dw_hospital"."facts_costi_
        "classe_movimento_id"    INTEGER       NOT NULL,
        "applicativo_id"         INTEGER       NOT NULL,
        "progetto_id"            INTEGER       NOT NULL,
-       "valore"                 DECIMAL(19,4) NOT NULL,
-       "quantita"               DECIMAL(19,4) NOT NULL,
+       "valore"                 DECIMAL(12,4) NOT NULL,
+       "quantita"               DECIMAL(12,4) NOT NULL,
        "last_batch_id"          INTEGER       NOT NULL,
        "archive"                INTEGER       NOT NULL,
        "last_updated"           TIMESTAMP     NOT NULL DEFAULT 
current_timestamp(),
@@ -122,8 +122,8 @@ CREATE TABLE "dw_hospital"."facts_costi_
        "classe_movimento_id"    INTEGER       NOT NULL,
        "applicativo_id"         INTEGER       NOT NULL,
        "progetto_id"            INTEGER       NOT NULL,
-       "valore"                 DECIMAL(19,4) NOT NULL,
-       "quantita"               DECIMAL(19,4) NOT NULL,
+       "valore"                 DECIMAL(12,4) NOT NULL,
+       "quantita"               DECIMAL(12,4) NOT NULL,
        "last_batch_id"          INTEGER       NOT NULL,
        "archive"                INTEGER       NOT NULL,
        "last_updated"           TIMESTAMP     NOT NULL DEFAULT 
current_timestamp(),
@@ -144,8 +144,8 @@ CREATE TABLE "dw_hospital"."facts_costi_
        "classe_movimento_id"    INTEGER       NOT NULL,
        "applicativo_id"         INTEGER       NOT NULL,
        "progetto_id"            INTEGER       NOT NULL,
-       "valore"                 DECIMAL(19,4) NOT NULL,
-       "quantita"               DECIMAL(19,4) NOT NULL,
+       "valore"                 DECIMAL(12,4) NOT NULL,
+       "quantita"               DECIMAL(12,4) NOT NULL,
        "last_batch_id"          INTEGER       NOT NULL,
        "archive"                INTEGER       NOT NULL,
        "last_updated"           TIMESTAMP     NOT NULL DEFAULT 
current_timestamp(),
@@ -166,8 +166,8 @@ CREATE MERGE TABLE "dw_hospital"."facts_
        "classe_movimento_id"    INTEGER       NOT NULL,
        "applicativo_id"         INTEGER       NOT NULL,
        "progetto_id"            INTEGER       NOT NULL,
-       "valore"                 DECIMAL(19,4) NOT NULL,
-       "quantita"               DECIMAL(19,4) NOT NULL,
+       "valore"                 DECIMAL(12,4) NOT NULL,
+       "quantita"               DECIMAL(12,4) NOT NULL,
        "last_batch_id"          INTEGER       NOT NULL,
        "archive"                INTEGER       NOT NULL,
        "last_updated"           TIMESTAMP     NOT NULL DEFAULT 
current_timestamp(),
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to