Changeset: b3b15e95ef9d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b3b15e95ef9d
Branch: ustr
Log Message:
Merge with default branch.
diffs (40 lines):
diff --git a/sql/test/BugTracker-2026/Tests/7918-subquery-limit-offset-bug.test
b/sql/test/BugTracker-2026/Tests/7918-subquery-limit-offset-bug.test
--- a/sql/test/BugTracker-2026/Tests/7918-subquery-limit-offset-bug.test
+++ b/sql/test/BugTracker-2026/Tests/7918-subquery-limit-offset-bug.test
@@ -4,8 +4,8 @@ CREATE TABLE t_bug8 (
p SMALLINT NOT NULL,
o INT NOT NULL,
ot INT NOT NULL,
- od DECIMAL(20, 10) NOT NULL,
- odt DECIMAL(20, 10) NOT NULL,
+ od DECIMAL(18, 10) NOT NULL,
+ odt DECIMAL(18, 10) NOT NULL,
os VARCHAR(128) NOT NULL,
ost VARCHAR(128) NOT NULL,
v INT NOT NULL DEFAULT 0 CHECK (v BETWEEN -1000 AND 1000),
diff --git
a/sql/test/BugTracker-2026/Tests/7920-correlated-top-1-subquery-bug.test
b/sql/test/BugTracker-2026/Tests/7920-correlated-top-1-subquery-bug.test
--- a/sql/test/BugTracker-2026/Tests/7920-correlated-top-1-subquery-bug.test
+++ b/sql/test/BugTracker-2026/Tests/7920-correlated-top-1-subquery-bug.test
@@ -4,8 +4,8 @@ CREATE TABLE t_bug10 (
p SMALLINT NOT NULL,
o INT NOT NULL,
ot INT NOT NULL,
- od DECIMAL(20, 10) NOT NULL,
- odt DECIMAL(20, 10) NOT NULL,
+ od DECIMAL(18, 10) NOT NULL,
+ odt DECIMAL(18, 10) NOT NULL,
os VARCHAR(128) NOT NULL,
ost VARCHAR(128) NOT NULL,
v INT NOT NULL DEFAULT 0,
diff --git a/sql/test/SQLancer/Tests/sqlancer04.test
b/sql/test/SQLancer/Tests/sqlancer04.test
--- a/sql/test/SQLancer/Tests/sqlancer04.test
+++ b/sql/test/SQLancer/Tests/sqlancer04.test
@@ -635,7 +635,7 @@ create view v3(vc0) as (values (not (('%') is not null)),
(least(cast(1 as boolean), not (true))), (case sql_min('vFP*鱍', '&G*')
when cast(0 as string) then (true) is null when cast(9 as string(678)) then
((true)or(false)) end), (false)) with check option
statement ok
-create view v20(vc0) as (values (((sql_max(2,
82072511062432451645065611))&(abs(025579435)))))
+create view v20(vc0) as (values (((sql_max(2, 0))&(abs(0)))))
statement ok
create view v37(vc0) as (values ('1837521830'), (replace(coalesce('4', '',
'20', '0.5074455058602168'),
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]