# MonetDB 5 server v11.54.0
# This is an unreleased version
# Serving database 'mTests_sql_test_SQLancer', using 4 threads
# Compiled for x86_64-pc-linux-gnu/64bit with 128bit integers
# Found 11.667 GiB available main-memory of which we use 9.509 GiB
# Virtual memory usage limited to 8.000 GiB
# Copyright (c) 2024, 2025 MonetDB Foundation, all rights reserved
# Visit https://www.monetdb.org/ for further information
# MonetDB/GIS module loaded
# MonetDB/SQL module loaded
# Listening for connection requests on mapi:monetdb://lab04.da.cwi.nl:42585/
# Listening for UNIX domain connection requests on mapi:monetdb:///tmp/mtest-2685547/.s.monetdb.42585
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table tbl_productsales (colid int, product_category varchar(64), product_name varchar(64), totalsales int)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into tbl_productsales values (1,'Game','Mobo Game',200),(2,'Game','PKO Game',400),(3,'Fashion','Shirt',500),(4,'Fashion','Shorts',100)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table another_t (col1 int, col2 int, col3 int, col4 int, col5 int, col6 int, col7 int, col8 int)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into another_t values (1,2,3,4,5,6,7,8), (11,22,33,44,55,66,77,88), (111,222,333,444,555,666,777,888), (1111,2222,3333,4444,5555,6666,7777,8888)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table integers(i integer)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into integers values (1), (2), (3), (null)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select 1 from integers where (((0.7161494983624688) in (integers.i)) = true) = false
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: delete from integers where (((0.7161494983624688) in (integers.i)) = true) = false
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select i from integers
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table t0 (a1 int, a2 int, a3 int)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: update t0 set a2 = (- (- (t0.a1))), a3 = (ascii(cast(ascii('}悂Y8K*韖5<c>^n8_X1X|p(''bX') as string(920)))) where not (((0.27023923567918073) not in (0.9149447665258329)) = false)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into integers(i) values(((length(reverse(E'8 \rcr੧[bp1eMY쫺4j5s뮯!<Rn4*}')))>>(((- (- (528640982)))&(ascii('528640982'))))))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select i from integers order by i
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select reverse(E'8 \\rcr੧[bp1eMY쫺4j5s뮯!<Rn4*}')
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select true in (1 in (1))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into integers values(ascii(cast(0.1 as string)) in (-1.186003652E9))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into another_t(col4) values(-589206676), (-1557408577)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: delete from another_t where ((another_t.col8)<=(+ (another_t.col8)))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: alter table another_t add unique(col8, col1, col6, col3)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create view v0(c0) as (select distinct - (tbl_productsales.totalsales) from tbl_productsales, another_t)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select another_t.col1 from another_t, tbl_productsales cross join v0
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select "sys"."replace"(cast(cast(0.8009925043335998 as clob) as clob(169)),cast("sys"."replace"('!','','wtkg춑5,I}楘') as clob),"sys"."concat"("sys"."concat"('?dMHr펔2!FU4Rᔎ%',-1194732688),0.7566860950241294))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select "replace"('!','','wtkg춑5,I}楘'), "replace"('','!','wtkg춑5,I}楘'), "replace"('abc',null,'wtkg춑5,I}楘'), "replace"('abc','b',null)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select all integers.i from another_t inner join integers on ((another_t.col3)<=(cast((another_t.col4) between symmetric (cast(0.29924480503501805 as int)) and (another_t.col3) as int)))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select 1 from another_t join integers on (cast(another_t.col4 between 1 and 2 as int)) where false
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select another_t.col2 from tbl_productsales, integers left outer join another_t on another_t.col1 > 1 where another_t.col2 > 1 group by another_t.col2 having count((another_t.col2) in (another_t.col2)) > 0
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select count(1 in (1))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create view v0(c0) as (select distinct - (tbl_productsales.totalsales) from tbl_productsales, another_t)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create view v1(c0) as (select distinct not (not ((((v0.c0)=(1560867215))) = false)) from integers, another_t, tbl_productsales, v0)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create view v2(c0, c1) as (select v1.c0, -3.025584E8 from v0, tbl_productsales, v1, another_t)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create view v3(c0, c1, c2) as (select all 0.9104878744438205107059047804796136915683746337890625, -705263737, 0.7147939 from v2 where (cast(v2.c0 as varchar(32))) is null order by v2.c1 desc, v2.c0 desc)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select v3.c0 from v3, v0, tbl_productsales full outer join v2 on v2.c0 right outer join integers on (tbl_productsales.totalsales) between (null) and (v2.c1) join another_t on v2.c0
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into tbl_productsales(product_name, totalsales) values (((cast(0.1 as string))||(charindex(cast(((((1)*(-1)))&(((-1)|(-1)))) as string),
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select rtrim('0.9407860360743894', '')
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select another_t.col1 from tbl_productsales cross join another_t where ((tbl_productsales.product_category) not in (tbl_productsales.product_category, tbl_productsales.product_category)) is null
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table t0 (c0 int, c1 int)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into t0 values (1, 1)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select all t0.c0 from t0 where (1) not in (1.52414541E9, 0.13482326)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select 1 from t0 where (3 in (1, 2)) is null
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select 1 from t0 where t0.c0 between symmetric (1 in (2, 1)) and t0.c0
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table "t0"("c0" decimal(18,3), "c1" bigint)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: copy 12 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select min(distinct t0.c1) from t0 where 1 >= t0.c0
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table t0 (c0 int, c1 int)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into t0 values (1, 1)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table v0 (c0 int, c1 int)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into v0 values (1, 1)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select all count(all 0.5923759) from v0 left outer join t0 on (('1')||
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select 1 from v0 join t0 on (((substr('1', 1, v0.c0)) || (1) in (1, t0.c0)) like 'a')
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: copy 25 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select t0.c0 from t0 where not (cast((t0.c1) is null as boolean)) union all select t0.c0 from t0 where not (not (cast((t0.c1) is null as boolean))) union all select all t0.c0 from t0 where (not (cast((t0.c1) is null as boolean))) is null
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select count(*) from t0 where (not (cast((t0.c1) is null as boolean))) is null
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table t0 (c0 boolean)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: copy 29 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select max(agg0) from (select max(all cast(0.18525435 as string)) as agg0 from t0 where cast(- (greatest(greatest(631218936, -562663513), cast(-265902058 as int))) as boolean)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table "t0" ("c0" double precision not null,"c1" varchar(64))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: insert into "t0" values (0.10155454782177964, 'FALSE'), (594212101, null), (0.5981662672233894, null)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select t0.c0 from t0 where cast((0.3101399424332040855034620108199305832386016845703125) not in (0.6446234112932121007588648353703320026397705078125) as boolean)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table "t0" ("c0" double precision not null,"c1" varchar(64))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create view v0(c0, c1) as (select all t0.c0, 'epfNW⟚榢tptPbC{5{ZW}6,R' from t0) with check option
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select v0.c0 from v0 where (v0.c1) between (replace('2', '2', '1')) and (v0.c1)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select v0.c0 from v0 where (v0.c1) not between symmetric (replace(cast(cast(v0.c0 as int) as string), v0.c1, replace(cast(0.1 as string), v0.c1, v0.c1))) and (v0.c1)
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table t0 (c0 integer default cast(0 as int))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" double, "c1" varchar(496))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: copy 20 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select avg(t0.c0) from t0 group by cast(t0.c0 as varchar(32))
#2025-03-24 21:31:07: client0015: SQLrun: INFO: Executing: select all 0.1002352, avg(all t0.c0) from t0 group by cast(t0.c0 as string(799))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select all var_samp(all abs(t0.c0)) from t0 group by t0.c1 || '2', t0.c1
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select all cast(var_samp(all abs(cast(t0.c1 as int))) as int) from t0 group by cast(t0.c1 as int), t0.c1
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" integer,"c1" double)
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: copy 15 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select t0.c0 from t0 where (0.9952398693354088) in (t0.c1, t0.c1)
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select all t0.c0 from t0 where not ((0.9952398693354088) in (t0.c1, t0.c1))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select t0.c0 from t0 where ((0.9952398693354088) in (t0.c1, t0.c1)) is null
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create table t0("c0" double precision, "c1" varchar(496))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create view v0(c0, c1) as (select all t0.c0, 'epfNW⟚榢tptPbC{5{ZW}6,R' from t0) with check option
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select 1 from v0 full outer join t0 on (cast(('a') in ('a') as string) ilike v0.c0)
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select 1 from v0 full outer join t0 on cast((v0.c1) in (1) as string) like v0.c0
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select cast(sum(all + (cast(t0.c0 as int))) as bigint) from v0 full outer join t0 on ((cast((cast(v0.c1 as boolean)) not in (true, ((t0.c0)=(t0.c0)), cast(1745166981 as boolean)) as string))ilike(v0.c0))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create table t0 (c0 boolean, c1 char(140))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create view v0(c0) as (select distinct 0.4 from t0 where ((t0.c0)and((((lower(t0.c1))||(((((-69891801)/(1210439951)))+(cast(0.5895729273161221 as int))))))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create view v1(c0, c1) as (select all 0.1, ((((cast(0.2 as int))/(+ (((((-212060493)*(816153822)))|(((2000022046)+(1143103273))))))))%(cast(cast(0.76693934 as int) as int))) from v0
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select all cast(sum(all cast(t0.c0 as int)) as bigint) as agg0 from v1 join t0 on cast(cast(v1.c1 as int) as boolean) where (v1.c1) not in (v1.c1, 0.36970723) is null
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create table t0(c0 boolean,c1 char(140))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create view v0(c0) as (select distinct 0.4 from t0 where ((t0.c0)and((((lower(t0.c1))||(((((-69891801)/(1210439951)))+(cast(0.5895729273161221 as int)))))) between symmetric (cast(0.3 as string)) and (greatest(t0.c1, ((t0.c1)||(-2045486895)))))))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create view v1(c0) as (select distinct t0.c1 from t0 where t0.c0)
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select max(all abs(+ (- (- (-1620427795))))) from v0, t0 join v1 on ((((v1.c0)||(t0.c1)))ilike(v1.c0))
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" varchar(427),"c1" time)
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: copy 5 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select median(all abs(case timestamp '1970-01-24 09:25:06' when timestamp '1970-01-19 10:35:50' then 2 end)) from t1
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select median(all abs(case timestamp '1970-01-24 09:25:06' when timestamp '1970-01-19 10:35:50' then 2 end)) from t1 group by c1 having (not (min(all not (not ((0.7) is null))))) = true
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: drop table tbl_productsales
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: drop table another_t
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: drop table integers
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: create table "t1" ("tc0" interval second not null)
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: copy 5 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: select 1 from t1 where "truncate"(cast(ifthenelse(true, interval '5' day, interval '3' day) as string), "minute"(coalesce(time '22:09:18', time '09:37:03', time '22:05:56'))) = '1'
#2025-03-24 21:31:08: client0015: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" boolean,"c1" double precision not null)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select all t0.c0 from t0 where (((0.654013919354451) between symmetric (t0.c1) and ("length"(upper(''))))or(t0.c0))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select t0.c0 from t0 where 1 between symmetric t0.c1 and 0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select t0.c0 from t0 where 1 between t0.c1 and 0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select all t0.c0 from t0 where (((0.654013919354451) between symmetric (t0.c1) and ("length"(upper(''))))or(t0.c0)) union all
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table integers(i integer)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: insert into integers values (1), (2), (3), (null)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select i between symmetric cast(1 as decimal) and cast(2 as double) from integers
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table t0("c0" double not null)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 11 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select avg(all ((((cast(((+ (-12))/(sql_min(-12, -67))) as int))+(abs(((13)*(10))))))*(((((greatest(12, -11))/(((((34-15)))/(cast(t0.c0 as int))))))*(- (+ (((-29)*(6))))))))), 0.777 from t0 where (0.06) not between asymmetric (t0.c0) and (t0.c0)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" decimal(18,3) not null)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 41 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select t0.c0 from t0 where ((((cast(0.8800821070828266368124559448915533721446990966796875 as string))like(cast(greatest('0.29269552476776495', E'Aṵ\tmmz\\v/p*Q2Q5') as string(667)))))and((0.7706295839241474876502024926594458520412445068359375)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select all cast((- (- (var_pop(all ((cast(cast(abs(709845242) as int) as int))%(abs(cast((931144491) not in (-587881807) as int))))))))^(- (+ (- (char_length('>])'))))) as decimal(10,3)), cast(0.5186927954967 as decimal(14,13)), cast("locate"(lower('[]'), rtrim('..ۄUH*6鉡q'), ((((-233289450)&(-476676450)))-(- (236876413)))) as int) from t0 where false
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: update t0 set c2 = '' where (((length('-14'))>>(((patindex(t0.c0, t0.c2))+(cast(2 as int)))))) not in (0.2, t0.c1, t0.c1, ((cast(((-1)*(2)) as int))/(2)))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" boolean not null)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 15 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select count(*) from t0 full outer join (select 1 from t0) as sub0 on t0.c0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select count(*) from t0 full outer join (select 1 from t0) as sub0 on t0.c0 where t0.c0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select cast(sum(- (((((abs(2))*("quarter"(date '1970-01-25'))))<<("minute"(interval '1279040638' second))))) as bigint) from t0 full outer join (select greatest(least(interval '-33334168' second, interval '41947202' second), greatest(interval '1134741726' second, interval '1713690410' second)), t0.c0 from t0 where t0.c0) as sub0 on t0.c0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select cast(sum(agg0) as bigint) from (
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" boolean not null,constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 2 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select sum(case 0.84864913922764240172824656838201917707920074462890625 when 0.26932793764126483626597519105416722595691680908203125 then interval '6' month
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: comment on table "sys"."t0" is 'r'
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: insert into "sys"."t0" values (null, date '1970-01-02')
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select all t0.c2 from t0 where (t0.c2) not between asymmetric (t0.c2) and (sql_min(cast(t0.c0 as date), t0.c2))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 5 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v0(c0) as (select t0.c2 from t0 where (t0.c2) not between asymmetric (date '1970-01-23') and (case when 'true' then t0.c2 when case true when (true) = true then substr(' x+㶴9rr7긬X0陷?F5{W>gg0N*#Sꖿs', 1) end then nullif(t0.c2, t0.c2) end))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select 1 from v0 join t0 on '4321901' like cast(coalesce(time '21:08:38', time '14:42:56') as string)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select all t0.c0, v0.c0 from v0 join t0 on ((upper(coalesce('', '4321901')))ilike(cast(coalesce(sql_max(time '05:11:41', time '21:08:38'), coalesce(time '05:10:13', time '14:42:56'), sql_min(time '16:14:39', time '03:01:13')) as string(586))))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" integer)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 10 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v0(c0, c1, c2, c3) as (
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select count(*) from v0 left outer join t0 on coalesce(v0.c1, v0.c2) between v0.c2 and t0.c0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select all max(all v0.c3) from v0 left outer join t0 on (- (((v0.c2)-(coalesce(v0.c2, v0.c1))))) not between symmetric (v0.c2) and (t0.c0)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select case 1 when 1 then 'rr' when ln(-2) then 'a' end from (values (1),(2)) as t0(c0)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select case 1 when 3 then 'rr' when ln(c0) then 'a' end from (values (1.2),(2.3)) as t0(c0)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t2" ("c1" double not null,constraint "t2_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 6 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: update t2 set c1 = t2.c1 * 10 where 2 is not null
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" boolean not null,"c1" decimal(18,3) not null,constraint "t1_c0_c1_pkey" primary key ("c0", "c1"))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 8 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" double not null,"c1" char(21),"c2" double)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 16 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select all t1.c0 from t1, t2 cross join ((select "isauuid"(coalesce(t2.c1, t2.c1)) from t2 where ((((((((((true)and(true)))or
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast((3.0) is not null as int) as count from t1, t2 cross join
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create temp table mycount(cc bigint) on commit preserve rows
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: insert into mycount select count(*) from sys.dependencies
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table t0(c0 int auto_increment,c1 string)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select count(*) > (select cc from mycount) from sys.dependencies
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: alter table t0 drop c0 cascade
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select cast(count(*) - (select cc from mycount) as bigint) from sys.dependencies
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: truncate mycount
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: insert into mycount select count(*) from sys.dependencies
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create function myfunc() returns int return 1
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table t0(c0 int default myfunc(),c1 string)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select count(*) > (select cc from mycount) from sys.dependencies
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: alter table t0 drop c0 cascade
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: drop function myfunc()
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select cast(count(*) - (select cc from mycount) as bigint) from sys.dependencies
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: drop table mycount
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v20(vc0) as (values (-214362849))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v40(vc0) as (values (false), (true))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v43(vc0) as (values (null), (true))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v54(vc0, vc1, vc2) as (values ('S12^h)y{[]', false, 9.000000000000),('0.9516513734508343', true, null))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v1(vc0) as (with cte0(c0,c1,c2) as ((select 7, 0, 2.00000000) union all
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v27(vc0, vc1, vc2, vc3, vc4) as (select 1, 2, 1, 0.920, -4 from v40 as l0v40 right outer join (
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select 1 from v20 as l0v20, v27 as l0v27, v1 as l0v1 where (l0v20.vc0) in (-3, l0v20.vc0, l0v27.vc1)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "t1" ("c0" boolean not null,constraint "t1_c0_pkey" primary key ("c0"),constraint "t1_c0_unique" unique ("c0"))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: insert into "t1" values (false), (true)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v5(vc0) as (values (1), (4))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v8(vc1) as ((select l0t1.c0 from t1 as l0t1) union distinct (select false))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select v5.vc0 from v5, v8 join (values (0.3, 10.0),(0.5, 8.0)) as sub0 on
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(least(case v5.vc0 when v5.vc0 then v8.vc1 end, true) as int) as count
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" ("tc0" timestamp not null,constraint "t0_tc0_pkey" primary key ("tc0"),constraint "t0_tc0_unique" unique ("tc0"))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t2" ("tc2" boolean not null,constraint "t2_tc2_pkey" primary key ("tc2"),constraint "t2_tc2_unique" unique ("tc2"))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 2 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select substr(ltrim('1Yc',''), cast(t2.tc2 as int), "second"(cast(t0.tc0 as timestamp))) from t2, t0
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" integer not null)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: insert into "t2" values (59), (-3), (5), (0), (1), (-6)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: update t2 set c0 = 5 where least(((3)=(round(0.55, t2.c0))), true)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" integer,"c1" integer not null,"c3" decimal(18,3),"c4" double,"c5" boolean,
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: copy 5 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v14(vc1, vc2) as (values (0.42, 0.34))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v12(vc1) as (values (null),(-49.17))
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v22(vc0, vc1, vc2) as ((select 1, 0.3, true) union all (
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v59(vc0) as (select 1)
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: create view v85(vc0, vc1) as ((select -9.397294E8, ifthenelse(l0v22.vc2, 7, -5) from v22 as l0v22
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: select true, 3, 1 from v14 as l0v14 join ((select 1) except all (select 3 from v85 as l1v85)) as
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: insert into t0(c5, c0, c4)(select true, 3, 1 from v14 as l0v14 join ((select 1) except all
#2025-03-24 21:31:08: client0030: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:08: client0059: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select splitpart('%Fz晟2墁', '', 1), splitpart('%Fz晟2墁', '', 2), splitpart('%Fz晟2墁', '', 1271186887)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "t0" ("c0" boolean not null,"c1" smallint not null,constraint "t0_c0_c1_pkey" primary key ("c0", "c1"))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into "t0" values (false, -1)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create view v0(c0, c1, c2, c3) as (select ((t0.c1)<<(cast(0.09114074486978418487836961503489874303340911865234375 as int))), 0.4088967652609865, 0.3848869389602949109274732109042815864086151123046875, t0.c0 from t0 where t0.c0)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select v0.c0 from t0 full outer join v0 on t0.c0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select v0.c0 from t0 full outer join v0 on t0.c0 where (rtrim(((upper(''))||(v0.c1)))) is null
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select v0.c0 from t0 full outer join v0 on t0.c0 where not ((rtrim(((upper(''))||(v0.c1)))) is null)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select v0.c0 from t0 full outer join v0 on t0.c0 where ((rtrim(((upper(''))||(v0.c1)))) is null) is null
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" boolean not null,"c1" bigint,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create view v0(c0, c1, c2) as (select all 2.020551048E9, 0.16688174, 0.3732000026221729 from t0 where t0.c0) with check option
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select sql_min(sql_max(null, ''), '') from v0 left outer join t0 on true
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select sql_min(sql_max(null, ''), '')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select all length(upper(min(all cast(((trim(cast('' as string(659)), cast('o3%+i]抔DCöf▟nßOpNbybಜ7' as string)))||(sql_min(sql_max(null, ''), splitpart('x', ',7+.', t0.c1)))) as string(151))))), 0.4179268710155164
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 29 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select "insert"('屁{珙', 1, 1, '1'), "insert"('屁{珙', 1, 1, '抔'), "insert"('屁抔珙', 1, 1, 'ಜ'), "insert"('a', 0, 1, 'ಜ'), "insert"('a', 0, 0, 'ಜ')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select "insert"('屁{珙', 1, 1, '1'), "insert"('屁{珙', 1, 1, '抔'), "insert"('屁抔珙', 1, 1, 'ಜ') from t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t0(c0 boolean, c1 boolean, c2 int, unique(c0, c1))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1) values((0.5) not between symmetric (cast(length(upper('z')) as int)) and (2)), (false)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0) values(true)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1) values(false), (true)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c2, c0, c1) values(2, (ltrim(lower('K'), ((upper('4'))||(- (7))))) is not null, (((lower('ö
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1) values(true)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1, c2) values(false, 623585248)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0) values(not (not ((((-1)*(-9))) not in (0.7)))), (false)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0) values(true)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c2) values(-1)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: delete from t0 where (t0.c0) = false
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1, c0, c2) values(true, ((+ (- (1)))>(charindex(cast(0.3 as string), ((cast(true as string(771)))||(0.2)), length('d')))), -1)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: update t0 set c2 = 1 where ((((t0.c1)or(cast(t0.c2 as boolean))))or((cast(0.6 as decimal)) not in (0.1)))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select t0.c0 from t0 where ((cast(t0.c2 as int)) not between asymmetric (abs(t0.c2)) and (((t0.c2)/(t0.c2)))) not between asymmetric (t0.c0) and ((t0.c2) not in (t0.c2))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select t0.c0 from t0 where (t0.c2) between (t0.c0) and ((t0.c2) not in (t0.c2))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into "sys"."t0" values (null, true, 10),
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: truncate t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 14 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: comment on column "sys"."t0"."c2" is 'vi'
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 1 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select t0.c0 from t0 where not (true) union all select all t0.c0 from t0 where not (not (true)) union all select t0.c0 from t0 where (not (true)) is null
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t0 (a int, b int)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0 values (1,1), (2,2)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select min(t0.a), pi() from t0 group by t0.b
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select 1 from t0 where date '1970-01-01' = null
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select 1 from t0 where null in (date '1970-01-01')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select all date '1970-01-01', cast(count(all timestamp '1970-01-01 01:06:52') as int) from t0 where (null) not in (date '1970-01-01')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t0 (a time default time '10:15:32', b date default date '2010-01-31', c timestamp default timestamp '1980-11-04 08:49:25')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0 values (default, default, default)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select a,b,c from t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 14 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select t0.c0 from t0 where ((t0.c0)<>(t0.c0))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select t0.c0 from t0 where not (((t0.c0)<>(t0.c0)))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select t0.c0 from t0 where (((t0.c0)<>(t0.c0))) is null
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t0(c0 time, c1 varchar(1000) default (upper(cast((('')||(date '1970-01-19')) as varchar(152)))) primary key unique null)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0, c1) values(time '19:29:38', '')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1, c0) values(cast(time '06:50:34' as varchar(256)), time '01:39:55')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1, c0) values(cast(0.6 as varchar(411)), time '22:07:22'), ('#B', time '05:51:00'), (((((cast('434' as varchar(849)))||(0.4)))||(time '04:05:28')), time '06:50:34')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1) values(cast(interval '42' second as varchar(102)))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0, c1) values(time '16:29:13', 'J'), (time '05:57:44', '49䄎y_}')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1, c0) values('2', time '07:15:50'), (cast(time '16:29:13' as varchar(1000)), time '03:00:56')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1) values('O큑LSGAM||Z赐'), ('.n')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1, c0) values('c蠷웵', time '04:59:13')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c1) values('0.0')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0, c1) values(time '20:29:28', '-343'), (time '01:19:51', 'j'), (time '11:37:23', ((((((((cast(date '1970-01-23' as varchar(849)))||(interval '23' month)))||(interval '-535' second)))||(lower((('鮥*Qß4')||(date '1970-01-01'))))))||(0.4)))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0, c1) values(time '02:38:14', lower(cast(interval '342' second as varchar(1000)))), (time '23:43:33', '64')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: delete from t0 where ((((1 is not null)and(false)))or(((cast(0.3 as varchar(836)))<(upper(t0.c1)))))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0, c1) values(time '20:59:23', ')TD)Dnö'), (time '22:09:19', 'aaJ즳#B!sJNG㡩')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0, c1) values(time '20:02:19', cast(0.1 as varchar(927)))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0, c1) values(time '00:17:15', '{'), (time '06:51:52', cast(4.1230238E7 as varchar(459)))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select all t0.c0 from t0 where (((t0.c0)<>(t0.c0))) is null
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create temporary table t0(c0 integer auto_increment unique not null, c1 float default (0.9323624))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select t0.c0 from t0 where -t0.c0 <= 1 and t0.c0 between t0.c0 and -t0.c0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" character large object not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 5 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" character large object,"c1" boolean not null,constraint "t1_c1_unique" unique ("c1"))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 2 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select 1 from t0 cross join t1 where (t1.c1 and (t0.c0 > t0.c0)) is null
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select cast(sum(agg0) as decimal(10,2)) from (select all sum(all 0.97) as agg0 from t0 cross join t1 where ((((t1.c1)and(t1.c1)))and(((t0.c0)>(t0.c0))))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" decimal(18,3) default 0.968720)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 5 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select coalesce(1 = true, false)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select coalesce(1 = true, t0.c0 > 0) from t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select count(all coalesce ((case coalesce (1, 2) when case cast(t0.c0 as double) when sql_max('', null)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create temporary table if not exists t0(c0 timestamp) on commit preserve rows
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select coalesce(1, dayofmonth(t0.c0)) from t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select cast(sum(coalesce(0.67, dayofmonth(t0.c0))) as bigint) from t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select all cast(sum(all coalesce (cast(0.67090863 as real), dayofmonth(t0.c0))) as bigint) from t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t0(c0 varchar(319) not null, c1 time, c2 timestamp primary key unique null, unique(c0, c2, c1))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t1(c0 character large object,c1 date)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select t1.c0 from t1 join t0 on coalesce(trim(t0.c0), 1) like t0.c0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select all t1.c0 from t1 right outer join t0 on ((coalesce (t1.c0, trim(t0.c0), "insert"(splitpart(t0.c0, t0.c0, -618693953), - (-382400246), coalesce (1840724133, 1854087569, 1686971701, 576180091), t1.c0),
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" timestamp)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 4 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select all sum(all cast("concat"(cast("month"(t1.c0) as string), '1313451898') as interval month)) from t1
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" integer)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 13 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create view v0(c0, c1, c2, c3) as (
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select v0.c0 from v0 join t0 on (0.3) not in
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 19 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select cast(group_concat(all '0.5787210717348131') as decimal) from t0 group by least(t0.c0, least(cast(0.09300166 as int), t0.c0))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" decimal(18,3))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: comment on column "sys"."t0"."c0" is E'jc~\006}ℵH{\015^aBPxpf+sP'
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 8 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select all case t0.c0 when var_pop(all t0.c0) then (t0.c0) between symmetric (t0.c0) and (t0.c0) end from t0 group by t0.c0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" int)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 8 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" int)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 7 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select case timestamp '1970-01-02 23:16:17' when date '1970-01-12' then 1 end
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select time '08:16:10' from t1 join t0 on (t1.c0) not between symmetric (t1.c0) and (charindex(cast(time '04:39:29' as string), case coalesce (timestamp '1970-01-02 23:16:17', timestamp '1970-01-02 23:07:33')
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table "sys"."t0" ("a" integer, "b" integer not null, constraint "t0_a_b_unique" unique ("a","b"))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: copy 39 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select 1 from t0 group by 1 having max(true)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select all count(all date '1970-01-02'), ((rtrim(cast(0.4 as string), trim('W', '1')))||(lower(cast((('3')||(interval '4' month)) as string)))) from t0 where ((t0.b)<=(t0.a))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t0 (c0 boolean)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create view v1(c0, c1, c2, c3) as (select 1, lower('1'), 1, cot(1) from t0)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select v1.c0 from v1 where v1.c1 like v1.c1 and v1.c3 between v1.c3 and v1.c3 = true
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create view v2(c0, c1, c3) as (select distinct 1, lower('1'), cot(1) from t0)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select v2.c0 from v2 where v2.c1 = '1' and v2.c3 between v2.c3 and v2.c3
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create view v0(c0, c1, c2, c3) as (select distinct 0.1, ((lower((((('&')||(2)))||(0.1))))||((('-1')||(abs(cast('1' as int)))))), 0.1, cot(((((- (((2)&(3))))+(abs(4))))*(- (cast(cast(5 as string) as int))))) from t0)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select v0.c0 from v0 where not (not (((((((((not (((v0.c1)like(v0.c1))))and(((v0.c2)>=(v0.c0)))))and(((v0.c3) between symmetric (v0.c3) and (v0.c3)) = true)))and
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t0(c0 int)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0) values (1 between 2 and 3)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: insert into t0(c0) values(13), (((cast((0.1) between symmetric (0.2) and (0.3) as int))%(length(upper('u鋔wsD30pYi&ᴮ*2*W쉉t+詫sD^#cjX{'))))), (cast(cast(cast(0.12 as int) as string(646)) as int))
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select count(t0.c0 = t0.c0 or 1 between asymmetric 1 and 1) from t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: select 0.9, count(all (((((((cast(true as int))-(t0.c0)))=(t0.c0))) = true)or((cast(char_length('H') as int)) between asymmetric (cast(-1.3 as int)) and (+ (length('0')))))), 0.3 from t0
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: create table t0(c0 date, c1 date)
#2025-03-24 21:31:09: client0059: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" interval month not null)
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: copy 3 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select sum(all 0.12830007105673624234754015560611151158) from t0 where ((sql_min(t0.c0, t0.c0))<>(coalesce (t0.c0, sql_min(abs(t0.c0), nullif(t0.c0, t0.c0)))))
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select sum(all 0.12830007105673624234754015560611151158) from t0 where ((sql_min(t0.c0, t0.c0))<>(coalesce (t0.c0, sql_min(abs(t0.c0), nullif(t0.c0, t0.c0)))))
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: select covar_samp(1, - (coalesce(1, 2)||5))
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:09: client0088: SQLrun: INFO: Executing: create table "sys"."t0"("c0" date, "c1" date, "c2" interval second not null,"c3" time not null)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" interval second not null)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select case '5'^3 when count(true) then 1 end from t0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" character large object not null,"c1" bigint not null,constraint "t0_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" character large object,"c1" bigint)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 3 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select 1 from t1 left outer join t0 on true
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select 1 from t1 left outer join t0 on true
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select all count(time '06:32:50') from t1 left outer join t0 on true
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table t0(c0 time, unique(c0))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table t0(c0 interval second, unique(c0))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" double not null,constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" double)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select coalesce(c0, cast('a' as int)) from t0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v1(c0, c1) as (select distinct (((t0.c0)=(((1357695262)^(-922564194))))) = false, cast(coalesce(coalesce(0.3, 0.4), "second"(timestamp '1970-01-10 11:54:13')) as double) from t0)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v2(c0) as (select distinct coalesce(abs(interval '-1976292283' month), cast(greatest('Dnwxjm4btQ9cp&\c''a_', '(y7,{q?][NHU,') as interval month)) from t1, t0 where ((upper(''))not ilike(lower('''wAg_ z ''PPxXßgrd⍮G'))))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select all v2.c0 from v2 right outer join v1 on (('8*By1q)*Oc<n')like(substr('', 1151312829, 406714197)))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" double not null default 0.7383512, "c1" varchar(277),constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"),constraint "t0_c1_unique" unique ("c1"))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 7 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" double,"c1" varchar(277))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 11 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select cast(sum(all 0.14) as decimal(10,2)) from sys.t0 join sys.t1 on cast(case t0.c1 when t1.c1 then not (false) when t1.c1 then (t0.c0) not between asymmetric (t1.c0) and (t0.c0) when t0.c1
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select prod(all 0.14) from t0 join t1 on cast(case t0.c1 when t1.c1 then not (false) when t1.c1 then (t0.c0) not between asymmetric (t1.c0) and (t0.c0) when t0.c1
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select cbrt(x) from (values (1), (8), (27)) as x(x)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select cbrt(64)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" date,"c1" double not null,"c2" date not null)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table t0(c0 date)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table t1(c0 date not null)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select t0.c0 from t0 natural join t1
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table t0(c0 double primary key null)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" double,constraint "t1_c0_unique" unique ("c0"))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 9 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select case when date '1970-01-04' is null then cast(case t1.c0 when t1.c0 then time '11:33:56' end as varchar(524)) else '0.6' end from t1
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select all max(all case when (date '1970-01-04') is null then cast(case t1.c0 when t1.c0 then time '11:33:56' end as varchar(524)) else sql_max('iDfwsFjp藖1J洅ៅR-?0OT^.', '0.6') end) from t1
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table t0(c0 interval second, c1 serial)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v0(c0) as (select distinct t0.c1 from t0)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select all avg(all case coalesce(cast(v0.c0 as real), atan(v0.c0, v0.c0)) when abs(0.7471649) then interval '1865286244' month end) from v0 group by coalesce(((((v0.c0)+(v0.c0)))&(v0.c0)), v0.c0, cast("second"(time '01:32:22') as int))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" double,"c1" interval month)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select 1 from t0 where 'b' = coalesce('1', case when 2 then 'a' end)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select max(all 0.47279814) from t0 where (('Vቕ*2DGj!K-?')not ilike(coalesce('뷿', upper('1285890467'), 'R B+ ]%''?E}%<[cöjö媘թ丅MJV%r&伉',
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" char(240))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 5 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select 1 from t1 where coalesce(false, t1.c0 = '0' and t1.c0 like t1.c0)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select sum(agg0) from (
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t1" ("c1" double)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 7 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select 1 from t1 where coalesce(1, cast(t1.c1 as int) & coalesce(1101847419, 2))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: drop table "sys"."t1"
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "t0" (
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "t1" (
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select count(*) from t1 cross join t0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select count(*) from t1 cross join t0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select count(*) from t1 cross join t0 having max((ltrim(')''+')) not in (cast(t0.c1 as varchar(32)), cast(interval '6' month as varchar(32)), cast(interval '7' month as varchar(32))))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table if not exists t0(c0 float, c1 decimal null unique)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create temp table t1 (c0 time)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select 1 from t1 inner join (select 2 from t0) as sub0 on case 8 when 3 then (4) in (5, 6, 7) end
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select t1.c0 from t1 inner join (select all cast(timestamp '1970-01-07 06:59:48' as timestamp) from t0) as sub0 on case t1.c0 when sql_min(t1.c0, t1.c0)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" interval second not null,"c1" interval month)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 4 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select 1 from t1 where case when case t1.c1 when t1.c1 then false else true end then coalesce(false, false) end
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select t0.c1, t0.c0 from t1 full outer join t0 on case when case t1.c1 when t1.c1 then cast(false as int) else abs(-1677579573) end
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select case when 3 then cot(coalesce(3, 4)) end from (values(1),(2)) as t0(c0)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select coalesce(-1129107763, '1415606329') from (values(1),(2)) as t0(c0)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" time not null, constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 15 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" time)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 5 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t3" ("c0" time)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 8 records into "sys"."t3" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t4" ("c0" interval second, constraint "t4_c0_unique" unique ("c0"))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: copy 5 records into "sys"."t4" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select interval '-1680612084' second from t3 natural join (select t4.c0, (cast('*' as boolean)) = false from t2, t0, t4) as sub0 group by t3.c0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select cast(interval '29578044' second as time)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v3(vc0) as (values (not (('%') is not null)), (least(cast(1 as boolean), not (true))), (case sql_min('vFP*鱍', '&G*')
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v20(vc0) as (values (((sql_max(2, 0.8207251106243245164506561195594258606433868408203125))&(abs(0.25579435)))))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v37(vc0) as (values ('1837521830'), (replace(coalesce('4', '', '20', '0.5074455058602168'),
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v40(vc0) as (values ((true) not in (false, false)), ("isauuid"(case 8 when 4 then 'F&' when 0 then '&' end)))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v3(vc0, vc1) as (select distinct '', cast(cast(-1197336362 as int) as decimal) where greatest(false, true))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v7(vc0, vc1, vc2) as (values (1307331776, ((0.8065742163429374)||(0.1829829)),
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v28(vc0, vc1, vc2) as (values (-595506138, ((nullif(-1.09922038E8, 24510))*(coalesce(-1802237644,
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v32(vc0, vc1) as (values (cast(-330282362 as bigint), ((((674023637)||(-1856487129)))<=(case -1983844154
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v38(vc0) as (select all cast(cast(11149 as bigint) as real) where "isauuid"('0.962687263902831'))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v43(vc0, vc1) as (select distinct cast(case 0.635420284843984273237538218381814658641815185546875 when
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select 1 from v7, v43 where v7.vc1 ilike v43.vc1
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select median(all least(+ (0.26910993823565487748084024133277125656604766845703125),
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table t2(c0 double)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: insert into t2(c0) values(852.0), (-0.31015700674852054), (45), (null), (-1.936408526E9), (0.12208305626734062), (-1.707045885E9)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: insert into t2(c0) values(1660989841)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: delete from t2 where true
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: insert into t2(c0) values(null)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: update t2 set c0 = 0.2818413675323882 where sql_min((0.0194696766772712859250304973102174699306488037109375)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" boolean,constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: insert into "sys"."t0" values (true), (false)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v3(vc0) as (values (least(909916901, - (1451705231))))
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v4(vc0, vc1, vc2, vc3) as (select case sql_min(true, 'TRUE') when (-1243138496) not between
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create view v6(vc0, vc1, vc2) as (values (cast((true) = true as int), cast(((1576421008)&(null)) as decimal),
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select v3.vc0 from v3, v6 cross join (select all ((sign(0.9241489178039545))*
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast((((v6.vc1)-(v6.vc1))) is not null as int) as count from v3, v6 cross join
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: create table t1(c0 boolean, c1 double)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: alter table t1 add primary key(c0, c1)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: insert into t1(c1, c0) values(0.3, false), (0.5, true), (0.0, true), (4, false), (1, true), (4, true)
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: delete from t1 where not t1.c0
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: update t1 set c1 = 0 where t1.c1 > 3
#2025-03-24 21:31:10: client0088: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: create table "sys"."t1" (
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: insert into t1(c0) values(interval '1474617942' second), (null)
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: insert into t1(c0) values(interval '1427502482' second), (interval '-1598854979' second)
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: delete from t1 where case 'FALSE' when '879628043' then true else ((((t1.c0)>=(t1.c0)))or(((true)or(true)))) end
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: insert into t1(c0) values(interval '236620278' second)
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: insert into t1(c0) values(interval '1448897349' second)
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: delete from t1 where cast(true as boolean)
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: drop table sys.t1
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" timestamp,"c1" interval month,constraint "t0_c1_unique" unique ("c1"))
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" boolean, "c1" decimal(18,3) not null)
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: copy 9 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" boolean, "c1" decimal(18,3))
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: copy 3 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select max(t2.c1) from t1 left outer join t2 on case when t2.c0 < t1.c0 or t1.c0 then t1.c0 when t1.c0 then t1.c0 end
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: create view v0(c0) as (select all 7.948668E7 from t1) with check option
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: select max(t2.c1) from t0, t1 cross join v0 left outer join t2
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: create table t0("c1" integer not null,constraint "t0_c1_pkey" primary key ("c1"),constraint "t0_c1_unique" unique ("c1"))
#2025-03-24 21:31:10: client0117: SQLrun: INFO: Executing: copy 8 records into t0 from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select 1 from (select time '12:43:09' from t0) as v0(c0) right outer join (select interval '2' second from t0) as sub0 on time '07:04:19' between case 'b' when 'a' then v0.c0 else v0.c0 end and v0.c0
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v0(c0, c1) as (select all time '12:43:09', interval '1251003346' second from t0) with check option
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select count(all - (cast(null as int))) from v0 right outer join (select interval '1380374779' second from t0) as sub0 on
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t2" (
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 3 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: insert into t2 values (case when true then timestamp '1970-01-11 13:04:02' end between timestamp '1970-01-05 05:04:47' and timestamp '1970-01-01 20:00:35', 1)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: insert into t2 values(not ((case when true then timestamp '1970-01-11 13:04:02' else timestamp '1970-01-02 23:25:05' end)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" timestamp not null,constraint "t1_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" timestamp)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 3 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v0(c0) as (select all -1454749390 from t2, t1 where not
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select cast(sum(agg0) as bigint) from (
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select count(all + (((v0.c0)/(((v0.c0)^(v0.c0)))))) from v0
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" decimal(18,3) not null,constraint "t1_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 2 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: delete from t1 where (((0.86983466) is not null) = true) = true
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: insert into t1(c0) values(0.40), (0.75)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: update t1 set c0 = 0.28 where (cast(interval '31' month as string)) not in (coalesce('靟', 'P먌+}I*CpQ'))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select c0 from t1
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select 1 where '0'
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select 1 where not '0'
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select 1 where '0' is null
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t0" ("c2" date not null default date '1970-01-03',
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" character large object not null,constraint "t1_c0_unique" unique ("c0"))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 5 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" time not null, "c1" decimal(18,3) not null default 0.428153, "c2" time,
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 1 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v0(c0, c1) as (select t2.c2, cast(timestamp '1970-01-01 17:26:21' as timestamp) from t0, t2)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v1(c0) as (select distinct 0.73 from t2, t1, t0, v0) with check option
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: drop table t0 cascade
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: drop table t1 cascade
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: drop table t2 cascade
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" varchar(31) not null,"c1" boolean,"c2" timestamp not null,
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" ("c1" interval month not null,constraint "t1_c1_pkey" primary key ("c1"),constraint "t1_c1_unique" unique ("c1"))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 2 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t2" ("c1" bigint not null,constraint "t2_c1_pkey" primary key ("c1"),constraint "t2_c1_unique" unique ("c1"))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 4 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v0(c0, c1) as (select distinct t0.c0, t0.c2 from t2, t0 where t0.c1)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select 1 from v0, t0 join t1 on t0.c1 where (case case t0.c0 when t0.c0 then t1.c1 end when t1.c1 then v0.c1 end) between (v0.c1) and (t0.c2)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select count(agg0) from (
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "t1" ("c0" interval month not null,constraint "t1_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 5 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select case interval '-1' month when interval '2' month
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(case interval '-803989404' month when interval '795326851' month
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" double, "c1" timestamp,
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" double,"c1" timestamp)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 5 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select t0.c1 from t0 where (((((t0.c0) not in (-1003666733, t0.c0))or((t0.c0) not between symmetric (((14)*(10))) and (- (75)))))or('TRUE'))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((((((t0.c0) not in (-10, t0.c0))or((t0.c0) not between symmetric (((14)*(10))) and (- (756050096)))))or('TRUE')) as int) as count from t0) as res
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" (
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 14 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select t1.c0 from t1 where t1.c0 not ilike t1.c0
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select t1.c0 not ilike t1.c0 from t1
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" interval month,"c1" interval second)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v0(c0) as (select all t0.c1 from t0)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" ("c1" boolean)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: insert into t1(c1) values(true), (false), (false)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: insert into t1(c1) values((- (2127809083)) not in (case time '22:10:54' when time '19:30:46' then -1396572561 when time '15:58:42' then -1164282298 end, + (-767637633), coalesce(1638931666, 596854699))), (true)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: insert into t1(c1) values(false), (true), (false), (false), (false), (false), (true), (true), (false), (true)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: delete from t1 where t1.c1
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: drop table "sys"."t1"
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" date not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" bigint not null,"c1" boolean,constraint "t1_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 36 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" date not null)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 26 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select t1.c1 from t1, t2 natural join t0 where (cast((time '15:03:17') not in (time '11:36:59', time '21:14:10',
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((cast((time '15:03:17') not in (time '11:36:59', time '21:14:10',
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t0" (
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 2 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t1" (
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 8 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(not (not (true)) as int) as count from t1 natural join t0) as res
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select cast(interval '-1' second as time)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" interval month,"c1" binary large object)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: copy 11 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v0(vc0, vc1, vc2) as (values (length('-165227345'), greatest(interval '773370894' second, interval '-320486280' second),
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select t2.c1 from (values (10, 773370894.000, timestamp '1983-02-07 02:36:34')) v0, t2
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: select t2.c1 from v0, t2 right outer join (values (least(ifthenelse(false, '', '47940718'), sql_max('栩', 'U*>Kz0')),
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v5(vc0, vc1, vc2) as (values (2090916872, -1.850350369280157e-11, 566614814)) with check option
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v29(vc0, vc1) as (values (0.2, 0.2), (0.4, 0.5)) with check option
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v57(vc0, vc1) as (values (0.6, 0.7), (0.8, 0.9)) with check option
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v76(vc0) as (with cte0(c0,c1,c2,c3) as (select 0.32, 1, true, 1), cte1(c0,c1) as (select -0.50347245, 23.2)
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: create view v82(vc0, vc1) as (with cte1(c0,c1,c2) as (select 1, case when false
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: with cte0(c0,c1,c2) as (select cast('1' as int), 1, 0.82 from v82 as l1v82) select 1 from cte0 as l0cte0
#2025-03-24 21:31:11: client0117: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: create table "sys"."t2" (
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: copy 1 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select all t2.c0 from t2 where ((coalesce(0.9, 0.5, 0.7, 0.6, 0.8)) is null) is not null
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(((coalesce(0.9, 0.5, 0.7, 0.6, 0.8)) is null) is not null as int)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" time,"c1" smallint not null)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c1" smallint,"c2" date not null)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" time,"c1" smallint,constraint "t2_c0_unique" unique ("c0"))
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: copy 3 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: select all t0.c1 from t0, t1 natural join t2 where (t1.c1) not between symmetric (t1.c1) and (t0.c1)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: create table t2(c1 bigint unique primary key not null)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: create imprints index i0 on t2 (c1)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: insert into t2(c1) values(68055641)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: create index i1 on t2 (c1)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: insert into t2(c1) values(1807763525)
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" double,"c1" double not null,constraint "t0_c1_c0_unique" unique ("c1", "c0"))
#2025-03-24 21:31:11: client0158: SQLrun: INFO: Executing: copy 8 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c1" double,constraint "t1_c1_unique" unique ("c1"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(not ((-307103413) in (0.68224454, 0.9718348)) as int) as count from t0 right outer join t1
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" timestamp not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 3 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" timestamp)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 3 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" interval month,"c1" double,"c2" boolean)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 4 records into "sys"."t2" from stdin using delimiters E',',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select 1 from t2 left join t0 on case cast(t2.c0 as varchar(32)) when cast(t2.c2 as varchar(32)) then 4 when coalesce('a', 'b') then 3 end is not null
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(t2.c2 as int) as count from t2 left outer join t0 on (case cast(t2.c0 as varchar(32)) when cast('*D' as varchar(32)) then case 'u--'
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" boolean not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create imprints index "i0" on "sys"."t0" ("c0")
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" boolean)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select 1 from t0 full outer join t2 on case when true then exists (select 1 from t2) end
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast((case timestamp '1970-01-23 00:06:34' when timestamp '1970-01-15 23:55:20' then 0.1 else 0.7 end) not in (coalesce(0.8, 0.2), coalesce(0.4, 0.5, 0.9, 0.8)) as int) as count
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" character large object not null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t2 values (time '20:39:07' between time '11:09:56' and time '04:20:04')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select c0 from t2
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t2(c0) values(cast((case when '' then time '06:29:46' when 'b_P' then time '20:39:07' end) between asymmetric (coalesce(time '11:09:56', time '12:05:55')) and (coalesce(time '18:59:07', time '04:20:04', time '19:01:06')) as string(638)))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" date not null,constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" date not null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create index "i1" on "sys"."t1" ("c0")
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create ordered index "i2" on "sys"."t1" ("c0")
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create view v0(c0) as (select 1 from t0,t1 where ((t0.c0)>=(t1.c0)))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select '12' like 'i' from t0, t1 right outer join v0 on exists (select 'a' from t0, t1)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" character large object not null,"c1" integer,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"),constraint "t0_c1_unique" unique ("c1"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" character large object,"c1" integer)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 3 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" character large object)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 20 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create view v0(c0, c1, c2, c3) as (select distinct timestamp '1970-01-15 12:32:10', date '1970-01-19', t1.c1, t1.c1 from t0, t1 where ((t1.c1)=(t1.c1)))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select 1 from t2 right outer join t1 on t1.c0 not like t2.c0
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select 1 from t2 join t1 on t1.c0 not like t2.c0
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast((((coalesce(t2.c0, t2.c0))not ilike(t2.c0))) = true as int) as count from v0, t2 right outer join t1 on not (not (((t1.c0)not ilike(t2.c0))))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" boolean)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t1(c0) values(true), ((exists (select date '1970-01-06' from t1)) between (true) and ((1) in (1)))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select c0 from t1
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" timestamp,"c1" character large object not null,constraint "t0_c1_pkey" primary key ("c1"),constraint "t0_c0_c1_unique" unique ("c0", "c1"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" char(343) not null,"c2" smallint not null,constraint "t1_c0_pkey" primary key ("c0"),constraint "t1_c0_unique" unique ("c0"),constraint "t1_c2_unique" unique ("c2"),constraint "t1_c2_c0_unique" unique ("c2", "c0"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 3 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" char(343) not null,"c2" smallint not null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t0.c1 from t0, t1 full outer join t2 on true where (t0.c1) between symmetric ('p%AY') and (t1.c0)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c2 from t0, t1 full outer join t2 on not (((time '03:59:32') is null) = true) where (t0.c1) not between symmetric ('p%AY') and (t1.c0)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast((t0.c1) not between symmetric ('p%AY') and (t1.c0) as int) as count from t0, t1 full outer join t2 on not (((time '03:59:32') is null) = true)) as res
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table t1(c0 time default (time '23:27:06'), c1 char(317))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t1(c1, c0) values('V', time '14:09:48'), ('c', time '01:06:46')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: delete from t1 where not (cast(((854517748)/(-1764883455)) as boolean))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t1(c0) values(time '09:41:58')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table t0(c0 time null primary key, c1 timestamp)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table if not exists t1(c0 timestamp, c1 interval second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table t2(like t1)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t1(c1) values(interval '1520729315' second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create ordered index i0 on t0 (c0)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t2(c0) values(timestamp '1970-01-02 17:11:53')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create unique index i1 on t0 (c0, c1)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t0(c0) values(time '20:35:54')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(timestamp '1970-01-01 19:30:21' = all(select distinct t2.c0 from t1, t2) as int) as count from t2, t0 left outer join t1 on not exists (select distinct t2.c0 from t1, t0, t2)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table t0(c1 interval second unique)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop index t0_c1_unique
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into t0 values (interval '2071616848' second), (interval '2071616848' second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" char(473),"c1" interval second not null,
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create index "i0" on "sys"."t0" ("c1", "c0")
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 18 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" char(473) not null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 40 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" decimal(18,3) not null,"c1" date default date '1970-01-07',
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 8 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select count(*) from t1 where t1.c0 <> all(select '1' where false)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c0 from t1 where t1.c0 <> all(select distinct cast(0.5646222839477373 as int) from t0, t1 where (t0.c1) not between asymmetric (coalesce(t0.c1, t0.c1)) and (t0.c1))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(t1.c0 <> all(select distinct cast(0.5646222839477373 as int) from t0, t1 where (t0.c1) not between asymmetric (coalesce(t0.c1, t0.c1)) and (t0.c1)) as int) as count from t1) as res
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" time,"c1" decimal(18,3))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 1 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c1" decimal(18,3))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 2 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" double not null,constraint "t2_c0_pkey" primary key ("c0"),constraint "t2_c0_unique" unique ("c0"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 5 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast((t2.c0) not in ((select all 1.360204425E9 from t0), t2.c0) as int) from t1 full outer join t2 on false
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 2 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast((t2.c0) not in ((select all 1.360204425E9 from t0), t2.c0) as int) from t1 full outer join t2 on false
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" interval second,constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 5 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" interval second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 4 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" interval second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: copy 3 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t2.c0 from t2 right outer join t0 on t2.c0 = any(select t1.c0 from t1, t2)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(((t0.c0)<(coalesce((select distinct t0.c0 from t0, t2, t1), t0.c0, t2.c0))) as int) from t2 right outer join t0 on t2.c0 = any(select t1.c0 from t1, t2)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t0" ("c0" time not null,"c1" interval second,"c2" time,constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t0" values (time '03:34:11', interval '1713881698' second, null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t1" ("c0" time,"c2" time)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t1" values (time '20:46:35', null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t1" values (time '21:28:54', null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t1" values (time '08:15:08', time '20:32:11')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t2" ("c0" boolean not null,"c1" boolean,constraint "t2_c0_pkey" primary key ("c0"),constraint "t2_c0_unique" unique ("c0"),constraint "t2_c1_unique" unique ("c1"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c2 from t2 right outer join t1 on (t2.c1) where (select time '10:00:00') = all(select t0.c2 from t0, t2)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c2 from t2 right outer join t1 on (t2.c1) where (select t1.c2 from t1) = all(select t0.c2 from t0, t2)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c2 from t2 right outer join t1 on (t2.c1) where (select t1.c2 from t1, t2) = all(select t0.c2 from t0, t2)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c2 from t2 right outer join t1 on not (t2.c1) where (((((((0.98) not in (17))or(t2.c0)))and((t2.c0) between asymmetric (t2.c0) and
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((((((((0.98) not in (17))or(t2.c0)))and((t2.c0) between asymmetric (t2.c0) and
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t0"("c0" interval second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t0" values (interval '350200327' second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t1"("c0" interval second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t1" values (interval '1236176693' second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t2"("c0" interval second not null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t2" values (interval '1253074618' second)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c0 > coalesce((select interval '1' second from t2), (select t1.c0 from t1)) from t1
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast((t1.c0) not between asymmetric (coalesce((select distinct interval '1584712456' second from t2), (select t1.c0 from t2, t1, t0))) and (t1.c0) as int) as count from t1) as res
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t0" ("c0" time,"c1" timestamp not null,constraint "t0_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t0" values (null, timestamp '1970-01-06 16:28:55.000000')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t0" values (null, timestamp '1970-01-18 19:02:05.000000')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t0" values (null, timestamp '1970-01-09 14:51:19.000000')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t0" values (null, timestamp '1970-01-25 19:25:31.000000')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t0" values (time '15:23:49', timestamp '1970-01-13 01:58:15.000000')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t1" ("c1" timestamp not null,constraint "t1_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t1" values (timestamp '1970-01-16 14:51:17.000000')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t1" values (timestamp '1970-01-14 12:10:12.000000')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t1" values (timestamp '1970-01-02 08:05:41.000000')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t2" ("c1" timestamp not null,constraint "t2_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c1 from t1 where coalesce(not (select false from t2), true)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c1 from t1 where coalesce(not (select false from t2), false)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t1.c1 from t1 where coalesce(not ((select distinct false from t1, t0, t2)), coalesce((false) = false, ((t1.c1)<(t1.c1)), (t1.c1) not between symmetric (timestamp '1970-01-02 00:34:29')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(coalesce(not ((select distinct false from t1, t0, t2)), coalesce((false) = false, ((t1.c1)<(t1.c1)), (t1.c1) not between symmetric (timestamp '1970-01-02 00:34:29')
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t0" ("c0" boolean not null,"c1" interval month,constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t0" values (false, null)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t1" ("c0" boolean)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: create table "t2" ("c1" double precision not null,"c2" decimal(18,3) not null,constraint "t2_c2_pkey" primary key ("c2"),constraint "t2_c2_unique" unique ("c2"),constraint "t2_c1_c2_unique" unique ("c1", "c2"))
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t2" values (0.9896628791758083, 0.017)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: insert into "t2" values (-808084788, 0.922)
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t0.c0 from t0 where (t0.c0 <> all(select true from t0, t1) and t0.c0) = false
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select t0.c0 from t0 where (((((((t0.c0 <> all(select all t0.c0 from t0, t2, t1))or(t0.c0)))and(t0.c0)))or(t0.c0))) = false
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((((((((t0.c0 <> all(select t0.c0 from t0, t2, t1))or(t0.c0)))and(t0.c0)))or(t0.c0))) = false as int) as count from t0) as res
#2025-03-24 21:31:12: client0158: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:12: client0201: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:12: client0201: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:12: client0201: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:12: client0201: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:12: client0201: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0"("c0" interval month,"c1" interval second)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1"("c0" interval month,"c1" interval second)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2"("c0" interval month,"c1" interval second)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from t1 join t2 on not (not (select false from t2))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select all cast(not ((date '1970-01-22') not in (date '1970-01-04')) as int) as count from t0, t1 full outer join t2 on not (not ((select distinct false from t2, t0, t1)))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" double precision not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (0.13492451886840173)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (79004262)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (1476461507)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" double precision)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values (973588428)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values (null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values (0.39517295223772886)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values (null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t0.c0 between symmetric (select t0.c0 from t0) and t0.c0 from t0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select cast(not ((t0.c0) not between symmetric ((select distinct t0.c0 from t0, t1)) and (t0.c0)) as int) from t0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" date not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c1" int)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c0" date not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 0 <= any(select case interval '2' second when interval '6' second then t1.c1 else (select t1.c1 from t1) end from t1) from t1
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" interval month not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (interval '2101098338' month)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" interval month,"c1" boolean)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c0" interval month)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select cast(t1.c1 as int) from t1, t0 right outer join t2 on ((select distinct t1.c0 from t1, t0 where false)) not in (t0.c0)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" varchar(156) not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" varchar(156) not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" char(315))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values ('(y/l'), (''), ('*J')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" varchar(512), "c1" double precision)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values ('0.9295919173154146', null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c0" char(315))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t2" values ('1753268987.000'), ('(y/l'), ('(y/l'), ('')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select '1' > coalesce(((select t1.c0 from t1) intersect (select '2')), t0.c0) from t0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select cast(((coalesce(t0.c0, t0.c0, t0.c0))>(coalesce(((select distinct t1.c0 from t1, t0, t2 where false) intersect distinct (select all t0.c0 from t0 where true)),
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" varchar(156) not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values ('')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" varchar(156) not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values ('i?#\t+U,s'), ('288044674'), ('b'), ('W?ykP7L+X'), ('34076821'), ('ah'), ('﹂9j0M4')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select case '1' when coalesce((select t0.c0 from t0), coalesce(t1.c0, '2')) then 1 end from t1
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c1" varchar(388) not null,constraint "t0_c1_pkey" primary key ("c1"),constraint "t0_c1_unique" unique ("c1"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (''), ('Ral%}?U*A'), ('Dz '), ('P')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c1" varchar(388) not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t2" values ('4'),('4'),('3eSU8,'),(''),('5E~쟱'),('~'),('1386006226'),('0.19005213960704492'),('''{Mdd뒆VB'''),('\015␱%L%]'),('+'),(''),('㕚o+k')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t0.c1 from t0 where (5) in (case when t0.c1 = 'a' then 1 end, (select 3))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t0.c1 from t0 where (5) in ((select 3), case when t0.c1 = 'a' then 1 end)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t0.c1 from t0 where (5) in (case when t0.c1 = 'a' then 1 end, (select 3 from t0))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t0.c1 from t0 where (-5) in (case when t0.c1 = 'a' then 1 else -2 end, (select -3 from t0, t2 where false))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table t1 (c0 double precision not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t1.c0 from t1
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" decimal(18,3) not null,"c1" double precision not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c1" double precision)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c0" decimal(18,3),"c1" double precision)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select (select 1 from t1, t2, t0 join (select 1) as sub0 on (t1.c1) between (t2.c1) and (t1.c1)) from t2, t0 cross join t1
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" bigint not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (0),(-1557127883),(-488477810)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" bigint not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values (1457011207),(98933083),(1259938486)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c0" bigint not null,constraint "t2_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t2" values (596983192), (-601428889), (1688368391)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from t2, t0 cross join t1 where t0.c0 % (select 1 where false) <= t1.c0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t1.c0 from t2, t0 cross join t1 where ((((t0.c0)%((select distinct t0.c0 from t1, t0, t2 where false))))<=(t1.c0))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(((((t0.c0)%((select distinct t0.c0 from t1, t0, t2 where false))))<=(t1.c0)) as int) as count from t2, t0 cross join t1) as res
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from t2, t0 where (select 1 union select 2) > 0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from t2, t0, t1 where (select 1 union select 2) > 0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from t2, t0 cross join t1 where (select 1 union select 2) > 0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 where (select 1 where false) is null
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0"("c0" integer,"c1" decimal(18,3))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (-533312265, 0.254)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from t0 where exists ((select 0.59, true) intersect (select t0.c0, true))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: update t0 set c1 = 0.9, c0 = 53 where exists ((select 0.5932837, (+ (46)) is null from t0) intersect (select t0.c0, true))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: values (1,(select 2))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: values (1,(select 2 intersect select 3))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: values (1,(select 2 except select 2))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" integer,"c1" decimal(18,3))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (72238796, 0.553)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" integer)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values (-1302854973), (-1302854973), (107900469), (-292023894)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c0" integer)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t2" values (1), (2), (3)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t0.c1 from t0 where (values (t0.c1 = (select t0.c1 from t0)))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select cast(sum((((values (nullif(0, 1.09949409E8))))*(t0.c0))) as bigint) from t2 join t0 on
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" double precision not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from (values (0.86), ((select 3 from t1))) as sub0(c0)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select sub0.c0 from (values (0.86), ((select 3 from t1))) as sub0(c0)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select sub0.c0 from (values (0.86), ((select 3 from t1))) as sub0(c0) where not true
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select sub0.c0 from (values (0.86), ((select 3))) as sub0(c0)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" double precision,"c1" int)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1"("c1" int)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values (1)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from t0 where (exists (select 1 where false)) in ((select false))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t0.c0 from t0 where (exists (select true, 0.3, interval '5' month, time '16:59:58' where false)) in ((select distinct false from t1), (('0.9')not ilike('')))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((exists (select all true, 0.3, interval '5' month, time '16:59:58' where false)) in ((select distinct false from t1), (('0.9')not ilike(''))) as int) as count from t0) as res
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("tc0" timestamp)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (timestamp '1970-01-07 07:00:31.000000')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create view v0(vc0) as (select 0.22400981)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select t0.tc0 from v0 right outer join t0 on false where t0.tc0 = any(select timestamp '1969-12-15 15:50:02')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select all t0.tc0 from v0 right outer join t0 on false where t0.tc0 = any(values (ifthenelse(((true)<=(true)), timestamp '1969-12-15 15:50:02', timestamp '1970-01-12 06:29:27')))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(t0.tc0 = any(values (ifthenelse(((true)<=(true)), timestamp '1969-12-15 15:50:02', timestamp '1970-01-12 06:29:27'))) as int) as count from v0 right outer join t0 on false) as res
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" timestamp not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: copy 5 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" timestamp,constraint "t1_c0_unique" unique ("c0"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c0" timestamp not null,constraint "t2_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: copy 5 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create view v0(c0) as (values (((-839450346)||(0.2907855)))) with check option
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create view v1(c0) as (with cte0(c0) as (values (case when ((true)or(true)) then ((0.75)&(0.16181643)) else 0.5068248 end)) select all 0.48 from t1, v0, t2,t0,cte0)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create view v2(c0) as (select distinct interval '883554454' month from t1, t2) with check option
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: values ('b' like (select 'a' from t1)), (exists (select 1 where true))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select (values ((('524519669')not ilike((select 'X囊*T\f' from t1, v2 where false)))), (not exists (select distinct sql_min(0.52, 0.90) where true))) from v1, t2 right outer join v0 on ((v0.c0)<>('Vx'))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table t0(c0 blob default (blob 'E443Aefab0') unique primary key null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table t2(like t0)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into t2(c0) values(blob ''), (null), (blob 'A0')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: delete from t2 where true
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into t2(c0) values(blob 'dAe8C7')
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t0" ("c0" interval month not null,"c1" tinyint not null,constraint "t0_c0_c1_pkey" primary key ("c0", "c1"),constraint "t0_c1_c0_unique" unique ("c1", "c0"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t0" values (interval '2076515258' month, 125), (interval '2043534562' month, 55), (interval '202288310' month, 100), (interval '1514712125' month, 101), (interval '708314220' month, 116)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t1" ("c0" bigint not null)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t1" values (29358), (29358), (29358), (39231208), (-697168639), (3232261), (-379432950)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create table "t2" ("c0" bigint not null,constraint "t2_c0_pkey" primary key ("c0"),constraint "t2_c0_unique" unique ("c0"))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: insert into "t2" values (446453788), (1973525566), (1604369323), (-907882617), (1067873323), (1615259391), (1286378024)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from t0 right outer join t1 on 3 in ((select 2), t1.c0)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(false as int) as count from t2, t0 right outer join t1 on (cast(1.2 as decimal)) in
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create view v0(vc0) as (values (interval '100' second))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create view v3(vc0) as (select 1638520390)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: create view v4(vc0) as (values (-1548784118))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from (select 2) v4(vc0) where (0.6) in (case when v4.vc0 then (select 0.2 where true) end)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select 1 from (select 1) as v3(c0) right join (select 2) as v4(c0) on (0.6) not in (0.5, (select 0.2))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select * from (select 1) as v3(c0) left join (select 2) as v4(c0) on (0.6) not in ((select v4.c0), 0.5)
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select false from v3, v0 full outer join v4 on sql_max(false, (0.6902854) not in (0.5854332103580835, case when v4.vc0 then (select 0.023816515 where true) end))
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0201: SQLrun: INFO: Executing: select interval '1' month * cast(1 as bigint)
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "t0" ("tc0" varchar(32) not null,constraint "t0_tc0_pkey" primary key ("tc0"),constraint "t0_tc0_unique" unique ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: insert into "t0" values ('1048409847'), ('ph'), ('CV'), ('T\t'), ('!iG&')
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "t1" ("tc0" varchar(32) not null,constraint "t1_tc0_unique" unique ("tc0"),constraint "t1_tc0_fkey" foreign key ("tc0") references "t1" ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select 1 from t0 join t1 on sql_min(true, t1.tc0 between rtrim(t0.tc0) and 'a')
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select cast("isauuid"(t1.tc0) as int) from t0 full outer join t1 on
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t0" ("tc0" uuid not null,constraint "t0_tc0_pkey" primary key ("tc0"), constraint "t0_tc0_unique" unique ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 8 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t1" ("tc1" varchar(486))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 3 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(t0.tc0 <> any(values (uuid 'EaFBB6AC-6Eb9-00d3-7cb0-8EC8b5ad59D8'), (uuid 'bA3ca114-Cb42-7CA8-dCdF-1fB6F2dFF704'), (uuid 'dbcea1AC-60dB-8DdA-ae8C-4FC400321eD6')) as int) as count from t0, t1) as res
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "t1" ("tc0" double not null,"tc1" character large object)
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 7 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select t1.tc0 from t1 where "isauuid"(lower(lower("truncate"(t1.tc1, null))))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t0" ("tc0" character large object not null)
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t1" ("tc0" character large object not null)
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select t0.tc0 from t0 cross join t1 where "isauuid"(cast(trim(t1.tc0) between t0.tc0 and 'a' as clob))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select t0.tc0 from t0 cross join t1 where "isauuid"(cast((substr(rtrim(t1.tc0, t1.tc0), abs(-32767), 0.27)) between asymmetric (t0.tc0) and (cast(time '01:09:03' as string)) as string(19)))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t2" ("tc0" bigint not null,constraint "t2_tc0_pkey" primary key ("tc0"),constraint "t2_tc0_unique" unique ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 4 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select 1 from t2
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t0" ("tc0" bigint not null,constraint "t0_tc0_pkey" primary key ("tc0"),constraint "t0_tc0_unique" unique ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 3 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t1" ("tc0" timestamp not null,constraint "t1_tc0_pkey" primary key ("tc0"),constraint "t1_tc0_unique" unique ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t2" ("tc1" interval day not null,constraint "t2_tc1_pkey" primary key ("tc1"),constraint "t2_tc1_unique" unique ("tc1"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 3 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select all t1.tc0 from t2, t1 full outer join t0 on true where (ascii(ltrim(replace('', 'l/', '(')))) is not null
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((ascii(ltrim(replace('', 'l/', '(')))) is not null as int) as count from t2, t1 full outer join t0 on true) as res
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select cast('0.2.3' as decimal(10,2))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select cast('+0..2' as decimal(10,2))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create view v0(vc0) as (values (0.6686823))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create view v5(vc0) as (values ("concat"('-730017219', '0.232551533113189')))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select 1 from v0 right outer join v5 on 'pBU' <= ifthenelse(not true, v5.vc0, v5.vc0)
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast("isauuid"(splitpart(cast(((-1206869754)|(-1610043466)) as string(528)), '0.7805510128618084', 985907011)) as int) as count
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t2" ("tc0" time not null,constraint "t2_tc0_pkey" primary key ("tc0"),constraint "t2_tc0_unique" unique ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 5 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t0" ("tc0" time not null,constraint "t0_tc0_pkey" primary key ("tc0"),constraint "t0_tc0_unique" unique ("tc0"),constraint "t0_tc0_fkey" foreign key ("tc0") references "sys"."t2" ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create or replace view v3(vc0) as (select 'g' like '0.320466856902225')
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create or replace view v4(vc0) as ((select 102) union (select cot(12.3)))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select 1 from v4, v3 where false and true > v3.vc0
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create or replace view v3(vc0) as ((select all (('g')not like("right"(case -1977591239 when -1665424052 then '0.320466856902225' else '' end, + (-526084344)))) where false) except
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create or replace view v4(vc0) as ((select distinct 102 where (((("isauuid"(least('DT*', '')))and(not (coalesce(false, false)))))and(not (case when 18602 then true end)))) union distinct (select cot(cast(nullif(20639, 31260) as real))))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select all t2.tc0 from v4, v3 full outer join t2 on "isauuid"('1870603931') cross join t0 where ((not (not (('\tR') is null)))and(((true)>(sql_min("isauuid"(''), v3.vc0)))))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "salesmart" ("city" varchar(100))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: insert into "salesmart" values ('pT펈*1.{'),('1870507234'),('27825'),('/aF⯗u'),('10545346022400.000'),(''),('-1533465369'),(''),('29781')
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create view v2(vc0, vc1) as (select all sign(((820356984)*(0.53))), cast(null as clob))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(true as int) as count from v2 join salesmart on not ((salesmart.city) between asymmetric (trim(salesmart.city, v2.vc1)) and ('0.43353835334391844'))) as res
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."salesmart"("city" varchar(100))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 5 records into "sys"."salesmart" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t2" ("tc2" interval day)
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 7 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create view v0(vc0) as (select distinct sql_neg(abs(nullif(interval '2' month, interval '3' month))) where greatest(nullif(4 in (0.42, 0.43), 'v' ilike '|pRd(Wɮ&'), ((interval '3' second) is null) = false))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: merge into t2 using (select * from v0) as v0 on "isauuid"('4') when matched then update set tc2 = interval '3' day
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t0" ("tc0" integer not null,"tc1" tinyint,constraint "t0_tc0_pkey" primary key ("tc0"),constraint "t0_tc0_unique" unique ("tc0"))
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: create table "sys"."t1" ("tc1" date)
#2025-03-24 21:31:13: client0206: SQLrun: INFO: Executing: copy 3 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create table "sys"."t2" ("tc1" date not null,constraint "t2_tc1_pkey" primary key ("tc1"))
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: copy 5 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create view v0(vc0) as ((select least('KZu', trim(case interval '4' day when interval '3' day then '8|' when interval '3' day then null end)))
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create view v1(vc0) as ((select abs(-4)) intersect distinct (select distinct + (radians(abs(0.4)))))
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create view v2(vc0) as (select cast(('|S4 흮,8GQ') not between symmetric ('3840') and ('n') as int))
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create view v3(vc0) as (values (cast(((abs(0.11))-(((round(0.3, 3))<<(((-3)+(5)))))) as decimal))) with check option
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(false as int) as count from t2, t1, v2 full outer join t0 on "isauuid"('2A') natural join v1 natural join v3) as res
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create view v7(vc0, vc1) as (select all 56, replace('0.0074401190660642325', "insert"('0.9471086251830542', null, 1872651914, '(Ga_'), '2]vK') where not (not (false))) with check option
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select 1 from v7 where not (((cast(4751 as string(86)))not like(v7.vc1)))
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create table "sys"."t1" ("tc0" bigint)
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: copy 4 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select 1 from t1 where ('1255780658' > (least(1287317023, ((0.8056138 + t1.tc0) ))))
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(('1255780658' > (least(1287317023, ((0.8056138 + t1.tc0))))) as int) as count from t1) as res
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create table "sys"."t2" ("tc0" integer not null)
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: copy 6 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select round(t2.tc0, 88) from t2
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select round(- (((-443710828)||(1616633099))), 789092170)
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create table "rt0" ("c0" boolean,"c1" boolean not null, constraint "rt0_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: insert into "rt0" values (null, false), (false, true)
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select rt0.c1 from rt0 full outer join (values (1)) x(x) on true and 'a' = 'b' where rt0.c1
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select rt0.c1 from rt0 right outer join (values (1)) x(x) on true and 'a' = 'b' where rt0.c1
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select rt0.c1 from rt0 left outer join (values (1)) x(x) on true and 'a' = 'b' where rt0.c1
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(rt0.c1 as int) as count from rt0 full outer join (values (1)) as nort0(norc0) on true and 'a' = 'b') as res
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(rt0.c1 as int) as count from rt0 right outer join (values (1)) as nort0(norc0) on true and 'a' = 'b') as res
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(rt0.c1 as int) as count from rt0 left outer join (values (1)) as nort0(norc0) on true and 'a' = 'b') as res
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: create global temporary table t0(c0 int) on commit preserve rows
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: insert into t0(c0) values(null)
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select c0 from t0
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: select c0 from t0 where c0 is null
#2025-03-24 21:31:14: client0206: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table t0(tc0 interval month default (interval '1997904243' month), tc1 time unique)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: insert into t0(tc0) values(interval '444375026' month)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: delete from t0 where true
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: alter table t0 alter tc0 set not null
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: insert into t0(tc0) values(interval '-625288924' month)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: update t0 set tc0 = (t0.tc0) where true
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table t2(tc0 tinyint)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: alter table t2 add primary key(tc0)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: insert into t2(tc0) values(44), (126), (117)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: alter table t2 add foreign key (tc0) references t2(tc0) match full
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "t2" ("tc0" bigint not null,constraint "t2_tc0_pkey" primary key ("tc0"),constraint "t2_tc0_unique" unique ("tc0"), constraint "t2_tc0_fkey" foreign key ("tc0") references "t2" ("tc0"))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "t0" ("tc0" tinyint not null,"tc2" tinyint not null,constraint "t0_tc2_tc0_unique" unique ("tc2", "tc0"),constraint "t0_tc2_fkey" foreign key ("tc2") references "t2" ("tc0"))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: update t0 set tc2 = 119, tc0 = cast(t0.tc0 as bigint)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: update t0 set tc2 = 119, tc0 = (least(+ (cast(least(0, t0.tc0) as bigint)), sign(10))) where true
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" timestamp not null,"c1" double,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" decimal(12,3))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 8 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" timestamp,"c1" double)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 2 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v0(vc0) as (with cte0(c0) as (with cte0(c0,c1) as (values (interval '2' day, ((null)%(0.3)))),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: merge into t0 using (select * from v0) as v0 on true when not matched then insert (c1, c0) values ((select 1 from t1), timestamp '1970-01-20 08:57:27')
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: merge into t0 using (select * from v0) as v0 on (('>\nAH')not like(cast(99 as string(278))))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" bigint)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 4 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v0(vc0, vc1, vc2) as (values (uuid '39FcCcEE-5033-0d81-42Eb-Ac6fFaA9EF2d', ((case when true then lower('e') end)ilike(cast(sql_sub(interval '1600798007' month, interval '854525416' month) as string(583)))),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: merge into t1 using (select * from v0) as v0 on (((coalesce(24656, 0.42848459531531180033425698638893663883209228515625, 1153747454, 0.04253046482486677604128999519161880016326904296875, 417897684))%(((-4.65033856E8)/(98)))))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v0(vc0) as (values (1 between 1 and 2))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from (select 1 from v0) as v0(v0) inner join t1 on 1 between 2 and 1
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from (select 1 from v0) as v0(v0) inner join t1 on 1 between 2 and (case when 1 between 2 and 3 then 2 end)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" boolean not null default false, constraint "t2_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: insert into t2(c0) values((((((((least(' ]', '3''')) is null)or((((timestamp '1969-12-20 19:22:32') between symmetric (timestamp '1969-12-29 05:03:02') and (timestamp '1970-01-14 15:38:43'))or
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: insert into t2 values (coalesce(1 between 2 and 3, 1))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" double not null,constraint "t1_c0_pkey" primary key ("c0"),constraint "t1_c0_unique" unique ("c0"))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 10 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v0(vc0, vc1, vc2) as (values (+ (((0.55)*(2))),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v2(vc0) as (select 1.2 where ((((((false)or(true)))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v5(vc0, vc1) as (select distinct ifthenelse(case when false then false when false then false end, 'YK隆', '᳖g# .&'),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v6(vc0) as (values (- (((61)-(2))))) with check option
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v7(vc0) as (values (case when case when true then true when true then false when true then false else false end
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(((case when v0.vc2 then v0.vc2 end)or((v7.vc0) not between
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v21(vc0) as (select case false when false then -1.3 else 0.72 end)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from v21 left outer join (select 2) as sub0 on case when false then (121) in (v21.vc0) when false then true end
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v21(vc0) as (select all sql_min(case false when false then -1.42090022E9 else 0.7246177 end,
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v59(vc0) as (select all ((degrees(0.92038196))^(0.20652191739572556)) where (0.7852820956901502835734163454617373645305633544921875)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v73(vc0) as (values (((case 0 when 0.014728126 then 2078894493 when 0.655345293356149 then 1918067190 when 0.31097686
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v75(vc0, vc1) as (values ((((((((((0.49780716224667365121803186411852948367595672607421875)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from v21 left outer join
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(least((25994) is null, (2032937942) not in
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: values (0.51506835), (2), (least('a', 0.5667308))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" bigint,"c1" bigint,"c2" real)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 21 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v2(vc0, vc1, vc2) as (values (((((+ (2))&(-2)))+(13)),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v3(vc0) as (values (least(least(0.3, 0.9), 0.5)))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from v2, v3
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((cast(sin(3) as double)) is null as int) as count from
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v27(vc0, vc1) as (values (sql_max(case when false then -4 when false then 96 when true then 19491 end,
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v32(vc0, vc1) as (select distinct cast(((-4)*(-4)) as tinyint), coalesce(nullif('p', 'E]T'),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select sum(all abs(interval '-27135172' second)) from v27 full outer join (select all 131.2
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v27(vc0) as (values (4.3), (63))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from v27 full outer join (select 1) as sub0 on case 3 when 0.33 then (2) in (v27.vc0, 9) end
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v74(vc0, vc1) as (values (-1, 0.014)) with check option
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v84(vc0, vc1) as (values (1, 1222), (12,10), (null, 2)) with check option
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from v74 cross join v84 join (values ('b'), ('a'), (1)) as sub0 on (v84.vc0)^(-9223372036854775807) is not null
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v74(vc0, vc1) as (values (cosh(case 0.82292664 when 0.3286772 then least(-1542994811, 28216) end),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v84(vc0, vc1) as (values (cast(not (least(false, false)) as int), case when nullif(((-763905586)=(0.8063365267447331)),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select all count(all least(((null)*(v74.vc1)), cast(0.7407841 as bigint))) from v74 cross join v84 join (values
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" decimal(18,3),"c1" varchar(253))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 7 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" decimal(18,3),"c1" varchar(253),constraint "t2_c1_unique" unique ("c1"))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 7 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from t2 where case true when true then true else (t2.c0) in (2) end
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from t2 join t1 on case true when true then true else (t2.c0) in (2) end
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select all t2.c0, t2.c1 from t2 left outer join t1 on case ((t2.c1)not like(t2.c1)) when (t1.c1) not between symmetric
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v18(vc0) as (values (cast((('-W<~>頃')not like('8')) as bigint)), (case when least(((0.4)>(0.4)), case when true
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v21(vc0) as (values (greatest(cast(42 as real), ((0.353)*(-3))))) with check option
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create view v24(vc0) as (values (0.22)) with check option
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select ((sum(all least(((((0.32)-(0.33))) -(0.43)), -(cast(3 as bigint)))))>>2), 1 from v21
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select (-1.7976931348623157E308)/(0.98067827792867723335490381941781379282474517822265625)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: values (round(-1.4999792343698102e+308, 15)),(1.2)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" real not null, "c1" decimal(15,3),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 33 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: alter table t2 add constraint "t2_c0_c1_fkey" foreign key ("c0", "c1") references "sys"."t2" ("c0", "c1")
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: update t2 set c1 = 0.012 where (((t2.c0)%(t2.c1))) between symmetric (coalesce(-1053, 991)) and (((0.6974)+(183)))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" real not null,constraint "t1_c0_pkey" primary key ("c0"),constraint "t1_c0_unique" unique ("c0"))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: copy 10 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v64(vc0, vc1, vc2, vc3) as (select -34, 'A',
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v110(vc0) as (values ('a'), ('8'), ('g'), (null)) with check option
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from v64, t1, v110 where t1.c0 > v64.vc2
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v11(vc0, vc1) as (values (cast('<' as string), ((((356910743)||(324718164)))<<(sql_max(962062904, -1226062612)))),
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v13(vc0, vc1) as (values (((0.9896616954779023)<(greatest(-1982788333, 0.76584341990855342441335551484371535480022430419921875)))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v23(vc0, vc1) as (values (case when ((false)and(true)) then ((25922)*(697298603)) when not (false) then - (2909) end,
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select cast(sum(agg0) as bigint) from (
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v11(vc0) as (values ('<'), ('a'))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 from v11 where v11.vc0 like '' is null
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: select 1 having group_concat('') not like '3' is null
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v0(vc0, vc1, vc2) as (values (3, true, 0.3))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v1(vc0, vc1) as (select 0.80, 'a')
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v0(vc0, vc1, vc2) as (values (nullif(cast(220424338 as smallint), case 0.04487378302689426501359548637992702424526214599609375 when 126710153 then 0.6929207132873739 when 26968 then 26968.0 when 1679982115 then 29 else 0.8204445662571608 end), cast(sql_min('', '#Ts9.H') as boolean), 0.45182237213592768565462165497592650353908538818359375))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v1(vc0, vc1) as (select round(0.80863825841427316998277774473535828292369842529296875, 0.6571010204254646), '䝀i8jPo' where not (false))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v0(vc0, vc1, vc2) as (values (3, true, 0.3))
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create or replace view v1(vc0, vc1) as (select 0.80, 'a')
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: create table t1(c0 boolean, c1 double)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: insert into t1(c0) values(true)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: truncate t1
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: alter table t1 add primary key(c0, c1)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: insert into t1(c1, c0) values(7,true),(5,false),(2,true),(4,false)
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: update t1 set c1 = 0 where t1.c1 between symmetric 3 and t1.c1
#2025-03-24 21:31:14: client0233: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:14: client0252: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:14: client0252: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" boolean not null,"c2" integer,constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "sys"."t0" values (true, 0)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" double not null,constraint "t2_c0_pkey" primary key ("c0"),constraint "t2_c0_unique" unique ("c0"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 6 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create view v1(vc0, vc1, vc2, vc3) as ((select 10, 7, 'n', 2 where false)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from v1, t2, t0 join (select false) as sub0 on true where cast(t0.c0 as clob) between lower(v1.vc0) and v1.vc2
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" interval day,"c1" time,"c3" interval day,"c5" time)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 6 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select all t1.c3 from t1 where (((coalesce('', '㉁*3', 'w1ZR'))ilike('-6739257'))) = false
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: set optimizer = 'sequential_pipe'
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: explain select 1 from t1 where (((coalesce('b', 'a'))ilike('c'))) = false
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: set optimizer = 'default_pipe'
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((((coalesce('', '㉁*3', 'w1ZR'))ilike('-6739257'))) = false as int) as count from t1) as res
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" boolean,"c2" integer)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "sys"."t2" values (true, null), (null, 4), (null, 1)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: update t2 set c0 = true where coalesce(t2.c0, (t2.c0) in (false))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: update t2 set c0 = true where coalesce(t2.c0, (t2.c0) not in (false), t2.c0, least(t2.c0, t2.c0), (t2.c0) = false, t2.c0, case t2.c2
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" char(89) not null,"c1" boolean,constraint "t0_c0_pkey" primary key ("c0"),
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 11 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: update t0 set c1 = true where t0.c0 = t0.c0 and t0.c1 = t0.c1
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: update t0 set c1 = true, c0 = '.+' where (((("isauuid"(t0.c0))and(((t0.c0)=(t0.c0)))))and(((t0.c1)=(t0.c1))))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create view v2(vc0, vc1) as (values (null, 1),(true, 2),(true, 3))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create view v6(vc2) as ((select '') except (select 'a'))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from v6, v2 join (values (0.54), (3), (0)) as sub0 on true where (v2.vc0 > v2.vc0) between (v2.vc0 = v2.vc0) and "isauuid"(v6.vc2)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create view v3(vc0, vc1) as (values (0.67,null),(18.50, 3),(0.70, 6))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create view v7(vc0) as (values (8505133838.114197),(null))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table t1(c0 int)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create view v4(vc0) as ((select null from t1 as l0t1) union all (select true))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into t1(c0) values(12), (2), (6), (3), (1321), (10), (8), (1), (2), (3), (9)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: delete from t1 where true
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into t1(c0) values(9), (1), (3), (2), (5)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from v4 join (select 2) as sub0 on coalesce(v4.vc0, v4.vc0 between v4.vc0 and v4.vc0)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c1" char(32) not null,"c2" bigint)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 15 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t2" ("c0" real,"c1" char(32),"c3" double precision,"c4" double precision)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 7 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select t2.c1 from t0, t2 where cast(t0.c2 as char(32)) > t2.c1
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select t2.c4 from t0, t2 where ((cast(t0.c2 as char(32)))>(case when true then t2.c1 end))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(((cast(t0.c2 as char(32)))>(case when true then t2.c1 end)) as int) as count from t0, t2) as res
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c0" tinyint not null,"c1" tinyint not null,"c3" boolean,"c4" int,"c5" bigint)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t1" ("c0" int,"c3" varchar(32))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t1" values (null, ''),(null, 'E5E0'),(null, '396B34AC'),(null, '68AB5D04'),(null, ''),(0, null),(null, 'D5E5'),(null, '4E')
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select case t0.c1 = any(select 2 from t1) when false then 'a' when true then 'b' end from t0
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select case 3 <> any(select 4) when true then 2 when false then 8 end
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c0" smallint,constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t0" values (6),(null),(3),(1),(0)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select t0.c0 from t0 where cast(case t0.c0 when t0.c0 then t0.c0 when 6 then -222736171 when t0.c0 then t0.c0 when 521647798 then t0.c0 when t0.c0 then 2 end as boolean)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c0" int not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t0" values (0),(-10),(1),(2)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t1" ("c0" int)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t1" values (4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),(4),
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select all t1.c0 from t0, t1 where ((t0.c0)>(least(9, t1.c0)))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(((t0.c0)>(least(9, t1.c0))) as int) as count from t0, t1) as res
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c0" decimal(18,3) not null,"c3" int,constraint "t0_c0_unique" unique ("c0"),constraint "t0_c3_c0_unique" unique ("c3", "c0"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t0" values (0.000, null), (0.587, 4)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t2" ("c1" int not null,"c2" decimal(18,3),"c3" int,"c4" bigint,constraint "t2_c1_pkey" primary key ("c1"),constraint "t2_c1_unique" unique ("c1"),
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t2" values (2, 0.639, 3, 1), (0, null, null, 0), (8, null, null, 5)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t0, t2 group by t2.c1
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t0, t2 group by t2.c1 having ((((select false where false) except (select 'a'))) = false) is null
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t0, t2 group by t2.c1 having (((select false where false) except (select 'a'))) = false
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: plan select (select c0 from t0) from t0
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t1" ("c0" decimal(18,3),"c1" tinyint,"c3" smallint,"c4" boolean,"c5" real,constraint "t1_c1_unique" unique ("c1"),
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 6 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t2" ("c0" boolean,"c2" bigint,"c3" character large object,"c4" integer)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 16 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t2 full outer join (select 'a') as sub0 on true where t2.c3 <> all(values ('jG'), ('薍噥'), ('n8駞Rr'))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select t2.c3 from t2 left join (select distinct least(lower('䙕<x?L!'), substr(t2.c3, t2.c2, t2.c4)) from t2, t1 where (t2.c0) = false) as sub0 on t2.c0 where
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select covar_pop(0.9, 0.5) from (select 762812975) t2(c0) where t2.c0 is not null
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select covar_pop(0.9, 0.5) from (select 762812975) t2(c0) where t2.c0 is not null having ((select true)) = false
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c1" decimal(18,3),"c2" double,"c3" bigint)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t0" values (0.777, 0.7536489655766666, 8)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t1" ("c0" decimal(18,3))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t1" values (0.276),(0.525),(0.660),(0.567),(0.476),(482405851.000)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t2" ("c0" decimal(18,3))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t2" values (0.314),(0.314),(0.314),(0.314),(0.314),(0.314)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select group_concat('a') from t1 right outer join ((select t1.c0, 1, t2.c0 from t1, t2) except all (select t0.c2, 1, 8 from t0)) as sub0 on exists (select 1)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select listagg(all case sql_min('pX1~e*', '1041995366') when reverse(' ') then coalesce('-879625247', '0.19731369376302454', '1470019653', 'uUBi*') when "right"('e', 0.8362747) then '-1627785951'
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c1" decimal(18,3) not null,"c2" boolean,"c3" decimal(18,3) not null,constraint "t0_c1_pkey" primary key ("c1"),constraint "t0_c1_unique" unique ("c1"),constraint "t0_c3_unique" unique ("c3"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t1" ("c0" decimal(18,3) not null,"c3" double precision not null,constraint "t1_c0_pkey" primary key ("c0"),constraint "t1_c0_unique" unique ("c0"),constraint "t1_c3_unique" unique ("c3"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t1" values (0.403, 0.9892754847951207),(9.000, 0.19807102462360437),(0.352, 0.031295251443387295),(0.259, 0),(0.762, 0.45645802059094887),(0.949, -1176159869.3038363),(0.082, 0.33450366921366725),(0.868, 0.8967815399066517)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t2" ("c1" decimal(18,3) not null,"c2" decimal(18,3),constraint "t2_c2_c1_unique" unique ("c2", "c1"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t2" values (0.567, null)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t2, t1 group by (select 1 from t2 as l1t2 where false)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t2, t1 group by (select 1 from t2 as l1t2 where false) having ((count(*))>=((select distinct 3 from t1 as l2t1 where false)))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t2, t1 group by (select 1 from t2 as l1t2 where false) having not (((count(*))>=((select distinct 3 from t1 as l2t1 where false))))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t2, t1 group by (select 1 from t2 as l1t2 where false) having (((count(*))>=((select distinct 3 from t1 as l2t1 where false)))) is null
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t2" ("c2" bigint not null,constraint "t2_c2_unique" unique ("c2"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: insert into "t2" values (0), (5), (-463833803)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t2 where 8 = any(select 0.8673676855585512601720665770699270069599151611328125 from t2) and (values (true))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c0" boolean,"c2" double precision)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 15 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t1" ("c1" bigint not null)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 9 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t2" ("c3" boolean)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 15 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t1 where (select 4) < all(select 2 where false)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t1 where (select 4) < all((select 2) intersect (select 0.58))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select all t1.c1 from t1 where (select distinct 4 from t1 as l2t1, t2 as l2t2, t0 as l2t0 where l2t2.c3) < all((select distinct 847727159 from t1 as l1t1, t0 as l1t0 where l1t0.c0)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast((select distinct 4 from t1 as l2t1, t2 as l2t2, t0 as l2t0 where l2t2.c3) < all((select distinct 847727159 from t1 as l1t1,
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t0" ("c0" integer,"c1" boolean not null,"c3" character large object,constraint "t0_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 2 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t1" ("c1" boolean,"c3" boolean)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 18 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "t2" ("c3" decimal(18,3),"c2" tinyint)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 15 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t1 right outer join (select 2) as sub0 on least((select true where false), true) where not exists ((select 'b' where false) union all (select 'a'))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select all t1.c1 from t0, t1 right outer join ((select distinct ((least(6, 529595761))-(least(4, 1032827696))), least(-859534381, 0.01807380825433357873777140412130393087863922119140625)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(not exists ((select distinct nullif('0.9825037007815074', 'sqR]&'), 20 where false) union all (select distinct nullif(l1t0.c3, l1t0.c3), - (4) from
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" varchar(335),"c2" decimal(18,3),"c3" character large object)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 12 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" varchar(335),"c1" bigint,"c3" decimal(18,3),"c4" boolean,"c5" boolean)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 11 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: create table "sys"."t2" ("c1" bigint not null)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: copy 5 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select 1 from t0, t1 where least(case when t1.c4 then t1.c4 when t1.c5 then t1.c5 end, true)
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select t1.c3 from t2, t0, t1 where least(case when t1.c4 then t1.c4 when t1.c5 then t1.c5 when t1.c5 then t1.c4 else t1.c4 end, ((t1.c0)not like(t1.c0)))
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(least(case when t1.c4 then t1.c4 when t1.c5 then t1.c5 when t1.c5 then t1.c4 else t1.c4 end, ((t1.c0)not like(t1.c0))) as int) as count from t2, t0, t1) as res
#2025-03-24 21:31:15: client0252: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: create table "t1" ("c0" bigint not null,constraint "t1_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: insert into t1(c0) values(2), (+ ((values (sql_min(3, 4)))))
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: select * from t1
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" time not null, "c1" varchar(143),
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: copy 7 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" char(375) not null, constraint "t1_c0_pkey" primary key ("c0"), constraint "t1_c0_fkey" foreign key ("c0") references "sys"."t0" ("c1"))
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: insert into t1 values ('')
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: insert into t1(c0) values ((select 'a')), ('b')
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: insert into t1(c0) values(']BW扗}FUp'), (cast((values (greatest('Aᨐ', '_'))) as string(616))), ('')
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" boolean,"c1" decimal(14,3))
#2025-03-24 21:31:15: client0285: SQLrun: INFO: Executing: copy 7 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" boolean,"c1" decimal(14,3))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: copy 10 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t1, t0 where cast(t1.c1 as clob) not like ((select 'A' from t0, t1) except all (select 'B' from t0))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t1, t0 where (select 1 from t1) like cast(t1.c1 as clob)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t1, t0 where cast(t1.c1 as clob) between 'b' and ((select 'A' from t0))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t1, t0 where ((select 'A' from t0)) between cast(t1.c1 as clob) and 'a'
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t1, t0 where cast(t1.c1 as clob) between ((select 1 from t0)) and 'c'
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t0" ("c0" double precision,"c2" bigint)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t0" values (null, 4), (null, 6), (null, 0), (null, 2), (null, 1)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t2" ("c0" double precision,"c1" bigint,"c2" bigint,"c4" real)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t2" values (4, 0, 6, null),(0.692789052132086, -1, 9, null),(2, 0, 6, null),(0.9469594820593024, 1, null, null),(null, 0, 6, null),
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 4 = any(select t2.c2 from t2) from t0
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t0" ("c0" real,"c1" boolean,"c3" double precision)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t0" values (null, false, null)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t1" ("c0" real)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t1" values (2),(2),(2),(2),(2),(2),(2),(0.27167553),(0.67248166),(0.7818908),(-9.1086214e+08),(-0.9899925)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t2" ("c0" real,"c1" boolean)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t2" values (-1.2357439e+08, false), (0.16160075, false), (null, true)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select t0.c3 from t2, t0 where false between t0.c3 = any(select t0.c0 from t0 where t0.c1) and true
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select false between t0.c3 = any(select t0.c0 from t0 where t0.c1) and true from t2, t0
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" binary large object not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "sys"."t0" values (binary large object 'F4BECB7E'),(binary large object ''),(binary large object 'E0'),(binary large object 'B0'),(binary large object 'A0FA'),
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" binary large object)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "sys"."t1" values (binary large object ''), (binary large object 'A0'), (binary large object '')
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select t0.c0 from t1, t0 where 4 not in (6, 1.7976931348623157E308, 0)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 4 not in (6, 1.7976931348623157E308, 0) from t1, t0
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t1" ("c1" tinyint,"c2" char(22),"c4" integer)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "sys"."t1" values (null, null, 0),(null, null, -391221783),(null, null, -1107653660),(null, null, 0),(7, 'cTR'' Abp', 0),(7, 'cTR'' Abp', 1),(7, 'cTR'' Abp', -1)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select t1.c2 from t1 where case 3 when ((select 0.48) intersect distinct (select -1.2)) then false else true end
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select case 3 when ((select 0.48) intersect distinct (select -1.2)) then false else true end from t1
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t1" ("c0" smallint not null,"c2" smallint)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t1" values (4, null),(3, 4),(3, 5),(2, null),(6, null),(6, null),(6, null),(6, null),(6, null),(6, null),(6, null),(6, null),(6, null),(6, null),(3, null),(5, null),
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t2" ("c0" smallint)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t2" values (null), (null), (0)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select t1.c0 from t1 full outer join (select 3.3 from t2) as sub0 on true where (exists (select 1)) or greatest(true, false)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select (exists (select 1)) or greatest(true, false) from t1 full outer join (select 3.3 from t2) as sub0 on true
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t1 join (select 3.3 from t2) as sub0 on true where (exists (select 1)) or true >= true
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" decimal(18,3) not null,"c2" uuid,"c3" character large object,constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: copy 7 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" decimal(18,3) not null,"c2" uuid,constraint "t1_c0_pkey" primary key ("c0"),constraint "t1_c0_unique" unique ("c0"))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t2" ("c2" bigint)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: copy 7 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t2" ("c0" tinyint)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t2" values (1), (0)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select min(case 2 when 3 then uuid 'dbC4da54-8C0B-4b83-E74E-30242dA0a5fF' end) from (values(1)) x(x) group by x
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select min(case (select 2 where false) when 3 then uuid 'dbC4da54-8C0B-4b83-E74E-30242dA0a5fF' end) from t2
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t0" ("c0" bigint not null)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t0" values (4), (5), (6), (8), (1), (3)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t1" ("c0" bigint not null)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t1" values (1), (2), (3), (4), (5), (6), (7), (-28044611), (2089944981)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t2" ("c0" uuid,"c2" double precision)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t2" values ('55c1fcb5-9a6d-bbd0-adad-63bd0bdceb6c', 1643235318), (null, 1643235318), ('2adc9dae-4bee-e16b-009c-5597cf3129eb', 1643235318),
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select count(*) from t1 group by t1.c0, least(coalesce(7, 0.0021309160474272115237681646249257028102874755859375, t1.c0), 1024325040)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select count(*) from t1 group by t1.c0, least(coalesce(7, 0.0021309160474272115237681646249257028102874755859375, t1.c0), 1024325040)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select count(*) from t1 group by t1.c0, least(coalesce(7, 0.0021309160474272115237681646249257028102874755859375, t1.c0), 1024325040)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select count(*) from t1 group by t1.c0, least(coalesce(7, 0.0021309160474272115237681646249257028102874755859375, t1.c0), 1024325040)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t0" ("c1" real not null,"c2" smallint,"c3" uuid)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "sys"."t0" values (1.2981725e+09, 0, '7dd474c9-f093-8ecd-5f7c-0f9100ac11ba'),(0.49708593, 0, '0aead7ff-1812-bac2-fb0e-f982697d5ddd'),
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t0 having max((t0.c2) in (52545019, 6))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t0 group by t0.c1 having max((t0.c2) in (52545019, 6))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t0" ("c0" integer,"c1" double precision,constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t0" values (7, null),(null, null),(9, null),(-793549595, null),(6, null),(233979498, null),(0, null),
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t1" ("c0" integer,"c2" uuid)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t1" values (1212396328, null),(-4, null),(-270118799, null),(1, null),(2, '5a6cad30-d7a2-e40b-b55b-aba3ac86aadd')
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t2" ("c0" integer not null,constraint "t2_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t2" values (4),(5),(6),(7),(8),(9),(10),(11),(12),(13),(0)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t0, t2 right outer join (values (((select '1') intersect all (select distinct '3' from t2 as l1t2 where false)))) as sub0 on ('6' like (select distinct 'e' from t1 as l2t1)) group by t0.c1
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t0, t2 right outer join (values (((select '1') intersect all (select distinct '3' from t2 as l1t2 where false)))) as sub0 on ('6' like (select distinct 'e' from t1 as l2t1)) group by t0.c1 having count(*) <> 0
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t0, t2 right outer join (values (((select '1') intersect all (select distinct '3' from t2 as l1t2 where false)))) as sub0 on ('6' like (select distinct 'e' from t1 as l2t1)) group by t0.c1 having not (count(*) <> 0)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t0, t2 right outer join (values (((select '1') intersect all (select distinct '3' from t2 as l1t2 where false)))) as sub0 on ('6' like (select distinct 'e' from t1 as l2t1)) group by t0.c1 having (count(*) <> 0) is null
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t0" ("c0" real,"c1" double,"c4" character large object,constraint "t0_c1_unique" unique ("c1"))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t1" ("c2" binary large object not null)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t1" values (binary large object '7982'),(binary large object '7982'),(binary large object '7982'),(binary large object '7982'),(binary large object '7982'),
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "t2" ("c0" uuid not null,"c2" bigint,constraint "t2_c0_pkey" primary key ("c0"),constraint "t2_c0_unique" unique ("c0"))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "t2" values ('6b1b3e0e-655f-cbf3-bfa6-58cac0fdb5b7', -156155021)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select t1.c2 from t1, t2 right outer join (values (uuid '131b9167-efFa-92FE-523A-5EF2Ca7963a8', 1)) as sub0 on false where ((select distinct 3 from t0 as l2t0) except all (select 2 from t0 as l2t0)) is null
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select ((select distinct 3 from t0 as l2t0) except all (select 2 from t0 as l2t0)) is null from t1, t2 right outer join (values (uuid '131b9167-efFa-92FE-523A-5EF2Ca7963a8', 1)) as sub0 on false
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select t1.c2 from t1, t2 right outer join (values (uuid '131b9167-efFa-92FE-523A-5EF2Ca7963a8', ((4)&(sql_max(1220354535, -236857972))))) as sub0 on ((((not (false))and("isauuid"('*O'))))and((('h')not like('N'))))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((((select distinct blob '' from t0 as l2t0, t2 as l2t2 where true) except all (select blob 'afd907d0A0' from t0 as l2t0 where true))) is null as int) as count from t1, t2
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" varchar(127),"c2" boolean,"c3" double,"c4" real,"c5" decimal(18,3),"c7" decimal(18,3),"c8" bigint,"c9" boolean,"c10" real,"c11" bigint,"c12" tinyint)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t2" ("c2" uuid)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "sys"."t2" values ('5a8f807e-47aa-3ddd-9b12-65ec99aa6b89'), ('adb2afe1-0aff-5af0-aee1-bf5dfdafcdaf'), ('4b9d0cdd-fd79-ac10-8ab5-6dd3dddebd8a')
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" bigint,"c2" decimal(18,3),"c4" bigint,"c5" varchar(253))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t1" ("c2" binary large object)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t2" ("c2" bigint)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "sys"."t2" values (6),(7),(1),(1457323133),(8)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into t1(c2) values(coalesce(blob '23f0', ifthenelse(false, blob '', blob '70'), coalesce(blob 'f7b1FD', blob 'A0', blob '0c', blob '', blob ''))),
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" decimal(18,3) not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "sys"."t0" values (0.070), (1.000)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" decimal(18,3) not null,"c2" interval second)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: insert into "sys"."t1" values (0.263, null), (0.263, null), (0.263, null)
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" decimal(18,3),"c2" char(294))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select 1 from t0 having min(t0.c0) > 2 order by null asc nulls last, '0.9' desc nulls last
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: select interval '4' month, count(*) from t2, t0, t1 cross join (select t2.c0, case when least(false, true) then 2 when (date '1970-01-01') is not null then 3.2 when (values (true), (true))
#2025-03-24 21:31:16: client0285: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:16: client0296: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:16: client0296: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:16: client0296: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:16: client0296: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:16: client0296: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:16: client0296: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:16: client0296: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t0" ("c0" integer not null,"c1" boolean,"c2" decimal(18,3),"c4" varchar(328),"c5" bigint,"c6" bigint,
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: copy 10 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t1" ("c0" integer,"c1" boolean,"c2" decimal(18,3),"c4" bigint,"c5" boolean)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t2" ("c0" integer,"c2" decimal(18,3),"c4" char(238))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: copy 1 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select ((((select 1.75) union all (select 4))) between ((select 3 from t1)) and 2) = true
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(((((select all -1.75501356E8 from t0 as l3t0 where l3t0.c1) union all (select 1699564541 from t0 as l3t0 where l3t0.c1)))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select substr(((select 'i') union all (select 'am')),(select 3 where false), 2) = 'wrong'
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t0" ("c0" double precision not null,"c1" double precision not null,"c3" varchar(262),
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: copy 9 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t2" ("c1" double precision)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: copy 16 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2 where null not in (select 1 from t2)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2 where null <> all(select 1 from t2)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select t0.c3 from t0, t2 where nullif(t0.c3, t0.c3) <> all(select distinct '1' from t0)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(nullif(t0.c3, t0.c3) <> all(select distinct '1' from t0) as int) as count from t0, t2) as res
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" real not null)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: copy 13 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" decimal(18,3) not null)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: copy 29 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select ((select 1 from t1, t0)) in (2, t1.c0) from t1
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t1" ("c2" bigint not null,"c4" date,constraint "t1_c2_pkey" primary key ("c2"))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" double not null,"c2" interval day,constraint "t2_c0_unique" unique ("c0"),constraint "t2_c0_c2_unique" unique ("c0", "c2"))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2, t1 where (t2.c0 > 4 or false) and 9 in (t2.c0, t1.c2) = true
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2, t1 where (t2.c0 > 4 or false) and (case when 9 in (t2.c0, t1.c2) then true end)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select t1.c2 from t2, t1 where (((((((((t2.c0)^(2))) not between symmetric (least(t1.c2, t1.c2)) and (4))and(not (true))))or(least(false, false))))and(case when (9) not in (t2.c0, t1.c2) then true else greatest(true, false) end))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t0" ("c2" integer not null)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t2" ("c7" tinyint not null,"c6" uuid,"c5" timestamp,"c4" bigint)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into "sys"."t2" values (8, null, null, null)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2 join (select 2) as sub0 (c0) on (case when cast(2 as boolean) then null end <> t2.c6)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(not ((case when true then false end) = true) as int) as count from t2 join
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table t0(c0 varchar(128),c1 uuid)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table t2(like t0)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: alter table t2 add column c2 uuid
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2, t0 where case when null then t0.c0 when false then t2.c2 end like case when false then t0.c0 end
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" double,"c1" boolean not null,"c3" smallint not null,"c4" character large object not null,"c5" varchar(15) not null,"c6" bigint,
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" varchar(407) not null,"c2" character large object,constraint "t2_c0_pkey" primary key ("c0"),constraint "t2_c0_unique" unique ("c0"))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create function mystringudf(a clob, b clob) returns int return a || b
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: merge into t2 using (select * from t1) as t1 on true when matched then update set c2 = mystringudf('1', '2')
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: merge into t2 using (select * from t1) as t1 on not (greatest(false, true)) when matched then update set c0 = '', c2 = (ifthenelse(((-1.2422299E8)<=(6)), cast(6 as string), mystringudf('', '833481730')))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table t1(c2 double precision)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table t2(c2 decimal, c4 tinyint)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into t2(c4) values (89), (9), (2), (6), (2), (5), (3), (0)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: truncate t2
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into t2(c2) values (10), (6)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2, t1 where t1.c2 between t2.c2 and 10
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table t1(c0 uuid)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table t2(c0 integer)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into t1(c0) values(uuid '7FF36D5B-dB28-0fDB-9ea8-c574aE686E0e'), (uuid 'EAfDd2f4-CAaE-BBc0-54AA-8E3A4B978434')
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: delete from t1
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2, t1 where uuid 'da9eBfcb-C2eA-416F-F8a9-F49b2aB1FCb8' between t1.c0 and (case when false then t1.c0 when false then uuid 'D2aFBA26-0f86-c893-B0C1-1Cd1DdC9aadE' end)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table t2(c0 int, c2 boolean)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into t2(c2, c0) values (false, -2)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: delete from t2
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t2 join (values (0.54), (1.2)) as sub0 on ((t2.c0) in (8)) between t2.c2 and true
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t0" ("c4" double not null)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into t0(c4) values(power(1770290607, case when greatest(false, true) then cast(5 as real) end)), (-1.722544153E9)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t0" ("c0" double precision not null,"c2" varchar(64))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into "t0" values (-0, ''),(0.9006985362687353, '-698480774'),(0.48543984754620684, 'w(冒'),(3.9612322048489266, '8'),(0.5616282788859702, null),
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t1" ("c0" double precision)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into "t1" values (0.6521791858367552),(0.08122328703285808),(null),(0.346309674594371),(-172200039.77765536),(1)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t2" ("c1" double precision,"c2" boolean,"c3" boolean,constraint "t2_c1_unique" unique ("c1"))
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: insert into "t2" values (0.7020559018817172, false, null),(0.6236223127320935, false, false),(7, true, true),(null, true, true)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t0, t1 cross join (select distinct t1.c0 > 4 from t1, t2 where t2.c2) as sub0
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select sum(agg0) from (select 1 as agg0 from t0, t1 cross join (select distinct t1.c0 > 4 from t1, t2
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select 1 from t0, t1 cross join (select distinct t1.c0 > 4 from t1, t2 where t2.c2) as sub0 where (('Bw') not in (least(t0.c2, t0.c2), cast(t1.c0 as varchar(64)))) is null
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "sys"."t1" ("c3" boolean)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select (345*(case when t1.c3 then 0 else 58.9 end))*3 from t1
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select (11*(case when t1.c3 then 0 else 0.57 end))*3 from t1
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: select round((0.52)*(0.10), -8)
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:21: client0297: SQLrun: INFO: Executing: create table "t0" ("c0" boolean,"c2" boolean,constraint "t0_c2_c0_unique" unique ("c2", "c0"),constraint "t0_c2_c0_fkey" foreign key ("c2", "c0") references "t0" ("c2", "c0"))
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "t1" ("c4" character large object)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: update t0 set c0 = t0.c2 from t1 where cast(t1.c4 as boolean)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "sys"."t0" ("c1" character large object,"c2" boolean not null,constraint "t0_c2_pkey" primary key ("c2"),
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: copy 2 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" character large object not null,"c1" real,"c3" decimal(18,3),
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: copy 25 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((("concat"(t0.c1, t0.c1))not ilike(nullif('O', substr(t0.c1, 3, 1807556376)))) as int) as count from t1, t0) as res
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "sys"."t0" ("c2" char(478) not null,constraint "t0_c2_pkey" primary key ("c2"),constraint "t0_c2_unique" unique ("c2"))
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: copy 34 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "sys"."t1" ("c2" smallint not null,constraint "t1_c2_unique" unique ("c2"))
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: copy 3 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c2 from t0, t1 where ((((10)+(0.3607000614109831)))<(least(t1.c2, t1.c2)))
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select cast(((((10)+(0.3607000614109831)))<(least(t1.c2, t1.c2))) as int) as count from t0, t1
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t1.c2 > 10 + 0.3607000614109831 from t1
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t1.c2 > 10 + 0.3611111111 from t1
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t1.c2 > 10 + 0.361111111 from t1
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(((((10)+(0.3607000614109831)))<(least(t1.c2, t1.c2))) as int) as count from t0, t1) as res
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" tinyint not null,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: copy 7 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "sys"."t2" ("c2" uuid not null,constraint "t2_c2_pkey" primary key ("c2"),constraint "t2_c2_unique" unique ("c2"))
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: copy 9 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 between 0 and 0
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 between 0 and null
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 between null and 0
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 between null and null
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 between 3 and 0
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 not between 3 and 0
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 not between 0 and 0
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 not between 0 and null
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 not between null and 0
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c0 from t0 where t0.c0 not between null and null
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: set optimizer='sequential_pipe'
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: explain select t0.c0 from t0 where t0.c0 not between 0 and 2
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: set optimizer='default_pipe'
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t2.c2 from t0, t2 where (- (t0.c0)) between asymmetric (cast(0.49579459740908504716827565061976201832294464111328125 as tinyint)) and (case when false then t0.c0 end)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast((- (t0.c0)) between asymmetric (cast(0.49579459740908504716827565061976201832294464111328125 as tinyint)) and
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table t1(c0 blob)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: insert into t1(c0) values(blob 'F0'), (blob '')
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: truncate table t1
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: insert into t1 values (blob'B0'),(blob'30BECB2B'),(blob'9CEF30'),(blob'CDBEECE140'),(blob''),(blob''),(blob'6A439500'),(blob''),(blob'02C0'),
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: delete from t1 where (4) not in (0.8192590328639373087327157918480224907398223876953125)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table t0(c0 blob, c1 tinyint)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table t1(c0 blob, c1 tinyint, c3 clob)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table t2(c0 blob, c1 tinyint)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: insert into t0(c0) values(blob '48A9F0'), (blob 'b0'), (blob ''), (blob ''), (blob 'c0'), (blob '278fBAb660'), (blob 'BEFbb0'), (blob '2cDce0'), (blob 'd0'), (blob 'a0'),
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: delete from t0
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: insert into t0(c0) values(blob 'f0'), (blob ''), (blob 'C7c1Ffda'), (blob 'Fc46fbB0'), (blob 'F4b71E00'), (blob '9B'), (blob 'd8e0')
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: insert into t1(c3) values('c-#'), ('0.383799472247898')
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: insert into t0(c0) values(blob ''), (blob 'bEB52EFd'), (blob '3e7A0a90'), (blob '70'), (blob 'aDC0'), (blob 'B0'), (blob 'A0'), (blob 'a8c3ebA0'), (blob '43aB7AfFe0'), (blob '90')
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: insert into t2(c0) values(blob '050aC56fd0')
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select '' >= t1.c3 from t0, t1, t2
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "sys"."t0" ("c1" bigint not null,"c5" binary large object,constraint "t0_c1_pkey" primary key ("c1"),constraint "t0_c5_unique" unique ("c5"))
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: copy 5 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" character large object not null,"c2" character large object,"c3" decimal(18,3) not null,"c5" character large object not null,
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: copy 8 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select 1 from t1, t0 where (case when false then t1.c3 else 6 end) <= (case when false then t0.c1 when true then t1.c7 end)
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: select t0.c1 from t1, t0 where ((case when false then t1.c3 else 6 end)<=(case when false then 9 when false then t0.c1 when true then t1.c7 else 5 end))
#2025-03-24 21:31:22: client0297: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table t1(c0 int, c1 string)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into t1(c0) values(2), (4)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: delete from t1
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into t1(c1, c0) values('a', 6)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t1 add column c3 clob
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: update t1 set c0 = 0 where t1.c3 like substr(t1.c3, t1.c0)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table t1(c0 varchar(32))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t1 add column c2 time
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into t1(c2) values(time '01:00:00')
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: truncate table t1
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: update t1 set c2 = time '01:00:00' where t1.c2 + case 1 when 2 then interval '3' second else interval '4' second end < time '19:20:39'
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table t1(c1 boolean, c2 tinyint)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into t1(c2) values(6), (2)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t1 alter c1 set not null
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table t0(c0 boolean, c1 boolean, c2 interval second)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table t1(c0 boolean, c1 boolean, c2 interval second)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t1 drop c2
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t1 add column c2 bigint
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t0 drop c2
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t1 add primary key(c2)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t0 add column c2 int
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: alter table t0 add foreign key (c2) references t1(c2) match simple
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: update t1 set c2 = 9 where t1.c2 between 9 and 2
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" uuid, constraint "t2_c0_pkey" primary key ("c0"),constraint "t2_c0_fkey" foreign key ("c0") references "sys"."t2" ("c0"))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: update t2 set c0 = uuid 'ABeCdDdd-80Cd-D26A-2a77-aAabE4C2caeA' where least(9 in (2, 3), case false when true then false end)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: update t2 set c0 = uuid 'ABeCdDdd-80Cd-D26A-2a77-aAabE4C2caeA' where least(9 in (2, 3), case false when true then false end)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t0" ("c0" integer not null,"c2" varchar(64),"c3" decimal(18,3),"c4" varchar(64),"c5" decimal(18,3),
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: copy 4 records into "sys"."t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t1" ("c0" uuid not null,"c2" decimal(18,3),"c4" decimal(18,3),"c5" varchar(64) not null,
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: copy 3 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t2" ("c0" varchar(64) not null,"c2" decimal(18,3) not null,"c3" double precision,constraint "t2_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: copy 6 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select t1.c5 from t2, t1 cross join (select distinct t0.c0 from t0) as sub0 where case 2 when 3 then t2.c3 > t1.c2 else true end
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select case 2 when 3 then t2.c3 > t1.c2 else true end from t2, t1 cross join (select distinct t0.c0 from t0) as sub0
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" decimal(18,3),"c1" double precision, constraint "t2_c1_unique" unique ("c1"))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: copy 7 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select var_pop(-983102429*(0.3*t2.c0)) from t2 union all select var_pop(-983102429*(0.3*t2.c0)) from t2
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" uuid,"c1" integer,"c3" boolean)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into t0(c3) values ((values (3)) = any(select 2 from t0 where t0.c3))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into t0(c3) values(true), ((values (-409412573)) = any(select all (values (0.87714195), (null)) from t0 as l1t0 where l1t0.c3))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t0" ("c0" decimal(18,3) not null)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into "t0" values (0.418),(0.000),(3.109),(9.000),(0.972),(1.000),(0.442),(4.141),(8.000)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select (values (false = all(select true from t0))) from t0
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select (values (false = all((select true from t0) intersect (select true from t0)))) from t0
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t0" ("c0" int,"c2" double precision,"c3" boolean)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into "t0" values (2, 0.7601885404869176, true), (null, null, true), (9, -1761235313, null)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t1" ("c0" int,"c2" bigint,"c3" real,"c4" double precision)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into "t1" values (null, 1, null, null),(null, 7, null, null),(null, 6, null, null),(null, 1, null, null),(null, -231965749, null, null),(null, -7, null, null),
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t2"("c0" int)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select 1 from t0 natural join (select t1.c0, (select t1.c4 from t2, t1) from t1) as sub0
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t1" ("c0" double precision)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into "t1" values (0.5491550453086529), (0.07482309364658168), (928354548)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select t1.c0 from t1 where exists (select 1) and 3 = any(values (2))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t1" ("c2" decimal(18,3) not null)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select t1.c2 from t1 left outer join (select 3 = any((select 1) intersect (select 2))) as sub0 on (values (false))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t0" ("c0" varchar(32))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into "t0" values ('ixJiA'),(''),('~O'),('I'),('sdasd'),('%')
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t2" ("c0" varchar(32))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into "t2" values ('-dsdaZ'),('0.7715351394637016'),('sdsd'),('D'),('dsads')
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select min(1) from t2
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select 1 from t2 where ((select 1 where false) = any(select 2)) is null
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select 1 from t2 where ((select distinct t0.c0 from t0 where false) = any(select '')) is null
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select min(agg0) from (
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select 1 where (select 2 where false) = all(values (2))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select (select 2 where false) = all(values (2))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t1" ("c2" time)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: insert into "t1" values (time '01:00:00'),(time '01:00:00'),(time '01:00:00'),(time '11:35:52'),(time '10:13:05'),(time '01:00:00'),(time '01:00:00'),
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table "t2" ("c0" uuid,"c2" char(32),"c4" interval second,"c7" uuid,"c6" interval day)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select t1.c2 from t1 where exists (select (select 1 from t2, t1))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(exists (select 1 from t2, t1) as int) as count from t1) as res
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(exists (select (select 1 from t2, t1)) as int) as count from t1) as res
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select exists (select (select 1 where false))
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: select exists (select (select 1 from t2, t1)) from t1
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table t0(c0 date, c1 interval second primary key default interval '0' second, c2 bigint)
#2025-03-24 21:31:22: client0326: SQLrun: INFO: Executing: create table t1(c1 interval second, c2 bigint, c5 timestamp)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: copy 14 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: truncate t1
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: copy 18 records into "sys"."t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: insert into t1(c1) values(interval '4' second), (interval '6' second)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: insert into t0(c0, c1) values(date '1970-01-01', interval '4' second), (date '1970-01-01', interval '3' second)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: update t1 set c1 = interval '3' second from t0 where t1.c1 between t0.c1 and t0.c1
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "sys"."t2" ("c1" interval month not null,"c3" varchar(55) not null,"c4" double not null, constraint "t2_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: copy 7 records into "sys"."t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select t2.c1 from t2 full outer join (select 1 from t2) as sub0 on '1' and t2.c1 <> all(values (interval '5' month))
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "t1" ("c0" varchar(64) not null,"c1" int not null,"c3" real not null,"c5" real)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: insert into "t1" values ('-1065519696', 0, 0.035891276, 0.15286948)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select t1.c5 from t1 where (select 0.0 group by 1) <> all(select 1.2 where false)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select (select 1 from t1) <> all(select 2 where false) from t1
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select (select 1 group by 1) <> all(select 2 where false) from t1
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "t1" ("c0" varchar(64) not null,"c1" int not null,"c3" real not null,"c5" real)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "t2" ("c1" interval month not null,"c3" varchar(55) not null,"c4" double not null, constraint "t2_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "t1" ("c0" varchar(64) not null,"c1" int not null,"c3" real not null,"c5" real)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "t2" ("c1" interval month not null,"c3" varchar(55) not null,"c4" double not null, constraint "t2_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table t0(c0 boolean, c1 int, c3 boolean)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: insert into t0(c1, c0) values(3, false)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: insert into t0(c3, c1) values(true, 9)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select 'a' like ifthenelse(t0.c3, (select 'v' from t0 group by (select 1 from t0 having min(least(t0.c0, (select false group by 1)) and t0.c3))), 's') from t0
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "t0"("c0" character large object, "c4" interval day)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "t2"("c0" character large object)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: insert into "t2" values ('X'), ('')
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select 1 from t0 where t0.c4 <= all(select interval '4' day) and t0.c0 <> all(select t2.c0 from t2)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "t2" ("c2" interval month not null)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: insert into "t2" values (interval '1005575652' month),(interval '808548760' month),(interval '6' month),(interval '6' month),(interval '2' month),(interval '5' month),(interval '-806508569' month),
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select 1 from t2 where (case when true and true then 9 else 6 end) not in ((values (5), (3)))
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select 1 from t2 where (case when '0' then 9 else -1789688463 end) not in (-1, (values (281921255), (-1868657623)), 2)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((case when '0' then 9 else -1789688463 end) not in (-1, (values (281921255), (-1868657623)), 2) as int) as count from t2) as res
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "sys"."t0" ("c0" binary large object not null,"c2" bigint not null,"c3" char(423))
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "sys"."t1" ("c0" tinyint)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: create table "sys"."t2" ("c0" time,"c3" bigint)
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: insert into t0(c0, c2, c3) values(blob 'C0', 3, case 8 when 0.8 then 'sd' else cast(uuid '4C0cA58A-f54F-fc4F-C0c9-6909aDd7Ed52' > all(select all uuid 'cDbE28DB-FDcc-eeCa-E089-feD9D8CA7FC6'
#2025-03-24 21:31:23: client0326: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c4" integer)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t0" values (-6), (6), (1)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t1" ("c4" double precision)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t1" values (-0.1), (0.3), (0.9)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t0(c4) values(1), ("epoch_ms"(((select time '01:00:00' from t0 group by t0.c4) except all (select distinct time '01:00:00' from t1))))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c1" tinyint,"c2" bigint,constraint "t0_c1_pkey" primary key ("c1"))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t0(c1) values(3)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t1" ("c0" double,"c1" tinyint)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 3 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t2" ("c1" tinyint,"c3" real,"c4" bigint)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 20 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: truncate t1
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c0,c1) (select 0.92, null from t2)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: update t0 set c1 = (select t1.c0 from t0, t1 group by t1.c0)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t2" ("c0" interval second)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t2" values (interval '1' second), (interval '3' second), (interval '3' second)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: update t2 set c0 = interval '5' second where isauuid('a') or (values (time '05:52:51')) is null
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t1" ("c2" interval day)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 5 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: truncate table t1
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c2) values(interval '5' day)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select t1.c2 from t1 where 3 is not null or ((select true) except all (select true from t1))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c0" tinyint,"c3" bigint,constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 5 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t0(c0) values (exists (select false) and false)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c2" bigint not null,constraint "t0_c2_pkey" primary key ("c2"),constraint "t0_c2_unique" unique ("c2"))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t0" values (-379229224),(0),(1),(385713029),(-1267052829232070784),(2),(9),(1031484581),(5),(1240848166),(-326279290),(4),(8),(3),
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t2" ("c2" boolean not null,"c6" date not null,"c4" real)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t2" values (false, date '1970-01-01', 0.42016214),(true, date '1970-01-01', 0.8693425),(true, date '1970-01-01', -4.752201e+08),
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select 1 from t2 where (time '01:00:00') not in (time '01:00:00', time '01:00:00') not in ((values (true)))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select 1 from t0, t2 where t0.c2 = case when t2.c2 then 1 when t2.c6 = any(select t2.c6 from t2) then 5 end
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select 1 from t0, t2 where t0.c2 between 0 and case when t2.c2 then 1 when t2.c4 = any(select t2.c4 from t2) then 2 end
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c2" integer)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t2" ("c5" binary large object)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t0(c2) values(ifthenelse((select false from t2 having max(greatest((values (blob '')), t2.c5) = blob 'fa8D')), (select 1), 3))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c0" int)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t0" values (3), (2)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select * from t0 join (values (1, 2, 3, 4, 5)) as sub0(a,b,c,d,e) on t0.c0 = 3
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0"("c0" interval month not null,"c1" varchar(32),"c2" uuid not null,"c4" double precision,constraint "t0_c0_pkey" primary key ("c0"),constraint "t0_c0_unique" unique ("c0"))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t2"("c0" interval month,"c1" varchar(32),"c2" uuid,"c4" bigint)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 30 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select t2.c0 from t2 where '' <> all(select '7' from t0 where false)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast('' <> all(select '7' from t0 where false) as int) as count from t2) as res
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select cast((select '1' where true) <> all(select '7' from t0 where false) as int) from t2
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t1" ("c0" real,"c1" real,constraint "t1_c1_c0_unique" unique ("c1", "c0"))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t1" values (0.05303705, 0.012799261),(0.8875537, 0.81233525),(-0.26150206, 1.6048732e+09),(null, 0.75787866),(0.6425521, null),(null, -0.8071348),(0.18594263, null),(0.35998943, null),(0.70466465, null)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t2" ("c0" time not null,"c3" int)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t2" values (time '01:00:11', 2),(time '14:47:53', null),(time '23:26:05', null),(time '10:49:08', null)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select t1.c1 from t1 where not (least((select distinct true from t2 where false), (values (false))))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(not (least((select distinct true from t2 where false), (values (false)))) as int) as count from t1) as res
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select t2.c2 from (values(blob 'A0'), (blob 'ed4D5CCdF0'), (blob 'B9'), (blob 'e520'), (blob ''), (blob '7820')) t2(c2) where least(t2.c2, t2.c2) not between blob 'F0' and blob '09'
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t0(c0 interval month, c2 interval month)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t1(c0 decimal, c2 time, c3 interval month)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t0(c2) values(interval '7' month), (interval '-4' month)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c3) values(interval '9' month)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c0) values(0.5), (0.6), (0.55), (0.56), (0.57), (0.7), (0.25)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: alter table t1 drop c3
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c2, c0) values(time '01:00:00', 0.8), (time '01:00:00', 0.10), (time '18:41:00', 0.9), (time '23:12:18', 0.78), (time '02:03:53', 0.86), (null, 0.78), (time '01:00:00', 0.34), (time '07:17:50', 0.43), (time '01:00:00', -1)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c0) values(0.98), (0.42), (0.63), (0.46), (0.33)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select t1.c2 from t1 where t1.c2 <> all(select time '02:53:29' from t0)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t0(c0 smallint not null, c2 bigint)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t1(c0 smallint, c3 tinyint, c4 smallint)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c4) values(8)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: merge into t0 using (select * from t1) as t1 on true when matched then update set c0 = t0.c2, c2 = 1 when not matched then insert (c2, c0) values (4, t1.c3)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c0" tinyint,"c2" bigint,constraint "t0_c0_unique" unique ("c0"),constraint "t0_c0_c2_unique" unique ("c0", "c2"),constraint "t0_c2_c0_unique" unique ("c2", "c0"))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 27 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t1" ("c0" double not null,"c3" tinyint,constraint "t1_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 21 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select 1 from t1 right outer join (select distinct 4*t1.c3 from t1 left outer join (select 2) as sub0 on false) as sub0 on false
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select cast(((true) = true) = false as int) as count from t1 right outer join (select distinct ((((4)^(-7)))*(case 611858669 when 9 then 2 when 1387424266 then t1.c3 end))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t1(c2 clob)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c2) values('aaa'), ('y2qxM9H'), (')pI')
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select min(null) from t1
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t2" ("c1" interval month)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t2" values (interval '0' month)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select 1 from t2 left join (select 2 from t2) as sub0 on (select null from t2) like t2.c1
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t1" ("c2" binary large object)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 10 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select t1.c2 from t1 where nullif(t1.c2, (select blob 'AA' where false))>(values (blob 'CEf278cE'))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(nullif(t1.c2, (select blob 'AA' where false))>(values (blob 'CEf278cE')) as int) as count from t1) as res
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c3" timestamp)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t0" values (null),(timestamp '1969-12-12 05:35:15.000000'),(timestamp '1970-01-01 01:00:00.000000'),(null),(timestamp '1970-01-01 01:00:00.000000'),
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select t0.c3 from t0 where (not false or (select true where false)) and not "isauuid"('1')
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c0" varchar(32),"c1" real not null)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into "t0" values ('|', 0.040731274),('儁\001萂y', 0.006212054),('N㸊', 3),(null, 0.35244483),(null, 1.2527365e+09),('g\t!cWW', 1.0299588e+09),
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select t0.c0 from t0 where ('*') between asymmetric ('j^O') and ('')
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select all cast(('*') between asymmetric ('j^O') and ('') as int) as count from t0) as res
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table "t0" ("c0" character large object,"c2" double)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: copy 20 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: select case when t0.c2 = t0.c2 then 1 else ascii(t0.c0) end from t0 left outer join (values (1), (1), (- 81524669)) as sub0 on 1 <= t0.c2
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t0(c0 double unique, c1 char(224), c4 boolean)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t1(c0 double precision unique, c1 double precision, foreign key (c0) references t0(c0))
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t0(c1) values('-521239643'), ('-1125457389'), ('0.18375426768390923')
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: delete from t0
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: truncate t0
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t1(c0 smallint, c1 interval month, c3 bigint, c4 bigint)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c1, c3, c0, c4) values(interval '7' month, null, 8, 7), (null, null, -9, null) , (null, 6, null, null), (null, 1228321393, null, null), (null, 8, null, null), (null, null, null, -10)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: delete from t1 where t1.c1 = interval '7' month
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c1, c3) values(interval '4' month, 1000), (interval '9' month, null), (interval '-8' month, null), (interval '1' month, null), (interval '3' month, null)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c0, c1) values(-1, interval '6' month), (2, null), (9, null), (10, null)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c4, c1, c0) values(0.34700167, interval '5' month, 0), (9, interval '-4' month, null), (-2, interval '-2' month, null)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: update t1 set c0 = 0, c1 = interval '-8' month, c4 = least(t1.c4, 0)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t1(c0 tinyint, c1 blob)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: create table t2(c0 tinyint, c1 blob, c3 double)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c1, c3, c0) values(blob 'bC4AF0', 0.7, 4)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: delete from t2 where true
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c0, c1, c3) values(-0.2, blob '', 0.5), (3, blob '', 0.7)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c0) values(0), (6), (7), (6), (2), (5)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c3) values(0.3)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c1, c3) values(blob 'c51b70', 1), (blob 'a7BE7D64', 0.6)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c1, c0) values(blob '20', 5)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c3, c0, c1) values(-6.1, 9, blob 'A4')
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c3) values(0.3), (0.7)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c0, c3, c1) values(0, 0.4, blob '')
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t1(c0) values(2)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: insert into t2(c1, c0) values(blob 'FCb405', null)
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: update t2 set c1 = blob 'AA' from t1 where 0.11 not between t1.c0 and 0.47
#2025-03-24 21:31:23: client0341: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: create table "t0" ("c0" bigint,"c1" double precision,"c3" time,"c4" interval day)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: insert into "t0" values (6, null, null, null), (8, null, null, null), (44, 0.011253359357251025, null, interval '345600' second), (45, 2099043029, null, null), (-6, null, null, interval '86400' second)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: create table "t1" ("c0" bigint)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: insert into "t1" values (-482276492),(2),(0),(-1048351158),(1849849110),(6),(3)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select 1 from t0 full outer join (select distinct nullif(t0.c0, 1) from t0 full outer join (select 1 from t1) as sub0 on false) as sub0 on false
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: create table "t1" ("c0" uuid)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: insert into "t1" values ('f4ecc4d5-5f7c-ce6a-199e-dd98c59f7bbf'), ('f4ecc4d5-5f7c-ce6a-199e-dd98c59f7bbf'), ('f4ecc4d5-5f7c-ce6a-199e-dd98c59f7bbf'), ('f4ecc4d5-5f7c-ce6a-199e-dd98c59f7bbf')
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select t1.c0 from t1 where ((((false)or(cast(greatest(5, 1) as boolean))))or((((t1.c0) between symmetric (t1.c0) and (t1.c0))or(((t1.c0)<(t1.c0))))))
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: create table "t0" ("c0" timestamp,"c1" binary large object,"c2" interval month not null,constraint "t0_c1_c0_unique" unique ("c1", "c0"))
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: insert into "t0" values (timestamp '1970-01-01 00:00:00.000000', binary large object 'D0', interval '0' month)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: merge into t0 using (values (1)) as mergejoined(c0) on true when matched then update set c0 = timestamp '1970-01-01 01:00:00' when not matched then insert (c0) values (timestamp '1970-01-01 01:00:00')
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: create table "t1" ("c0" integer)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: insert into "t1" values (1), (2), (3), (4)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: select 1 from t1 full outer join (select 2 from t1 join (select sql_min(time '01:00:00', time '12:05:37') from t1) as sub0(c0) on true where true) as sub0(c0)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: create table t0(c0 interval day primary key, c1 bigint)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: create table t1(c0 interval day, c1 bigint)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: insert into t1(c1) values(3), (5)
#2025-03-24 21:31:23: client0360: SQLrun: INFO: Executing: insert into t0(c0) values(interval '9' day), (interval '7' day), (interval '8' day)
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: truncate t0
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: insert into t0(c0) values(interval '8' day)
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: select t0.c0 from t0 where (select interval '2' day from t1 group by t1.c0) not in (t0.c0)
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: create table t0(c0 interval day)
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: insert into t0(c0) values(interval '9' day), (interval '7' day), (interval '8' day)
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: select sub0.c2 from t0 cross join (values (timestamp '1970-01-01 01:00:00', timestamp '1970-01-01 01:00:00')) as sub0(c1,c2)
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: create table "t0" ("c1" varchar(44))
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: copy 5 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: select length(soundex(t0.c1)) from t0
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: create table "t1" ("c2" bigint not null, constraint "con2" primary key ("c2"))
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: copy 40 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: select t1.c2 from t1 where (((cast(t1.c2 as string(268)))not ilike('%6I/2'''))) in
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((((cast(t1.c2 as string(268)))not ilike('%6I/2'))) in
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: create table "t2"("c0" boolean,"c1" interval month)
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: copy 1667 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: alter table t2 add constraint con3 unique(c0, c1)
#2025-03-24 21:31:24: client0360: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t1" ("c0" integer)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into "t1" values (8), (8), (-173909322), (4), (7), (-8), (11), (2112833619), (583284612), (581585171), (1), (6), (7), (0), (2), (1), (1041993071),
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t2" ("c0" integer)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into "t2" values (2), (1), (6), (1), (-888425077), (2), (5), (-1), (554424471), (2), (-2097744654), (30), (0), (1), (2), (9), (null), (null),
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select t2.c0 from t2 join (select distinct time '01:00:00', greatest(t1.c0, 0.3)%asin(0.7) from t1) as sub0(c0,c1) on sub0.c1 <= t2.c0 where '' not ilike 'x'
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select '' not ilike 'x' from t2 join (select distinct time '01:00:00', greatest(t1.c0, 0.3)%asin(0.7) from t1) as sub0(c0,c1) on sub0.c1 <= t2.c0
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view v18(vc0) as (select sql_max(1, 1) from ((select 2) intersect all (select 4)) v0(vc0) where 1 not between v0.vc0 and 3*v0.vc0)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select v18.vc0 from v18 where -7 not between 0.4 and v18.vc0
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select -7 not between 0.4 and v18.vc0 from v18
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view v19(vc0) as (select vc0 from ((select 2) intersect all (select 4)) v0(vc0) where 1 not between v0.vc0 and 3*v0.vc0)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select v19.vc0 from v19 where -7 not between 0.4 and v19.vc0
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select -7 not between 0.4 and v19.vc0 from v19
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view v20(vc0,vc1) as (select sql_max(1, 1), vc0 from ((values (1),(3),(4),(5)) intersect all (values (1),(4),(5),(6))) v0(vc0) where 1 not between v0.vc0 and v0.vc0)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select v20.vc0 from v20 where 4 > v20.vc0 and v20.vc1 between 3 and 5
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: plan select 1 from v20 where 4 > v20.vc0 and v20.vc1 between 3 and 5
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t2" ("c0" binary large object,"c1" decimal(18,3))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into "t2" values (binary large object 'D4A0', 1.000),(null, 1.000),(binary large object '', 1.000)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create view v0(vc0) as (values (interval '0' month)) with check option
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: update t2 set c1 = 1 from v0 where not ((nullif("netmask"('243.197.122.2'), "hostmask"('186.223.199.22'))) is null)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t1" ("c0" binary large object,"c1" interval second,"c2" character large object)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: copy 8 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t2" ("c0" integer,"c2" inet,constraint "t2_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: copy 7 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create view v4(vc0) as (values ("insert"('2', ((5)|(1571515754)), nullif(68, 0.681765350302749428834658829146064817905426025390625), ' ') not ilike
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: update t1 set c2 = 1 from v4 where ((((((((interval '1' month not in ((select interval '3' month from v4)))and(sys.md5(t1.c2) <> any(select '1'))))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 1 from t1 where 2 in (3, (select 4 from (select 1) as v0(c0))) and '8' <> any(select '1') and ('2' > (select '' where true)) is null
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select json."text"(json '""', '344567')
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select json.text(json '[1,2,3,4]', null)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select json.text(null, '23131')
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select json.isvalid(json.tojsonarray(x)) from (values ('a"'),('"b'),('c"')) x(x)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t1" ("c0" time)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: copy 15 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t2" ("c1" time)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: copy 140 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select json.tojsonarray('<') from t1, t2 group by t1.c0
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view v30(vc0) as (select cast(null as clob))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select json."isvalid"(cast(v30.vc0 as json)) from v30
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t0" ("c0" decimal(18,3))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: copy 10 records into "t0" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "t2" ("c0" decimal(18,3))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: copy 10 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: alter table t0 add column c2 uuid
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: update t2 set c0 = 1 from t0 where (least(true, false) and 0.63 = t2.c0) or (0.23 <= 0.1)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table t1(c0 boolean)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: set "optimizer"='default_fast'
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: delete from t1
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: set "optimizer"='default_pipe'
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: set "optimizer"='default_pipe'
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table t1(c1 int, c2 float)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: update t1 set c1 = 1 from (select t1.c2 from t1) v1(vc0) where ((select null where false)) in (levenshtein('', '', t1.c1, t1.c1, t1.c1), 4)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table tx(c0 varchar(32), c1 boolean)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table ty(c0 boolean)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into tx values ('a', true), ('b', false)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into ty values (true), (false)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 1 from tx, ty where case tx.c0 = any(select 'c') when (select ty.c0 where tx.c1) then true end
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 1 from tx, ty where case tx.c0 = any(select 'c') when (select ty.c0 where true) then true end
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table t2(c0 interval day)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into t2(c0) values(interval '3' day)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: delete from t2 where true
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into t2(c0) values(interval '2' day), (interval '1' day)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select c0 from t2
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: values (case when 5 = any(select -1) then 2 end)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 1 from (select 1, true) vx(vc0, vc2) inner join (select 1) as sub0(c0)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create global temporary table t3(c0 bigserial) on commit preserve rows
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into t3
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select c0 from t3
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: truncate tmp.t3 restart identity
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select c0 from t3
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into t3
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select c0 from t3
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: drop table t3
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table rt0 ("c0" inet, "c1" tinyint)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table tz(c1 blob)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view va(vc0) as ((select 4 from tz) union all (select 2 from rt0))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view vb(vc0) as (select (select 4 from rt0) from rt0)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view vx(vc0) as (select 9 = vb.vc0 from vb, rt0, va order by rt0.c0)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: insert into tz(c1) values(case when exists (select distinct 3, vc0 from vx where vc0) then blob 'AD' end)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table t2 (c0 varchar(217))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 1 from t2 where (select tx.c0 = any(select 'a' from t2) from t2 as tx)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table "rt0" ("c0" real,"c1" decimal(18,3))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create view vx(vc0, vc1) as (values (inet '229.210.31.233', 1), (greatest((select inet '187.205.97.37/28'), (select inet '136.216.53.173/0')), 1))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create view vy(vc0, vc1) as (select distinct 208, 49 from sys.vx as tv5l0n1)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 1 from vy, vx group by coalesce('b', (select 'c' from rt0)) having max(1 in ((select 2 from rt0), 3))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view vx(vc0, vc1) as (values (blob 'aa', 2), (case 4 when 2 then (values (blob 'dd')) end, 0.5))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view vy(vc0) as (select vz.vc0 <> all(select blob '' from (select 2) vw(x)) from vx as vz)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: (select 1 from vx) intersect all (select least(2, 3) from vx, vy)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table tz (c0 int)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view vy(vc0) as (values (1))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view vx(vc0, vc1) as (select 2, 3 from vy)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 1 from tz, vx where (vx.vc1 + tz.c0) <> all(values (4)) and vx.vc0 <> all(values (5))
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create table rt0 (c0 int)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view vx(vc0) as (select 'a')
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: create or replace view vy(vc0) as (select 2)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: plan select 1 from rt0 cross join (select case sub0.c2 when 4 then 'c' end,
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 1 from rt0 cross join (select case sub0.c2 when 4 then 'c' end,
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select min(2) > 2 from (select 1) vx(vc0) having 0
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 0 from (select 1) vx(vc0) having min(2) > 2
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select min(2) > 2, 0 from (select 1) vx(vc0) having min(2) > 2
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 0, min(2) > 2 from (select 1) vx(vc0) having min(2) > 2
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select min(2) > 2, 0 from (select 1) vx(vc0)
#2025-03-24 21:31:24: client0367: SQLrun: INFO: Executing: select 0, min(2) > 2 from (select 1) vx(vc0)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create table "t0" ("c2" date, constraint "t0_c2_pkey" primary key ("c2"))
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: insert into "t0" values (date '1970-01-04'), (date '1970-01-01')
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select t0.c2 from t0 where (t0.c2) in (t0.c2, (values (date '1969-12-10'), (date '1970-01-01')))
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((t0.c2) in (t0.c2, (values (date '1969-12-10'), (date '1970-01-01'))) as int) as count from t0) as res
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create table "t1" ("c2" bigint not null, constraint "t1_c2_pkey" primary key ("c2"))
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: insert into "t1" values (69), (-12), (9), (0)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select -3 < least((select 1 where false), (select distinct 2 from t1)) from t1
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select t1.c2 from t1 where -3 < least((select 1 where false), (select 2 from t1 group by 1))
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select least((select 1 where false), (select distinct 2 from t1)) > -3 from t1
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select t1.c2 from t1 where least((select 1 where false), (select 2 from t1 group by 1)) > -3
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create table "t0" ("c3" interval second)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: insert into "t0" values (interval '6' second),(interval '9' second),(interval '1' second),
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select (select 2 where false) = any(select 3 where false)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select t0.c3 from t0 where ifthenelse((select 2 where false) = any(select 3 where false), 2, 1)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(ifthenelse((select 2 where false) = any(select 3 where false), 2, 1) as int) as count from t0) as res
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create table "t2" ("c2" real)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: copy 142 records into "t2" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select 1 as count from t2 join
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select count(sub0.c2) from t2 join (select distinct t2.c2, 3 from t2) as sub0(c2,c3) on t2.c2 = sub0.c2
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create table t1(c1 blob)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: alter table t1 add constraint con2 primary key(c1)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: insert into t1(c1) values(blob 'D8d4F0'), (blob 'B135'), (blob 'C0'), (blob '')
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: update t1 set c1 = t1.c1
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: alter table t1 drop constraint con2
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: update t1 set c1 = t1.c1
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create table "t2" ("c0" tinyint,"c1" date)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: insert into "t2" values (1, date '1970-01-01'),(0, date '1970-01-01'),(3, date '1970-01-01'),(9, null),
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create view vx(vc0) as (select distinct t2.c1 from t2)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select vx.vc0 <> all(select vx.vc0 from vx) from vx
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select vx.vc0 <> all(select vx.vc0 from vx where vx.vc0 <> vx.vc0) from vx
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select vx.vc0 from vx where vx.vc0 <> all(select vx.vc0 from vx where vx.vc0 <> vx.vc0)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select max((select (select rt2.c1 from t2) from t2 as rt2))
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create table t1 (c0 int)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: insert into t1 values (1),(2),(3),(null)
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: select 1 from (select 4) v100(vc0) where (3) not in (coalesce((select 1 where false), v100.vc0))
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: with v100(vc0) as (select max(2))
#2025-03-24 21:31:24: client0380: SQLrun: INFO: Executing: create view vy(vc0) as (select distinct (select 4 from t1))
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select greatest(1, (select (select vy.vc0 from t1) from vy))
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: drop view vy
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create table "t1" ("c0" interval month)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: copy 128 records into "t1" from stdin using delimiters E'\t',E'\n','"';
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select sum(1) from t1, t1 as t2
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create table "t0" ("c0" bigint,"c1" boolean)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: insert into "t0" values (null, true),(1, true),(4, true),(null, true),(null, true),(null, false),(9, true),(-217, true),
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select 6 = any(select 1 from t0 group by (select t0.c0)), case when 'a' = (select 'b' from t0) then (values (1)) end
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select 6 = any(select 1 from t0 group by (select t0.c0)), case when 'a' like (select 'b' from t0) then (values (1)) end
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create table "t0" ("c0" interval day, "c1" bigint, "c2" double precision)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: insert into "t0" values (interval '86400' second, 5, 0.6077910886691952),
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create view v100(vc0) as (select 1.000 from t0)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select exists (select vc0 = any(select vc0) from v100 where false)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select exists (select vc0 = any(select vc0) from v100 where false) from t0
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select t0.c0 from t0 where exists (select tv0l1n0.vc0 < any(select tv0l1n0.vc0 from v100 where false) from v100 as tv0l1n0
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(exists (select tv0l1n0.vc0 < any(select tv0l1n0.vc0 from v100 where false)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create table "t0" ("c0" time,"c1" double precision)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create table "t1" ("c0" int)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: insert into "t1" values (1),(10),(7),(9),(null),(1),(7),(7),(0),(8),(0),(9),(null),(5),(3),(8),(0)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select (false) in (true, (select time '13:35:07' from t1) between t0.c0 and t0.c0) from t0
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select (false) in (false, (select time '13:35:07' from t1) between t0.c0 and t0.c0) from t0
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: insert into "t0" values (null, 1)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select (false) in (false, (select time '13:35:07' from t1) between t0.c0 and t0.c0) from t0
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select (case when false then v100.vc1 when true then (values (2)) end) in (3) from (values (1),(2)) v100(vc1)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select ((select 5) intersect (select 9)) = all(select 4) >= true
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select 1 = any(with x(x) as (select 1) select x from x)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select 1 in (with x(x) as (select 1) select x from x)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select exists (with x(x) as (select 1) select x from x)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create table "tx" ("c0" int)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create or replace view v100(vc0) as (select distinct cast('1' as int) from tx)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create or replace view v104(vc0) as (select tx.c0 from tx)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create or replace view v101(vc0) as (select 1 from v104)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create or replace view v102(vc0) as (select 1 from v101)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select sum(vx.vc0) < any(select sum(vx.vc0) from tx) from (select 240 from tx) vx(vc0)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select vx.vc0 < any(select vx.vc0 from tx) from (select 240 from tx) vx(vc0)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: drop table "tx" cascade
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: create global temporary table t2(c0 int) on commit delete rows
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: insert into tmp.t2(c0) values(3)
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: select c0 from tmp.t2
#2025-03-24 21:31:25: client0380: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create table "t0" ("c0" interval second not null, "c1" json)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: insert into "t0" values (interval '9' second, '""')
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create table "t1" ("c0" binary large object,"c1" bigint)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: insert into "t1" values (null, 1),(null, 6),(null, 0),(binary large object '50', null),(binary large object 'ACBC2EDEF0', null),
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create table "t2" ("c0" tinyint not null,"c2" date)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: insert into "t2" values (-7, null),(0, null),(-11, date '1970-01-01'),(8, date '1970-01-01'),(5, date '1970-01-01'),(1, date '1970-01-01'),
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create table "t3" ("c0" bigint,"c1" interval month)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: insert into "t3" values (1, interval '9' month),(5, interval '6' month),(5, null),(7, null),(2, interval '1' month),(2, interval '1' month)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create table "t4" ("c0" bigint primary key,"c1" interval month)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: insert into "t4" values (1, interval '9' month),(5, interval '6' month),(10, null),(7, null),(2, interval '1' month),(11, interval '1' month)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create table "t5" ("c0" decimal(18,3),"c1" boolean)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: insert into "t5" values (0.928, null),(0.974, null),(null, false),(3.000, null),(null, false),(null, false),(null, true),(0.897, null),
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create table "t6" ("c1" clob)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: insert into "t6" values('3'), ('8ጮk|1*'), ('27'), ('Vrx^qA齀'), ('J'), ('18'), ('>*4嘁pAP'), ('+Jm*W0{{'), ('>V鷓'), ('BW5z'), ('.#OJruk'),
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create table "t7" ("c0" smallint)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: insert into "t7" values (0),(0),(3),(3),(7),(-1),(5),(null),(5),(0),(5),(6),(4),(4),(4),(6),(7),(-7),(0),(1),(5),(9),(9),(8),(0)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create remote table "rt1" ("c0" binary large object,"c1" bigint) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/t1'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create remote table "rt2" ("c0" tinyint not null,"c2" date) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/t2'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create remote table "rt3" ("c0" bigint,"c1" interval month) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/t3'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create remote table "rt4" ("c0" bigint primary key,"c1" interval month) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/t4'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create remote table "rt5" ("c0" decimal(18,3),"c1" boolean) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/t5'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create remote table "rt6" ("c1" clob) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/t6'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: create remote table "rt7" ("c0" smallint) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/t7'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select json."integer"(json '1') from t3
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select json."integer"(json '1') from rt3
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c0 between 10 and 11 from t3
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c0 between 10 and 11 from rt3
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c0 > 10 as myt, 4 between 4 and 4, c0 = 10 as myp, c0 between 1 and 1 as myp2 from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c0 > 10 as myt, 4 between 4 and 4, c0 = 10 as myp, c0 between 1 and 1 as myp2 from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c0 between 2 and 5 as myproj from t3 order by myproj
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c0 between 2 and 5 as myproj from rt3 order by myproj
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c0 > 4 as myproj from t3 order by myproj
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c0 > 4 as myproj from rt3 order by myproj
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: merge into t0 using (select 1 from rt1) as mergejoined(c0) on true when not matched then insert (c0) values (interval '5' second)
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select 1 from (values (0)) mv(vc0) left outer join (select 1 from rt1) as sub0(c0) on 2 = 0.05488666234725814
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c1 from rt1 where rt1.c1 not between 1 and null
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select c1 from rt1 where rt1.c1 not between symmetric 1 and null
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select 1 from (select time '01:00:00' from rt1) va(vc1) where greatest(va.vc1, time '01:01:01') <= time '01:01:02'
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select 3 > (rt2.c0 ^ cast(2 as tinyint)) * rt2.c0 from rt2
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select U&'&+000022' uescape '&', U&'&+00005C' uescape '&', ' ', '' as "'", '''' as " " from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select U&'&+000022' uescape '&', U&'&+00005C' uescape '&', ' ', '' as "'", '''' as " " from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select 1 as "ups\", 2 as "\", 3 as """", 4 as """\", 5 as "\""" from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select 1 as "ups\", 2 as "\", 3 as """", 4 as """\", 5 as "\""" from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select "current_schema", current_user from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select "current_schema", current_user from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select sql_min(t3.c0 || t3.c0, 3) as x from t3 order by x
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select sql_min(rt3.c0 || rt3.c0, 3) as x from rt3 order by x
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select case when 1 between 1 and 2 then 3*6 end from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select case when 1 between 1 and 2 then 3*6 end from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select 3 / 0.84 from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select 3 / 0.84 from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select cast(2 as decimal) * 0.010 from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select cast(2 as decimal) * 0.010 from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select sql_min(4, 7 - 0.5207499) from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select sql_min(4, 7 - 0.5207499) from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select "insert"('99', 5, 8, '10S') from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select "insert"('99', 5, 8, '10S') from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select greatest('69', splitpart('', '191', 2)) from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select greatest('69', splitpart('', '191', 2)) from rt3 where rt3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select cast(trim('14', 'abc') as string(408)), cast(trim('14', 'abc') as varchar(408)), cast(trim('14', 'abc') as clob) from t3 where t3.c0 = 1
#2025-03-24 21:31:25: client0385: SQLrun: INFO: Executing: select cast(trim('14', 'abc') as string(408)), cast(trim('14', 'abc') as varchar(408)), cast(trim('14', 'abc') as clob) from rt3 where rt3.c0 = 1
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select null, 'NULL', 'null', cast(null as clob), cast('NULL' as clob), cast('null' as clob) from t3 where t3.c0 = 1
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select null, 'NULL', 'null', cast(null as clob), cast('NULL' as clob), cast('null' as clob) from rt3 where rt3.c0 = 1
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select t3.c0 from t3 where (t3.c0) not in (0.07564294, 211.0, 1, 2) order by t3.c0
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select rt3.c0 from rt3 where (rt3.c0) not in (0.07564294, 211.0, 1, 2) order by rt3.c0
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select t3.c0 from t3 inner join t3 myx on t3.c0 = myx.c0 order by t3.c0
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select rt3.c0 from rt3 inner join rt3 myx on rt3.c0 = myx.c0 order by rt3.c0
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select t4.c0 from t4 order by t4.c0 desc nulls first
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select rt4.c0 from rt4 order by rt4.c0 desc nulls first
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select t4.c1 from t4 order by t4.c1 asc nulls last
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select rt4.c1 from rt4 order by rt4.c1 asc nulls last
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select t4.c1 + interval '2' month as myx from t4 order by myx asc nulls last
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select rt4.c1 + interval '2' month as myx from rt4 order by myx asc nulls last
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select t4.c1 + interval '5' month as myx from t4 group by myx order by myx
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select rt4.c1 + interval '5' month as myx from rt4 group by myx order by myx
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select true between (true between false and false) and true from t3 where t3.c0 = 1
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select true between (true between false and false) and true from rt3 where rt3.c0 = 1
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from t3 where (t3.c0 between t3.c0 and t3.c0) is null
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 2 from rt3 where (rt3.c0 between rt3.c0 and rt3.c0) is null
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select upper(count(*)) from t3
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select upper(count(*)) from rt3
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select U&'&+000064&+00005C&+000006&+000056&+000057' uescape '&' from t3 where t3.c0 = 1
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select U&'&+000064&+00005C&+000006&+000056&+000057' uescape '&' from rt3 where rt3.c0 = 1
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from t1 inner join (select greatest('a', null), interval '4' day from t3 where t3.c0 = 1) as q(c0,c1) on interval '3' day
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from t1 inner join (select greatest('a', null), interval '4' day from rt3 where rt3.c0 = 1) as q(c0,c1) on interval '3' day
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create function testremote(a int) returns int
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select testremote(1)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create function testremote2(a int) returns int
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select testremote2(1), testremote2(2), testremote2(3)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create function testremote3(" ugh "" _ , !😂?, " int) returns int
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create function testremote4(a uuid, b json, c int) returns int
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select testremote3(1), testremote4(uuid '39FcCcEE-5033-0d81-42Eb-Ac6fFaA9EF2d', json '""', 3)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create function testremote5(a inet, b json, c date) returns int
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select testremote5(inet '192.168.1.0/26', json '[1]', date '2010-01-01'), testremote5(null, null, null)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create function testremote6(a blob) returns int
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select testremote6(blob 'AABB'), testremote6(blob 'CCDD'), testremote6(null)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create function testremote7("😀😀😀😀😀😀😀😀😀😀😀😀😀😀😀" int) returns int
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select testremote7(2), testremote7(3)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create view v0(vc0, vc1) as (values (interval '2' second, 0.5))
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from rt1, v0, rt3 where "right_shift_assign"(inet '150.117.219.77', inet '1.188.46.21/12')
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from t1, v0, t3 where "right_shift_assign"(inet '150.117.219.77', inet '1.188.46.21/12')
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create view v1(vc0) as (select greatest(sql_sub(time '01:00:00', interval '0' second), time '01:00:00') from t3 where false)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from (select distinct 1 from v1, rt3) as v1(vc1) where sql_min(true, true)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from (select distinct 1 from v1, t3) as v1(vc1) where sql_min(true, true)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select count(*) from ((select 7 from rt3, (values (1)) y(y)) union (select 3)) x(x)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select count(*) from ((select 7 from t3, (values (1)) y(y)) union (select 3)) x(x)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select count(*) from ((select 7 from rt3, (values (1)) y(y)) union all (select 3)) x(x)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select count(*) from ((select 7 from t3, (values (1)) y(y)) union all (select 3)) x(x)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create view v2(vc0) as ((select 3 from rt3) intersect (select 2 from t3))
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create view v3(vc0) as (select 1 from rt3, v2 where "right_shift_assign"(inet '228.236.62.235/6', inet '82.120.56.164'))
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create view v4(vc0, vc1, vc2) as (select 1, 2, 3)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create view v5(vc0) as ((select time '01:00:00') intersect (select time '01:00:00' from v3))
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create view v6(vc0) as ((select 1) union all (select 2))
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from v4, v5, v6
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: create view v7(vc0) as (select case '201' when ',' then rt3.c0 when '' then cast(rt3.c0 as bigint) end from rt3)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from v7 cross join ((select 1) union all (select 2)) as sub0(c0)
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from (values (2),(3)) x(x) full outer join (select t1.c1 <= cast(t1.c1 as int) from t1) as sub0(c0) on true where sub0.c0
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from (values (2),(3)) x(x) full outer join (select rt1.c1 <= cast(rt1.c1 as int) from rt1) as sub0(c0) on true where sub0.c0
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select count(0.3121149) from (select case when 2 > 1 then 0.3 end from (select 1 from t3) x(x)) v100(vc1), t3 where 5 >= sinh(cast(v100.vc1 as real))
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select count(0.3121149) from (select case when 2 > 1 then 0.3 end from (select 1 from rt3) x(x)) v100(vc1), rt3 where 5 >= sinh(cast(v100.vc1 as real))
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select cast(2 as real) between 2 and (t5.c0 / t5.c0)^5 as x from t5 order by x nulls last
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select cast(2 as real) between 2 and (rt5.c0 / rt5.c0)^5 as x from rt5 order by x nulls last
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select count(*) as mx from t3 group by 1 + least(2, round(0.68, t3.c0)) order by mx
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select count(*) as mx from rt3 group by 1 + least(2, round(0.68, rt3.c0)) order by mx
#2025-03-24 21:31:26: client0385: SQLrun: INFO: Executing: select 1 from t3 inner join (select 1 from t2) as sub0(c0) on ((2) in (3, 6)) where 4 < least(null, least(t3.c0, t3.c0))
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 1 from rt3 inner join (select 1 from t2) as sub0(c0) on ((2) in (3, 6)) where 4 < least(null, least(rt3.c0, rt3.c0))
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select t7.c0 from t7 where (((('5' like '0.53')or((values (0 < any(values (7), (0)))))))or(4 not between -t7.c0 and t7.c0)) order by c0
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((((('5' like '0.53')or((values (0 < any(values (7), (0)))))))or(4 not between -t7.c0 and t7.c0)) as int) as count from t7) as res
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select rt7.c0 from rt7 where (((('5' like '0.53')or((values (0 < any(values (7), (0)))))))or(4 not between -rt7.c0 and rt7.c0)) order by c0
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((((('5' like '0.53')or((values (0 < any(values (7), (0)))))))or(4 not between -rt7.c0 and rt7.c0)) as int) as count from rt7) as res
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: create view v8(vc0) as (select -24.6 from t3)
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: create view v9(vc0) as (select -24.6 from rt3)
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 1 from t3 where exists ((select 0.3, 4 from v8) except all (select 8, 1 from v8))
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 1 from t3 where exists ((select 0.3, 4 from v9) except all (select 8, 1 from v9))
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select c1 from t6
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select c1 from rt6
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 3 >= all(select vx.vc0 from storage((select 'sys', 't3' from t3))) from (select 0) vx(vc0)
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 3 >= all(select vx.vc0 from storage((select 'sys', 't3' from rt3))) from (select 0) vx(vc0)
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 5 <> all((select 2 from t3 full outer join (select 1) as sub1n0(subc1n0) on 2 < any(select 1))
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 5 <> all((select 2 from rt3 full outer join (select 1) as sub1n0(subc1n0) on 2 < any(select 1))
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select (values (t3.c0)) from t3, (select 2 from t3 where
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select (values (rt3.c0)) from rt3, (select 2 from rt3 where
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select case when t3.c0 = 3 then (1) in (select 2 from t3) end from t3
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select case when rt3.c0 = 3 then (1) in (select 2 from rt3) end from rt3
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select abs(2.47), ltrim(count(*)), ltrim(count(*),count(*)), lower(count(*)) from t3 where t3.c0 = 1
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select abs(2.47), ltrim(count(*)), ltrim(count(*),count(*)), lower(count(*)) from rt3 where rt3.c0 = 1
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 1 from t3 left outer join (select 1) x(x) on 1 <> all(values (t3.c0)) where t3.c0 = 1
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 1 from rt3 left outer join (select 1) x(x) on 1 <> all(values (rt3.c0)) where rt3.c0 = 1
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select splitpart(cast('c' as string(12)), 'a', length('c')) from t3 where t3.c0 = 1
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: (select greatest(json '"5mTevdOzH5brfkMv"', json '0.4'),case when false then null end, greatest(blob 'c0', blob '') from t3) intersect all (select json '0.2', json '-3', blob '30' from t3)
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: (select greatest(json '"5mTevdOzH5brfkMv"', json '0.4'),case when false then null end, greatest(blob 'c0', blob '') from rt3) intersect all (select json '0.2', json '-3', blob '30' from rt3)
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select case 1 when 5 then ((select t3.c0) intersect (select 9)) else (values (t3.c0), (1)) end from t3
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select case 1 when 5 then ((select rt3.c0) intersect (select 9)) else (values (rt3.c0), (1)) end from rt3
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: truncate t3
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 1 from t3 cross join lateral (select 1 from (select 1) z(z) join (values (1, t3.c0), (2, t3.c0)) x(x,y) on x.x = 1) y(y)
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: select 1 from rt3 cross join lateral (select 1 from (select 1) z(z) join (values (1, rt3.c0), (2, rt3.c0)) x(x,y) on x.x = 1) y(y)
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table rt1
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table rt2
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table rt3
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table rt4
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table rt5
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table rt6
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table rt7
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table t2
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table t3
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table t4
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table t5
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table t6
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: drop table t7
#2025-03-24 21:31:27: client0385: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:27: client0492: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:27: client0492: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:27: client0492: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:27: client0492: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create merge table "mt2" ("c0" char(78),"c1" uuid not null,constraint "mt2_c1_pkey" primary key ("c1"),constraint "mt2_c1_unique" unique ("c1"))
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table "mct21" ("c0" char(78),"c1" uuid not null,constraint "mct21_c1_pkey" primary key ("c1"),constraint "mct21_c1_unique" unique ("c1"))
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: insert into "mct21" values ('2\\5LTC', 'efcdc386-d403-cf6d-4d34-79e08cefad9b')
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table "mct20" ("c0" char(78),"c1" uuid not null,constraint "mct20_c1_pkey" primary key ("c1"),constraint "mct20_c1_unique" unique ("c1"))
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: insert into "mct20" values ('gC', '7ffeefe2-5ad2-9a6b-71e5-9ecbb8b52ce9'),('3', 'd4bb47ec-0ccf-2daf-3997-bfa94b409fae'),('o', 'd7c126c0-bb8b-f457-50e0-dcaf5e68e6be'),
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create remote table "rmct20" ("c0" char(78),"c1" uuid not null,constraint "rmct20_c1_pkey" primary key ("c1"),constraint "rmct20_c1_unique" unique ("c1")) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/mct20'
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create remote table "rmct21" ("c0" char(78),"c1" uuid not null,constraint "rmct21_c1_pkey" primary key ("c1"),constraint "rmct21_c1_unique" unique ("c1")) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/mct21'
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table "mt2" add table "rmct20"
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table "mt2" add table "rmct21"
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: (select 0) intersect (select 0 from mt2, mct20 where mct20.c0 like mt2.c0)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: (select 0) intersect (select 1 from mt2, mct20 where mct20.c0 like mt2.c0)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table mt2 drop table rmct20
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table mt2 drop table rmct21
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rmct20
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rmct21
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table mct20
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table mct21
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table mt2
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table rt0(c0 int)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create remote table rrt0(c0 int) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/rt0'
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: select "setmasklen"(inet '9.49.240.200/13', 48061431) from rrt0
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: insert into rt0(c0) values(1)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table rt0 add constraint con3 unique(c0)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rrt0
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rt0
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table t0(c0 int)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: insert into t0 values (1),(2),(3)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create merge table mt2 (c0 int)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table mct20 (c0 int)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table rmct21 (c0 int)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create remote table rrmct21 (c0 int) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/rmct21'
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table mt2 add table mct20
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table mt2 add table rrmct21
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: select 1 from (select 1 from t0, mt2) vx(vc0) left outer join
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table t0
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table mt2 drop table rrmct21
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table mt2 drop table mct20
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table mt2
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table mct20
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rmct21
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rrmct21
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table rt0 (c0 integer)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: insert into rt0 values (1),(2)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create remote table rrt0 (c0 integer) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/rt0'
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table rt2 (c0 timestamp)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: insert into rt2 values (timestamp '1980-06-11 14:05:31'),(timestamp '1970-01-09 22:12:27')
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create replica table rrt2 (c0 timestamp)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table rrt2 add table rt2
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: select rrt0.c0 from rrt2, rrt0 order by rrt0.c0
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table rrt2 drop table rt2
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rrt2
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rt2
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rrt0
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rt0
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0498: SQLrun: INFO: Executing: call sys.setsessiontimeout(119)
#2025-03-24 21:31:28: client0498: SQLrun: INFO: Executing: create global temporary table tt2(c0 json, c1 date) on commit preserve rows
#2025-03-24 21:31:28: client0498: SQLrun: INFO: Executing: insert into tmp.tt2(c1, c0) values(date '2010-10-10', json 'true')
#2025-03-24 21:31:28: client0499: SQLrun: INFO: Executing: call sys.setsessiontimeout(119)
#2025-03-24 21:31:28: client0499: SQLrun: INFO: Executing: truncate table tmp.tt2
#2025-03-24 21:31:28: client0499: SQLrun: INFO: Executing: drop table tmp.tt2
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create merge table "mt0" ("c1" decimal(18,3))
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table "rmct00" ("c1" decimal(18,3))
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create remote table "rrmct00" ("c1" decimal(18,3)) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/rmct00'
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create table "rmct01" ("c1" decimal(18,3))
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: insert into "rmct01" values (null)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: create remote table "rrmct01" ("c1" decimal(18,3)) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/rmct01'
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table "mt0" add table "rrmct00"
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table "mt0" add table "rrmct01"
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: select 1 from rmct00, (select mt0.c1 + 0.4870337739393783 from mt0) x(x)
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table mt0 drop table rrmct00
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: alter table mt0 drop table rrmct01
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table mt0
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rrmct00
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rrmct01
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rmct00
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: drop table rmct01
#2025-03-24 21:31:28: client0492: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: create table "t1" ("c0" bigint,"c1" interval month)
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: insert into "t1" values (1, interval '9' month),(5, interval '6' month),(5, null),(7, null),(2, interval '1' month),(2, interval '1' month)
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: create function mybooludf(a bool) returns bool return a
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: create remote table "rt1" ("c0" bigint,"c1" interval month) on 'mapi:monetdb://localhost:42585/mTests_sql_test_SQLancer/sys/t1'
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select greatest("lower"('D4Idf '), 'x x') from t1 where t1.c0 = 1
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select greatest("lower"('D4Idf '), 'x x') from rt1 where rt1.c0 = 1
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select 1 from t1 where t1.c0 = 1 and abs(0.4) = 0
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select 1 from rt1 where rt1.c0 = 1 and abs(0.4) = 0
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select 1 from t1 having (min(time '02:00:00') in (time '02:00:00')) is null
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select 1 from rt1 having (min(time '02:00:00') in (time '02:00:00')) is null
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select 1 from t1 having mybooludf(min(false))
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: select 1 from rt1 having mybooludf(min(false))
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: drop table rt1
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: drop table t1
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: drop function mybooludf(bool)
#2025-03-24 21:31:28: client0500: SQLrun: INFO: Executing: commit
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: create table "t2" ("c0" int)
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: create view v1(vc0) as (select 1 where false)
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: create view v2(vc0) as (select true)
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select (select 'a' from v1) <> all(select 'b' from t2) from v2
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast((select 'a' from v1) <> all((select 'b' from t2) union (select 'c' from v1)) as int)
#2025-03-24 21:31:28: client0505: SQLrun: INFO: Executing: select 1 from v2 where (select 'a' from v1) <> all((select 'b' from t2) union (select 'c' from v1))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t0 (c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into t0 values (1)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t1 (c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into t1 values (1)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 = any(select 1 from t1 join (select count(*) group by t0.c0) as x(x) on true) from t0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create view v1(vc0, vc1, vc2) as (with ctel0n0(ct0n0,ct0n1) as (values (4, 5)) select 1, 2, 3 from ctel0n0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select * from v1
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table mct20 (c0 interval day, c1 date)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from mct20 inner join (select x.x from (values (true)) x(x)) as nort0(norc0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rank() over (order by ((select mct20.c0) union all (select interval '1' day))) from mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select sum(((select mct20.c0) union all (select interval '1' day))) over () from mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select sum(((select interval '2' day) union all (select interval '1' day))) over () from mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select max(((select mct20.c0) union all (select interval '1' day))) over () from mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into mct20 values (interval '1' day, date '2010-01-01')
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from mct20 where ((select true) union all (select true))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from mct20 inner join (select x.x from (values (true)) x(x)) as nort0(norc0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from mct20 inner join (select x.x from (values (true)) x(x)) as nort0(norc0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from mct20 inner join (select x.x from (values (true)) x(x)) as nort0(norc0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rank() over (order by ((select mct20.c0) union all (select interval '1' day))) from mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select sum(((select mct20.c0) union all (select interval '1' day))) over () from mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select sum(((select interval '2' day) union all (select interval '1' day))) over () from mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select max(((select mct20.c0) union all (select interval '1' day))) over () from mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: drop table mct20
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t0(c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: with x(x) as (select 4) select 2 > all(select 3 from t0 full outer join (values (x.x)) as y(y) on false) from x
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: update t0 set c0 = (with x(x) as (select 3)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into t0 values (1)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: update t0 set c0 = (with x(x) as (select 3)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select c0 from t0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table rt0 (c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table rt2v2 (c0 uuid)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into rt2v2 values (uuid 'dbC4da54-8C0B-4b83-E74E-30342dA0a5fF')
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: update rt2v2 set c0 = (select rt2v2.c0 from rt0 where false) from rt0 where cast(2 in (select null where true) as boolean)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t0 (c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create or replace view vx(vc0, vc1, vc2) as (values (1,0,2))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from (values (0)) vx(vc1) where 1 > all(select vx.vc1 from t0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select vx.vc2 from vx join (values (1)) as x(x) on true where vx.vc0 >= all(select t0.c0 from t0) and 1 >= all(select vx.vc1 from t0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(vx.vc0 >= all(select t0.c0 from t0) and 1 >= all(select vx.vc1 from t0) as int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create or replace view vx(x) as (values (184),(33),(3600))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create or replace view vy(y) as (values (false),(false))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from vy where not exists (select 1 from vx where vy.y)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select vy.y from vy where cast(not exists (select 1 from vx where vy.y) as boolean)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(cast(not exists (select 1 from vx where vy.y) as boolean) as int) as count from vy) as res
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t0 (c0 int, constraint "t0_c0_pkey" primary key ("c0"))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: merge into t0 using (select 1 from t0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: truncate t0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table rt0 (c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from rt0 where 5 <= all(select 2 from generate_series((select 3, rt0.c0, 4 from rt0 x)))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 where 5 <= all(select 2 from generate_series((select 3, t0.c0, 4 from t0 x)))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create or replace view vx(vc0, vc1) as (select 10, 2)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select vx.vc1 <> all(select x.x) from vx join (select 1) as x(x) on vx.vc1 <> all(select vx.vc1 from t0) and (select false from t0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select vx.vc1 <> all(select x.x from t0) from vx join (select 1) as x(x) on vx.vc1 <> all(select vx.vc1 from t0) and (select false from t0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from vx join (select 1) as x(x) on vx.vc1 <> all(select vx.vc1 from t0) and (select false from t0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from vx where vx.vc1 <> all(select vx.vc1 from t0) and (select false from t0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from (select distinct c0 from rt0) vt(vc1) where (1) in (select 2 from rt0 group by rt0.c0, vt.vc1)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table integers(i integer)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into integers values (1), (2), (3), (null)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select i in (select i1.i from (select * from integers i1 where i1.i=integers.i) i1 join generate_series(1, 3, 1) tbl(i) on i1.i=tbl.i) from integers
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select i in (select i1.i from (select * from integers i1 where i1.i=integers.i) i1 left join generate_series(1, 3, 1) tbl(i) on i1.i=tbl.i) from integers
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select i in (select i1.i from generate_series(1, 3, 1) tbl(i) right join (select * from integers i1 where i1.i=integers.i) i1 on i1.i=tbl.i) from integers
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select i in (select i1.i from (select * from integers i1 where i1.i=integers.i) i1 right join generate_series(1, 3, 1) tbl(i) on i1.i=tbl.i) from integers
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select i in (select i1.i from generate_series(1, 3, 1) tbl(i) left join (select * from integers i1 where i1.i=integers.i) i1 on i1.i=tbl.i) from integers
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from rt0 join ((select 2) except (select 3)) as x(x) on true
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from rt0 join (values (1),(2),(3)) as x(x) on true
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from rt0 join lateral ((select 2) except (select 3)) as x(x) on true
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from rt0 join lateral (values (1),(2),(3)) as x(x) on true
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from rt0 join lateral (with x(x) as (select rt0.c0) (select x from x)) as x(x) on true
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into rt0 values (1), (2), (3), (null)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rt0.c0 from rt0 join lateral (with x(x) as (select rt0.c0) (select rt0.c0 + x.x from x)) as x(x) on true
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rt0.c0 from rt0 cross join lateral (with x(x) as (select rt0.c0) (select rt0.c0 + x.x from x)) as x(x)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rt0.c0 from rt0 cross join lateral ((select rt0.c0 + 2) intersect (select rt0.c0 - 2)) as x(x)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rt0.c0 from rt0 cross join lateral (values (rt0.c0), (4)) as x(x)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table rt1 (c0 varchar(32))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into rt1 values ('abc')
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 'c' <> any(values (rt1.c0), ('b')) from rt1
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t2 (c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into t2 values (1), (2)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(exists (select 1 where false having max(cast(3 > t2.c0 or (select min('true') from t2)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select exists (select 1 where false having max(t2.c0) > 0) from t2
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select exists (select 1 where false having max(cast(3 > t2.c0 as int)) > 0) from t2
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select exists (select 1 where false having max(cast(3 > t2.c0 or (select min('true') from t2) = 'true' as int)) > 0) from t2
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select t2.c0 from t2 where exists (select 1 where false having max((select min(1) from t2)) > 0)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: savepoint sp1
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback to savepoint sp1
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table rt2 ("c0" interval day)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into rt2 values (interval '0' second),(interval '0' second)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: savepoint sp2
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback to savepoint sp2
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback to savepoint sp2
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select true from rt2 as x join lateral (select x.c0, true from rt2) as y(y,z) on y.z
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select true from rt2 as x cross join lateral (select x.c0, true from rt2) as y(y,z)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select true from rt2 as x left outer join lateral (select x.c0, true from rt2) as y(y,z) on y.z
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t0 (c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select (select false from t0 left outer join (values (y.z), (y.z)) as x(x) on y.y = y.y) from t0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table rt3 (c0 date)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into rt3 values (date '4153-10-28'),(date '2471-08-17'),(date '2022-02-08'),(date '1970-01-20')
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select (select date '2011-10-01' from rt3 y right outer join (values (date '2010-10-01'), (z.c0)) as x(x) on
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t1 (c0 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t3 (c0 boolean)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select exists (select 1 from t0 full outer join (select 3) as x(x) on t3.c0 cross join (select t3.c0) as y(y) where y.y) from t3
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 cross join lateral (select 1 from t1 where (select t1.c0 from t1) not in (coalesce(t1.c0, t0.c0))) as x(x)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table rt4 (c0 int not null, constraint rt4_c0_unique unique (c0))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into rt4 values (1)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rt4.c0 from rt4 where not exists ((select rt4.c0 from t1) intersect (select rt4.c0))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rt4.c0 from rt4 where not exists ((select rt4.c0 from t1) intersect all (select rt4.c0))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rt4.c0 from rt4 where not exists ((select rt4.c0) intersect (select rt4.c0))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select rt4.c0 from rt4 where not exists ((select rt4.c0) intersect all (select rt4.c0))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(not exists ((select rt4.c0 from t1) intersect (select rt4.c0)) as int) as count from rt4) as res
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 left outer join lateral (values (t0.c0)) as x(x) on t0.c0 < all(select 1)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 left outer join lateral (select 2, (values (3), (t0.c0))) as x(x,y) on x.x in (select x.x)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 left outer join lateral (select distinct 3 from t1 as tx join (select 1) as y(y)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from (select true) as vx(x), t3 where vx.x and greatest(t3.c0, exists (select 1 where vx.x))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select (select 1 from (values (1),(2),(3)) z(z) full outer join (values (2, 3), (4, t0.c0)) as x(x,y) on z.z) from t0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 where (2,3) in (select x,y from (values (2, 3), (4, 5)) x(x,y))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 where (2,3) in (select 2,3 union all select 3,4)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 where (2,3) in (with x(x,y) as (select 2,3) select x,y from x)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 where (2,3) in ((values (2, 3), (4, 5)))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: create table t4 (c0 int, c1 int)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: insert into t4 values (1,1),(2,2),(3,3)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select c1 from t4 where (c0,3) in (select 2,3 union all select 3,4)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select c1 from t4 where (c0,3) in (select 2,3 where false)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from (values (1, 4), (3, (select 2))) x(x,y) where greatest(false, false)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from (values (1, 4), (3, (select 2 where true))) x(x,y) where greatest(false, false)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select exists (values (1, false), (2, 1 < all(select x.x))) from (select 1) x(x)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from (values (1, 4), (3, 2)) x(x,y) where greatest(false, false)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 right outer join (select true) as z(z) on 1 = any(select t0.c0 from (select 3) x(x))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 join (values (3, (select 4))) as x(x,y) on x.x
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select x from (select 2) as x(x) left outer join lateral (select distinct 3 from t1 where x.x > 0) as z(z)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 left join (select 2) as x(x) on (values (t0.c0), (x.x))
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 left join (select 2) as x(x) on (select t0.c0 union all select x.x) > 0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select min((select t0.c0 + t0.c0)) from t0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select min((select case t0.c0 when t0.c0 then t0.c0 end)) from t0
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from (select 2) as x(x) left outer join (select 3) y(y) on (select true) or (select true)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select 1 from t0 cross join lateral (select 1 from (select t0.c0 from t0) y(y) cross join lateral (select 5) x(x)) z(z)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select exists (select 1 from (select distinct 1) y(y) where x.x = any(values (y.y))) from rt2 cross join (select 3) x(x)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select "like"('1', max(x.x), '', false) from (select '1') x(x), (select '1') y(y)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select "like"(max(y.y), '1', '', false) from (select '1') x(x), (select '1') y(y)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select x from (values (1),(2),(3)) x(x) where ((select 3 union all select 3)) in (select 3)
#2025-03-24 21:31:29: client0505: SQLrun: INFO: Executing: select x from (values (1),(2),(3)) x(x) where (2, (select 3 union all select 3)) in (select 2,3)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: create table t0 (c0 int)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select 1 from t0 join (select exists (select 1)) x(x) on x.x = (values (x.x))) vx(vx)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 where (true and (select true)) or (true and (select true))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 join (select 1) x(x) on (values (x.x)) right outer join (select 3) y(y)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: create view vx(vx) as (select distinct 2)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from vx where 1 <> all(values (10), (vx.vx))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(1 <> all(values (10), (vx.vx)) as int) as count from vx) as res
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select distinct 2) vy(vc1) where exists (values (vc1))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select vy.vc2 <> all(select distinct (select 4 where true) from (select 'a') y(y) join lateral (select 1) as x(x)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 3 <> all(values (vz.z)) from ((select 1) intersect distinct (select 2)) vz(z)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select distinct 2) vx(vc1) where not exists (values (true), (exists (select vx.vc1)))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: create view vy(vc0) as ((select 'a') union all (select z.z from (select 1) y(y)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select ((select y.y) except all (select count(*) from vy)) from (select 1) y(y)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 2 from (select false) y(y) where y.y
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select (select (values (x.x)) from (values (1),(2)) x(x) join (values (1, t0.c0, true),
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: delete from t0 where 1 = (values (t0.c0))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select (select (select 1 where x.x = 1) from (select 1) x(x) where t0.c0 = all(select 1 where x.x = 1)) from t0
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 full outer join (select 1) as x(x) on least(t0.c0 = any(select 1 from t0), true)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 where t0.c0 = (values ((select t0.c0)))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 cross join lateral (select (values (y.y)) from (select 1) y(y) where t0.c0 = 2) x(x)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select (select ((select 1) intersect (select x.x)) from (select 1) x(x) where t0.c0 < any(select 2)) from t0
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 join (select 1) y(y) on 1 = (select y.y from (select 1 in (select 1 from t0)) x(x), t0 where x.x)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select distinct 1) y(y) where exists (select 1 where (select y.y from t0 x) = 0)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select (select 1 from generate_series((select distinct 1, x.c0 from t0 x where t0.c0 = 0))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select 1 = any(select t0.c0) from t0) y(y) right outer join (select 1) x(x)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 right outer join (select 1) x(x) on (values (t0.c0 > x.x)) and
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 right outer join (select 1) x(x) on (select 2 from t0) in (case x.x when 3 then 4 end)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select true) v0(c0) where not exists (select v0.c0 from (select 1 where false) x(x)) = true
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select true) v0(c0) where exists (select v0.c0 from (select 1 where false) x(x)) = false
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(not exists (select v0.c0 from (select 1 where false)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 right outer join (select 1) x(x) on x.x = any(select c0 from t0) or false
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 left outer join lateral (select y.y from (select distinct 1, t0.c0) y(y,z)) x(x)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select x.c0 from t0, t0 x where (1 in (2)) = false
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 right join (select 1) y(y) on exists (select true) and 1 = all(select 2)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0, (select 1 from (select 1) y(y) left join (select 1) x(x) on 1 < any(select y.y)) vx(vx)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 group by t0.c0 having max(false) is null
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from t0 cross join lateral (select (values (y.y), (y.y)) from (select 1) y(y) where t0.c0 = 2) x(x)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: rollback
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select x.x from (select distinct 1) x(x) where exists (values (41), (x.x))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select x.x from (select 1) x(x) where exists (values (41), (x.x))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select cast(sum(count) as bigint) from (select cast(exists (values (41), (x.x)) as int) as count from (select distinct 1) x(x)) as res
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select distinct 3) vx(vx) where 1 <> (values (2), (vx.vx))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select distinct 3) vx(vx) where 1 <> (select 2 union all select vx.vx)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select 3) vx(vx) where 1 <> (values (2), (vx.vx))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select 3) vx(vx) where 1 <> (select 2 union all select vx.vx)
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select 2) x(x) join (select 3) y(y) on (select max((select x.x)))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select 2) x(x) join (select 3) y(y) on ((select max((select x.x))) union (select 4))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 from (select 1) x(x) join (select 1) y(y) on (select 1 from (select max((select (select x.x))) from (select 1) z(z)) z(z))
#2025-03-24 21:31:29: client0506: SQLrun: INFO: Executing: select 1 where 0.8574837 < 0.6612825109479848
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: start transaction
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: create table t0 (c0 int)
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select x.x from (values (null),(2)) x(x) where 1 <> all(values (x.x))
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select 1 from (select distinct 1) x(x) where not exists ((select 2 where false) except (select x.x where false))
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select not exists ((select 2 where false) except (select x.x where false)) from (select distinct 1) x(x)
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select 1 from (select 1) x(x) where (select (select min(case when true then x.x end)) from (select 'a') x(x)) = 'a'
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select 1 from (select true) x(x) where false or not exists (select 1 where x.x and false)
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select 1 from (select cast(null as int)) x(x) where sql_max(true, exists ((select x.x) intersect (select 1)))
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select 1 from (select 1) x(x) cross join lateral (select 1 where x.x between x.x and x.x) y(y)
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select 1 from (select 1) x(x) having min((select x.x)) = 1
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select (select 1 from (select 1) x(x) having corr((select x.x), (select y.y)) = 0) from (select 1) y(y)
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select (select 1 from (select 1) x(x) having corr((select x.x), (select x.x + y.y)) = 0) from (select 1) y(y)
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: select (select 1 from (select 1) x(x) having corr(1, (select x.x + y.y)) = 0) from (select 1) y(y)
#2025-03-24 21:31:29: client0507: SQLrun: INFO: Executing: rollback
#SIGUSR1 info start
#Virtual memory allocated: 7249560, of which 7249560 with malloc
#gdk_vm_maxsize: 8589934592, gdk_mem_maxsize: 10209923584
#gdk_mmap_minsize_persistent 262144, gdk_mmap_minsize_transient 638120224
#Virtual size: 21992955396096, anonymous RSS: 358203392, shared RSS: 63868928 (together: 422072320)
#BATs:
#fix, dirty, persistent, loaded, hot: 6 bats, 7168 virtual, 7168 malloc
#fix, dirty, transient, loaded, hot: 1182 bats, 26416 virtual, 26416 malloc
#no fix, dirty, persistent, loaded, hot: 63 bats, 979456 virtual, 979456 malloc
#no fix, dirty, persistent, not loaded, hot: 81 bats, 17408 virtual, 17408 malloc
#no fix, dirty, transient, loaded, hot: 5 bats, 12544 virtual, 12544 malloc
#no fix, dirty, transient, not loaded, cold: 51 bats, 0 virtual, 0 malloc
#no fix, clean, persistent, loaded, hot: 48 bats, 368820 virtual, 368820 malloc
#no fix, clean, persistent, not loaded, cold: 56 bats, 0 virtual, 0 malloc
#1640 bats total, 1492 in use, 63 free bats in common shared list
#Threads:
#client0507, tid 507, Thread 0x7f653752d6c0, LWP 2694504, 0 free bats, waiting for nothing, working on exiting
#DFLOWworker0483, tid 483, Thread 0x7f65263136c0, LWP 2694458, 2 free bats, waiting for semaphore DFLOWsema0483, working on idle, waiting for new client
#DFLOWworker0482, tid 482, Thread 0x7f65279106c0, LWP 2694457, 5 free bats, waiting for semaphore todo, working on waiting for work
#DFLOWworker0481, tid 481, Thread 0x7f65274106c0, LWP 2694456, 4 free bats, waiting for semaphore DFLOWsema0481, working on idle, waiting for new client
#DFLOWworker0470, tid 470, Thread 0x7f6527c136c0, LWP 2694435, 7 free bats, waiting for semaphore todo, working on waiting for work
#DFLOWworker0465, tid 465, Thread 0x7f65202c96c0, LWP 2694426, 16 free bats, waiting for semaphore todo, working on waiting for work
#heartbeat, tid 12, Thread 0x7f65244e26c0, LWP 2693844, 0 free bats, waiting for nothing, working on sleeping
#listenThread, tid 11, Thread 0x7f651fb156c0, LWP 2693843, 0 free bats, waiting for nothing, working on nothing
#logmanager, tid 10, Thread 0x7f651f9066c0, LWP 2693841, 37 free bats, waiting for nothing, working on sleeping
#DFLOWworker0007, tid 7, Thread 0x7f6533dfe6c0, LWP 2693837, 5 free bats, waiting for semaphore DFLOWsema0007, working on idle, waiting for new client
#DFLOWworker0004, tid 4, Thread 0x7f653732c6c0, LWP 2693834, 9 free bats, waiting for semaphore DFLOWsema0004, working on idle, waiting for new client
#BBPmanager, tid 2, Thread 0x7f65c1eff6c0, LWP 2693832, 0 free bats, waiting for nothing, working on sleeping
#main-thread, tid 1, Thread 0x7f65c84a4780, LWP 2693831, 0 free bats, waiting for nothing, working on nothing
#Clients:
#0 active clients, 0 finishing clients, 0 blocked clients; max: 64
#WAL:
#SQL store oldest pending 2427
#logger sql:
#current log file 197, last handled log file 196
#current transaction id 232, saved transaction id 229
#number of flushers: 0
#number of catalog entries 251, of which 0 deleted
#pending range 197: drops 3, last_ts 2304, flushed_ts 2304, refcount 1, file size 980 (current)
#SIGUSR1 info end
# mserver5 exiting