# MonetDB 5 server v11.54.0 # This is an unreleased version # Serving database 'mTests_sql_test_BugTracker-2019', using 4 threads # Compiled for x86_64-pc-linux-gnu/64bit with 128bit integers # Found 7.741 GiB available main-memory of which we use 6.309 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/R module loaded # MonetDB/SQL module loaded # Listening for connection requests on mapi:monetdb://lab01.da.cwi.nl:34791/ # Listening for UNIX domain connection requests on mapi:monetdb:///tmp/mtest-2626656/.s.monetdb.34791 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: 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-04-05 00:53:35: 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-04-05 00:53:35: client0015: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: create table foo (bar int, baz varchar(10)) #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: copy 2 records into foo from stdin delimiters ',', E'\n', ''''; #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: select * from foo #2025-04-05 00:53:35: client0015: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0018: 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-04-05 00:53:35: client0018: 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-04-05 00:53:35: client0018: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: create table testtabledates (d date) #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: insert into testtabledates(d) values ('2019-01-01'),('2019-01-02'),('2019-01-03') #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: create function testdateloopback(din date) returns table (dout date) language r { #remapped: batrapi.eval #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: select * from testdateloopback( (select * from testtabledates) ) #2025-04-05 00:53:35: client0018: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0019: 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-04-05 00:53:35: client0019: 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-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select timestamp '2119-02-17 02:08:12.345678' #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('microseconds', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('milliseconds', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('second', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('minute', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('hour', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('day', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('week', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('month', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('quarter', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('year', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('decade', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('century', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('millennium', timestamp '2119-02-17 02:08:12.345678') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select timestamp '1999-12-31 23:59:59.987654' #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('microseconds', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('milliseconds', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('second', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('minute', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('hour', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('day', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('week', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('month', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('quarter', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('year', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('decade', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('century', timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0019: SQLrun: INFO: Executing: select date_trunc('millennium', timestamp '1999-12-31 23:59:59.987654') #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0020: 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-04-05 00:53:35: client0020: 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-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: create table dt_tmp( t timestamp) #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: insert into dt_tmp values (timestamp '2119-02-17 02:08:12.345678'), (null) #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: insert into dt_tmp values (timestamp '1999-12-31 23:59:59.987654') #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select * from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('microseconds', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('milliseconds', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('second', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('minute', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('hour', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('day', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('week', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('month', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('quarter', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('year', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('decade', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('century', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: select date_trunc('millennium', t) from dt_tmp #2025-04-05 00:53:35: client0020: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0021: 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-04-05 00:53:35: client0021: 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-04-05 00:53:35: client0021: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: create table "sys"."unitTestDontDelete" ("A" varchar(255),"B" bigint,"C" double,"D" timestamp) #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values (null, null, null, null) #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 0, 0.5, '2013-06-10 11:10:10.000000') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat2', 1, 1.5, '2013-06-11 12:11:11.000000') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 2, 2.5, '2013-06-12 13:12:12.000000') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat2', 3, 3.5, '2013-06-13 14:13:13.000000') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 4, 4.5, '2013-06-14 15:14:14.000000') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat2', 5, 5.5, '2013-06-15 16:15:15.000000') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 6, 6.5, '2013-06-16 17:16:16.000000') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat2', 7, 7.5, '2013-06-17 18:17:17.000000') #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 8, 8.5, '2013-06-18 19:18:18.000000') #remapped: batcalc.isnotnil #remapped: batcalc.+ #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: with "c3_t" as #remapped: batcalc.isnotnil #remapped: batcalc.+ #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: with "c3_t" as #2025-04-05 00:53:35: client0021: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0022: 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-04-05 00:53:35: client0022: 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-04-05 00:53:35: client0022: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0022: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0022: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0022: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0022: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0022: SQLrun: INFO: Executing: create replica table t1 (a int) #2025-04-05 00:53:35: client0022: SQLrun: INFO: Executing: drop table t1 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0023: 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-04-05 00:53:35: client0023: 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-04-05 00:53:35: client0023: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: create table "sys"."unitTestDontDelete" ("A" varchar(255),"B" bigint,"C" double,"D" timestamp) #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values (null, null, null, null), ('Cat1', 0, 0.5, '2013-06-10 11:10:10.000000'), #remapped: batcalc.isnotnil #remapped: batcalc.+ #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: with "c3_t" as #2025-04-05 00:53:35: client0023: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0024: 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-04-05 00:53:35: client0024: 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-04-05 00:53:35: client0024: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: create table "sys"."unitTestDontDelete" ( #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values (null, null, null, null) #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 0, 0.5, '2013-06-10 11:10:10.000000') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat2', 1, 1.5, '2013-06-11 12:11:11.000000') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 2, 2.5, '2013-06-12 13:12:12.000000') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat2', 3, 3.5, '2013-06-13 14:13:13.000000') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 4, 4.5, '2013-06-14 15:14:14.000000') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat2', 5, 5.5, '2013-06-15 16:15:15.000000') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 6, 6.5, '2013-06-16 17:16:16.000000') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat2', 7, 7.5, '2013-06-17 18:17:17.000000') #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: insert into "sys"."unitTestDontDelete" values ('Cat1', 8, 8.5, '2013-06-18 19:18:18.000000') #remapped: batcalc.isnotnil #remapped: batcalc.isnotnil #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: with "cp_t" as #remapped: batcalc.isnotnil #remapped: batcalc.isnotnil #remapped: batcalc.>= #remapped: batcalc.isnotnil #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: with "cp_t" as #2025-04-05 00:53:35: client0024: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0025: 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-04-05 00:53:35: client0025: 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-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: set optimizer = 'sequential_pipe' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: create table "task" ("sys_class_name" varchar(80),"priority" bigint,"sys_created_on" timestamp) #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: insert into "task" values ('incident', 1, timestamp '2010-10-10 10:00:00'), ('incident', 2, timestamp '2011-10-10 10:00:00'), #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: create procedure profiler.starttrace() external name profiler."starttrace" #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: create procedure profiler.stoptrace() external name profiler.stoptrace #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: call profiler."starttrace"() #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_to_str #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select sys.timestamp_to_str(case when task0."sys_created_on" >= '1999-10-31 09:00:00' and task0."sys_created_on" < '2000-04-02 10:00:00' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: call profiler.stoptrace() #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select count(*) from sys.tracelog() where stmt like '%batcalc.between%' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select count(*) from sys.tracelog() where stmt like '%algebra.thetaselect%' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select count(*) from sys.tracelog() where stmt like '%bat.replace%' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select count(*) from sys.tracelog() where stmt like '%batmtime.timestamp_add_msec_interval%' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select count(*) from sys.tracelog() where stmt like '%batmtime.timestamp_to_str%' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select count(*) from sys.tracelog() where stmt like '%batcalc.timestamp%' #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_add_msec_interval #remapped: batmtime.timestamp_to_str #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: select sys.timestamp_to_str(case when task0."sys_created_on" >= '1999-10-31 09:00:00' and task0."sys_created_on" < '2000-04-02 10:00:00' #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: rollback #2025-04-05 00:53:35: client0025: SQLrun: INFO: Executing: set optimizer = 'default_pipe' #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0026: 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-04-05 00:53:35: client0026: 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-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: create table "testTable1" ( #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: insert into "testTable1" values ('Cat1', 'Cat1') #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: insert into "testTable1" values ('Cat2', 'Cat2') #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: insert into "testTable1" values ('Cat3', 'Cat1') #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: create table "testTable2" ( #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: insert into "testTable2" values ('Cat1', 2) #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: insert into "testTable2" values ('Cat2', 3) #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: insert into "testTable2" values ('Cat2', 4) #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: insert into "testTable2" values (null, null) #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select "A", "B", ( #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select "A", "B", ( #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select "A", "B", ( #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select "A", "B", ( #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select "A", "B", ( #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select "A", "B", ( #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: select "A", "B", ( #2025-04-05 00:53:35: client0026: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:35: client0027: 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-04-05 00:53:35: client0027: 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-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select * from sys.columns where table_id not in (select id from sys.tables) #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select * from sys._columns where table_id not in (select id from sys._tables) #2025-04-05 00:53:35: client0027: SQLrun: INFO: Executing: select * from sys.keys where table_id not in (select id from sys.tables) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.objects where id not in (select id from sys.ids) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.idxs where table_id not in (select id from sys.tables) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.dependencies where id not in (select id from sys.ids) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.dependencies where depend_id not in (select id from sys.ids) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: create table sys.test2 (col1 serial) #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.tables where name = 'test2' #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.keys where table_id in (select id from sys.tables where name = 'test2') #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.objects where id in (select id from sys.keys where table_id in (select id from sys.tables where name = 'test2')) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: alter table sys.test2 set schema profiler #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.tables where name = 'test2' #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.keys where table_id in (select id from sys.tables where name = 'test2') #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.objects where id in (select id from sys.keys where table_id in (select id from sys.tables where name = 'test2')) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: alter table profiler.test2 set schema json #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.tables where name = 'test2' #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.keys where table_id in (select id from sys.tables where name = 'test2') #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.objects where id in (select id from sys.keys where table_id in (select id from sys.tables where name = 'test2')) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: alter table json.test2 set schema sys #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.tables where name = 'test2' #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.keys where table_id in (select id from sys.tables where name = 'test2') #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select count(*) as count_rows from sys.objects where id in (select id from sys.keys where table_id in (select id from sys.tables where name = 'test2')) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.columns where table_id not in (select id from sys.tables) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys._columns where table_id not in (select id from sys._tables) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.keys where table_id not in (select id from sys.tables) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.objects where id not in (select id from sys.ids) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.idxs where table_id not in (select id from sys.tables) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.dependencies where id not in (select id from sys.ids) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.dependencies where depend_id not in (select id from sys.ids) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: drop table sys.test2 #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.columns where table_id not in (select id from sys.tables) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys._columns where table_id not in (select id from sys._tables) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.keys where table_id not in (select id from sys.tables) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.objects where id not in (select id from sys.ids) #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.idxs where table_id not in (select id from sys.tables) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:36: client0027: SQLrun: INFO: Executing: select * from sys.dependencies where id not in (select id from sys.ids) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batstr.toLower #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batstr.toLower #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.ifthenelse #2025-04-05 00:53:37: client0027: SQLrun: INFO: Executing: select * from sys.dependencies where depend_id not in (select id from sys.ids) #2025-04-05 00:53:37: client0027: SQLrun: INFO: Executing: create table sys.test2 (col1 serial) #2025-04-05 00:53:37: client0027: SQLrun: INFO: Executing: drop table if exists sys.test2 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:37: client0028: 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-04-05 00:53:37: client0028: 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-04-05 00:53:37: client0028: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create table resultbuffer_int_str(q int, i1 int ,s1 string, prob double) #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create table "paramsint" ( #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create table "cachedrel_6" ( #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create table "cachedrel_33" ( #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create table "cachedrel_44" ( #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create table "cachedrel_84" ( #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create table "cachedrel_91" ( #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create view cachedrel_104 as select a3 as a1, a2, a1 as a3, prob from cachedrel_84 #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create view cachedrel_421 as select a3 as a1, a2, a1 as a3, prob from cachedrel_33 #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create view cachedrel_606 as select a1, prob from (values ('1',1.0)) as t__x0(a1,prob) #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create table "cachedrel_646" ( #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create view cachedrel_647 as select a2 as a1, a1 as a2, prob from cachedrel_646 #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: create view s0_mix_source_string_result_result as with q0_x0 as (select a1, prob from (select cachedrel_44.a1 as a1, cachedrel_44.a2 as a2, cachedrel_44.a3 as a3, t__x2.a1 as a4, cachedrel_44.prob * t__x2.prob as prob from cachedrel_44,(select a2 as a1, prob from (select paramname as a1, value as a2, prob from paramsint where paramname = 's0_userid') as t__x1) as #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc./ #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc./ #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.* #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: insert into resultbuffer_int_str (q, i1,s1, prob) select cast(0 as int) as q,a1, a2, prob from s0_mix_source_string_result_result as r #2025-04-05 00:53:37: client0028: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:37: client0029: 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-04-05 00:53:37: client0029: 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-04-05 00:53:37: client0029: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: create table x ("id" integer, "attribute" character large object, "value" character large object) #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: insert into x values (1, 'version', '3.15.0') #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: insert into x values (1, 'executiontime', '100848') #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: insert into x values (2, 'version', '3.15.0') #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: insert into x values (2, 'executiontime', '54340') #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: insert into x values (3, 'version', '3.15.0') #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: insert into x values (3, 'executiontime', '96715') #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: create view executiontimes as select * from x where attribute = 'executiontime' #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: select id from executiontimes where cast(value as bigint) > 80000 #2025-04-05 00:53:37: client0029: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:37: 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-04-05 00:53:37: 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-04-05 00:53:37: client0030: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: create table functions_test(id int, name varchar(64)) #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: create table args_test(id int, func_id int, name varchar(64), number int) #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: insert into functions_test values (1495, 'copyfrom'), (6743, 'querylog_calls'), (6802, 'tracelog'), (7234, 'bbp'), #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: copy 27 records into args_test from stdin null as ''; #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: select func_id, (select name from functions_test f where f.id = func_id) as name, max(number), count(*) from args_test #2025-04-05 00:53:37: client0030: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:37: client0033: 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-04-05 00:53:37: client0033: 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-04-05 00:53:37: client0033: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: create table producttarget (productid serial, name varchar(100) not null, productnumber bigint, color varchar(30) not null) #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: create table productsource (productid serial, name varchar(100) not null, productnumber bigint, color varchar(30) not null) #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: merge into producttarget t using productsource s on s.productid = t.productid when matched then update set name = s.name #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: merge into producttarget t using productsource s on s.productid = t.productid #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: drop table producttarget #2025-04-05 00:53:37: client0033: SQLrun: INFO: Executing: drop table productsource #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:37: client0034: 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-04-05 00:53:37: client0034: 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-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: create table test2 ( #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select "name", "query", "type", "remark" from describe_table('sys', 'test2') #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: copy 5 records into test2 from stdin using delimiters '|',E'\n'; #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select * from test2 #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: create table test1 ( #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select "name", "query", "type", "remark" from describe_table('sys', 'test1') #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select test2.order_id, #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: insert into test1 (id, qnt, order_number) select test2.order_id, #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select * from test1 #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: create table test3 (id, qnt, order_number) as select test2.order_id, #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select "name", "query", "type", "remark" from describe_table('sys', 'test3') #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select * from test3 #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: alter table test3 alter id set not null #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: alter table test3 alter order_number set not null #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: alter table test3 add constraint pk_test3_id primary key ("id", "qnt") #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: alter table test3 add constraint fk_order_number foreign key ("order_number") references #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: select "name", "query", "type", "remark" from describe_table('sys', 'test3') #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: drop table test3 #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: drop table test1 #2025-04-05 00:53:37: client0034: SQLrun: INFO: Executing: drop table test2 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:37: client0037: 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-04-05 00:53:37: client0037: 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-04-05 00:53:37: client0037: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: create table foo (i bigint, t text, f int) #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: copy 8 records into foo from stdin; #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: select * from foo #2025-04-05 00:53:37: client0037: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:37: client0040: 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-04-05 00:53:37: client0040: 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-04-05 00:53:37: client0040: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:37: client0040: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0040: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:37: client0040: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:37: client0040: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:37: client0040: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:37: client0040: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:37: client0040: SQLrun: INFO: Executing: create table test_6722 (part string, qty double) #2025-04-05 00:53:38: client0040: SQLrun: INFO: Executing: insert into test_6722 values ('a', 18), ('a', 13),('a', 16),('b', 15),('b', 16),('c', 17),('c', 18),('c', 12),('d', 12),('d', 12) #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.dense_rank #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 00:53:38: client0040: SQLrun: INFO: Executing: select #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.dense_rank #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 00:53:38: client0040: SQLrun: INFO: Executing: select #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.dense_rank #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 00:53:38: client0040: SQLrun: INFO: Executing: select #2025-04-05 00:53:38: client0040: SQLrun: INFO: Executing: drop table test_6722 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:38: client0041: 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-04-05 00:53:38: client0041: 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-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select 1 as t, 2 as t #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select a.* from (select 1 as t, 2 as u) a #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: with wa as (select 1 as t, 2 as u) select wa.* from wa #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select 1,2,3 as "L2" #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: select a.* from (select 1,2,3 as "L2") a #2025-04-05 00:53:38: client0041: SQLrun: INFO: Executing: with wa as (select 1,2,3 as "L2") select wa.* from wa #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:38: client0042: 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-04-05 00:53:38: client0042: 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-04-05 00:53:38: client0042: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:38: client0042: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0042: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:38: client0042: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0042: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:38: client0042: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:38: client0042: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:38: client0043: 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-04-05 00:53:38: client0043: 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-04-05 00:53:38: client0043: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: create table r(a1 string, a2 string) #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: insert into r values ('a','b'), ('a','b'), ('b','a') #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: select distinct a1,a2 from r #remapped: batcalc.> #remapped: batcalc.< #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: select distinct #2025-04-05 00:53:38: client0043: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:38: client0044: 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-04-05 00:53:38: client0044: 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-04-05 00:53:38: client0044: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:38: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0044: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:38: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0044: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:38: client0044: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:38: client0044: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:38: client0044: SQLrun: INFO: Executing: create table products ("id" int not null primary key, "name" varchar(99) not null, "price" decimal(7,2) not null) #2025-04-05 00:53:38: client0044: SQLrun: INFO: Executing: drop table products #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:38: client0045: 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-04-05 00:53:38: client0045: 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-04-05 00:53:38: client0045: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create schema "dw_hospital" #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create sequence "dw_hospital"."seq_36397" as integer #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create sequence "dw_hospital"."seq_36422" as integer #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create sequence "dw_hospital"."seq_45337" as integer #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create sequence "dw_hospital"."seq_45407" as integer #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: set schema "dw_hospital" #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create table "dw_hospital"."bri_classi_gruppi_movimenti" ( #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create table "dw_hospital"."dim_classi_movimenti" ( #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create table "dw_hospital"."dim_periodi" ( #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create view "dw_hospital"."v_dim_classi_movimenti" as #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create table "dw_hospital"."facts_costi_2017" ( #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create table "dw_hospital"."facts_costi_2018" ( #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create table "dw_hospital"."facts_costi_2019" ( #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: create merge table "dw_hospital"."facts_costi" ( #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: alter table "dw_hospital"."facts_costi" add table "dw_hospital"."facts_costi_2017" #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: alter table "dw_hospital"."facts_costi" add table "dw_hospital"."facts_costi_2018" #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: alter table "dw_hospital"."facts_costi" add table "dw_hospital"."facts_costi_2019" #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: set schema "sys" #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."bri_classi_gruppi_movimenti" (classe_movimento_id,gruppo_classe_movimento_id,last_batch_id,last_updated) values (1,7,3829,'2019-07-18 16:05:31.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."bri_classi_gruppi_movimenti" (classe_movimento_id,gruppo_classe_movimento_id,last_batch_id,last_updated) values (4,7,3829,'2019-07-18 16:05:31.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."bri_classi_gruppi_movimenti" (classe_movimento_id,gruppo_classe_movimento_id,last_batch_id,last_updated) values (7,7,3829,'2019-07-18 16:05:31.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."bri_classi_gruppi_movimenti" (classe_movimento_id,gruppo_classe_movimento_id,last_batch_id,last_updated) values (20,7,3829,'2019-07-18 16:05:31.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."bri_classi_gruppi_movimenti" (classe_movimento_id,gruppo_classe_movimento_id,last_batch_id,last_updated) values (21,7,3829,'2019-07-18 16:05:31.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."bri_classi_gruppi_movimenti" (classe_movimento_id,gruppo_classe_movimento_id,last_batch_id,last_updated) values (24,7,3829,'2019-07-18 16:05:31.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."bri_classi_gruppi_movimenti" (classe_movimento_id,gruppo_classe_movimento_id,last_batch_id,last_updated) values (25,7,3829,'2019-07-18 16:05:31.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_classi_movimenti" (id,codice,descrizione,tipo_centro,tipo_movimentazione,tipo_caricamento,uso_ribaltamento,version,valid_from,valid_to,last_batch_id,last_updated) values (0,'ND','Non Disponibile','Non Disponibile','Non Disponibile','Non Disponibile','Non Disponibile',1,'1900-01-01','2199-12-31',840,'2019-07-18 09:48:06.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_classi_movimenti" (id,codice,descrizione,tipo_centro,tipo_movimentazione,tipo_caricamento,uso_ribaltamento,version,valid_from,valid_to,last_batch_id,last_updated) values (1,'1','Movimenti da Contabilita','Centro','Multi-periodo','Automatico','No',1,'1900-01-01','2200-01-01',842,'2019-07-18 09:48:06.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_classi_movimenti" (id,codice,descrizione,tipo_centro,tipo_movimentazione,tipo_caricamento,uso_ribaltamento,version,valid_from,valid_to,last_batch_id,last_updated) values (4,'11','Competenza pers l.g.','Centro','Periodo Singolo','Automatico','No',1,'1900-01-01','2200-01-01',842,'2019-07-18 09:48:06.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_classi_movimenti" (id,codice,descrizione,tipo_centro,tipo_movimentazione,tipo_caricamento,uso_ribaltamento,version,valid_from,valid_to,last_batch_id,last_updated) values (7,'1103','Consuntivo con budget','Gruppo','Non Definito','Non Definito','Si',1,'1900-01-01','2200-01-01',842,'2019-07-18 09:48:06.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_classi_movimenti" (id,codice,descrizione,tipo_centro,tipo_movimentazione,tipo_caricamento,uso_ribaltamento,version,valid_from,valid_to,last_batch_id,last_updated) values (20,'2','Movimenti da Magazzino','Centro','Multi-periodo','Automatico','No',1,'1900-01-01','2200-01-01',842,'2019-07-18 09:48:06.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_classi_movimenti" (id,codice,descrizione,tipo_centro,tipo_movimentazione,tipo_caricamento,uso_ribaltamento,version,valid_from,valid_to,last_batch_id,last_updated) values (21,'20','Attivita','Centro','Periodo Singolo','Automatico','No',1,'1900-01-01','2200-01-01',842,'2019-07-18 09:48:06.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_classi_movimenti" (id,codice,descrizione,tipo_centro,tipo_movimentazione,tipo_caricamento,uso_ribaltamento,version,valid_from,valid_to,last_batch_id,last_updated) values (24,'38','Ribaltamenti utenze','Centro','Periodo Singolo','Automatico','Si',1,'1900-01-01','2200-01-01',842,'2019-07-18 09:48:06.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (1,'it','IT','ND','Non definita','ND','ND','ND','ND',0,0,0,'ND',0,'2012-05-25 16:11:06.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201701,'it','IT','gen','gennaio','I Trim','2017-I Trim','2017-gen','17',2017,1,1,'2017-01',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201702,'it','IT','feb','febbraio','I Trim','2017-I Trim','2017-feb','17',2017,2,1,'2017-02',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201703,'it','IT','mar','marzo','I Trim','2017-I Trim','2017-mar','17',2017,3,1,'2017-03',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201704,'it','IT','apr','aprile','II Trim','2017-II Trim','2017-apr','17',2017,4,2,'2017-04',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201705,'it','IT','mag','maggio','II Trim','2017-II Trim','2017-mag','17',2017,5,2,'2017-05',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201706,'it','IT','giu','giugno','II Trim','2017-II Trim','2017-giu','17',2017,6,2,'2017-06',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201707,'it','IT','lug','luglio','III Trim','2017-III Trim','2017-lug','17',2017,7,3,'2017-07',110,'2013-02-14 12:31:23.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201708,'it','IT','ago','agosto','III Trim','2017-III Trim','2017-ago','17',2017,8,3,'2017-08',110,'2013-02-14 12:31:23.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201709,'it','IT','set','settembre','III Trim','2017-III Trim','2017-set','17',2017,9,3,'2017-09',110,'2013-02-14 12:31:24 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201710,'it','IT','ott','ottobre','IV Trim','2017-IV Trim','2017-ott','17',2017,10,4,'2017-10',110,'2012-05-25 16:13:07.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201711,'it','IT','nov','novembre','IV Trim','2017-IV Trim','2017-nov','17',2017,11,4,'2017-11',110,'2012-05-25 16:13:07.0 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201712,'it','IT','dic','dicembre','IV Trim','2017-IV Trim','2017-dic','17',2017,12,4,'2017-12',110,'2012-05-25 16:13:07.0 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201801,'it','IT','gen','gennaio','I Trim','2018-I Trim','2018-gen','18',2018,1,1,'2018-01',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201802,'it','IT','feb','febbraio','I Trim','2018-I Trim','2018-feb','18',2018,2,1,'2018-02',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201803,'it','IT','mar','marzo','I Trim','2018-I Trim','2018-mar','18',2018,3,1,'2018-03',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201804,'it','IT','apr','aprile','II Trim','2018-II Trim','2018-apr','18',2018,4,2,'2018-04',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201805,'it','IT','mag','maggio','II Trim','2018-II Trim','2018-mag','18',2018,5,2,'2018-05',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201806,'it','IT','giu','giugno','II Trim','2018-II Trim','2018-giu','18',2018,6,2,'2018-06',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201807,'it','IT','lug','luglio','III Trim','2018-III Trim','2018-lug','18',2018,7,3,'2018-07',110,'2013-02-14 12:31:23.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201808,'it','IT','ago','agosto','III Trim','2018-III Trim','2018-ago','18',2018,8,3,'2018-08',110,'2013-02-14 12:31:23.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201809,'it','IT','set','settembre','III Trim','2018-III Trim','2018-set','18',2018,9,3,'2018-09',110,'2013-02-14 12:31:24 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201810,'it','IT','ott','ottobre','IV Trim','2018-IV Trim','2018-ott','18',2018,10,4,'2018-10',110,'2012-05-25 16:13:07.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201811,'it','IT','nov','novembre','IV Trim','2018-IV Trim','2018-nov','18',2018,11,4,'2018-11',110,'2012-05-25 16:13:07.0 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201812,'it','IT','dic','dicembre','IV Trim','2018-IV Trim','2018-dic','18',2018,12,4,'2018-12',110,'2012-05-25 16:13:07.0 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201901,'it','IT','gen','gennaio','I Trim','2019-I Trim','2019-gen','19',2019,1,1,'2019-01',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201902,'it','IT','feb','febbraio','I Trim','2019-I Trim','2019-feb','19',2019,2,1,'2019-02',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201903,'it','IT','mar','marzo','I Trim','2019-I Trim','2019-mar','19',2019,3,1,'2019-03',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201904,'it','IT','apr','aprile','II Trim','2019-II Trim','2019-apr','19',2019,4,2,'2019-04',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201905,'it','IT','mag','maggio','II Trim','2019-II Trim','2019-mag','19',2019,5,2,'2019-05',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201906,'it','IT','giu','giugno','II Trim','2019-II Trim','2019-giu','19',2019,6,2,'2019-06',110,'2012-05-25 16:13:07.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201907,'it','IT','lug','luglio','III Trim','2019-III Trim','2019-lug','19',2019,7,3,'2019-07',110,'2013-02-14 12:31:23.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201908,'it','IT','ago','agosto','III Trim','2019-III Trim','2019-ago','19',2019,8,3,'2019-08',110,'2013-02-14 12:31:23.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201909,'it','IT','set','settembre','III Trim','2019-III Trim','2019-set','19',2019,9,3,'2019-09',110,'2013-02-14 12:31:24 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201910,'it','IT','ott','ottobre','IV Trim','2019-IV Trim','2019-ott','19',2019,10,4,'2019-10',110,'2012-05-25 16:13:07.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201911,'it','IT','nov','novembre','IV Trim','2019-IV Trim','2019-nov','19',2019,11,4,'2019-11',110,'2012-05-25 16:13:07.0 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."dim_periodi" (id,language_code,country_code,month_abbreviation,month_name,quarter_name,year_quarter,year_month_abbreviation,year2,year4,month_number,quarter_number,year_month_number,last_batch_id,last_updated) values (201912,'it','IT','dic','dicembre','IV Trim','2019-IV Trim','2019-dic','19',2019,12,4,'2019-12',110,'2012-05-25 16:13:07.0 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2017" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (94606571,566810303,201701,455,4,23,2286,1,1,1,2,0,-25042.4700,-6.7900,3260,0,'2019-04-05 13:22:3 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2017" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (94606572,566810304,201701,1081,16,24,2279,1,1,4,2,0,18356.4500,2.1000,3260,0,'2019-04-05 13:22:3 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2017" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (94606573,566810305,201701,395,4,23,2281,1,1,20,2,0,25042.4700,6.7900,3260,0,'2019-04-05 13:22:32 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2017" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (94606574,566810306,201701,203,4,23,2283,1,1,21,2,0,14161.0700,4.6300,3260,0,'2019-04-05 13:22:32 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2017" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (94606575,566810307,201701,115,4,23,2286,1,1,24,2,0,-26517.5800,-6.8200,3260,0,'2019-04-05 13:22: #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2018" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (95196386,731174788,201801,159,4,23,96,1,1,1,1,0,6912.4300,0.0000,3262,0,'2019-04-05 13:28:11.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2018" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (95196387,731174789,201801,6,0,23,98,1,1,4,1,0,-1097.2900,0.0000,3262,0,'2019-04-05 13:28:11.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2018" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (95196388,731174790,201801,212,3,23,98,1,1,20,1,0,432.0000,0.0000,3262,0,'2019-04-05 13:28:11.0') #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2018" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (95196389,731174791,201801,525,4,23,101,1,1,21,1,0,7680.9500,0.0000,3262,0,'2019-04-05 13:28:11.0 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2018" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (95196390,731174792,201801,6,0,23,106,2,1,24,1,0,-30000.0000,-10.0000,3262,0,'2019-04-05 13:28:11 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2019" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (97251664,766351485,201901,291,4,23,2273,1,1,1,2,0,279.8800,0.0000,3822,0,'2019-07-17 13:24:49.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2019" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (97251665,766351486,201901,292,4,23,2273,1,1,20,2,0,3017.1400,0.0000,3822,0,'2019-07-17 13:24:49. #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2019" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (97251666,766351487,201901,328,13,23,2273,1,1,4,2,0,2321.5700,0.0000,3822,0,'2019-07-17 13:24:49. #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2019" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (97251667,766351488,201901,347,4,23,2273,1,1,24,2,0,192.9300,0.0000,3822,0,'2019-07-17 13:24:49.0 #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: insert into "dw_hospital"."facts_costi_2019" (id,id_movimento_aggregato,periodo_id,centro_id,tipo_centro_id,area_id,fattore_id,gestione_fattore_id,tipo_fattore_id,classe_movimento_id,applicativo_id,progetto_id,valore,quantita,last_batch_id,archive,last_updated) values (97251668,766351489,201901,369,13,23,2273,1,1,21,2,0,2.3400,0.0000,3822,0,'2019-07-17 13:24:49.0' #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: select #2025-04-05 00:53:38: client0045: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:38: client0046: 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-04-05 00:53:38: client0046: 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-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: create table monet1_test ("Id" bigserial, key int, value varchar(2000)) #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: create table monet2_test ("Id" bigserial, key int, value varchar(2000)) #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: insert into monet1_test select value "Id", value "key", value "value" from generate_series(1,600) #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: insert into monet2_test select value "Id", value "key", value "value" from generate_series(1,200) #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.min #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select count(1) from monet2_test t1 inner join monet1_test t2 on exists (select t1.key intersect select t2.key) #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select count(1) from monet2_test where exists(select 1 from monet1_test t2 where (t2.key = monet2_test.key) or ((t2.key is null) and (monet2_test.key is null))) #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: select count(1) from monet2_test t1 inner join monet1_test t2 on ((t1.key = t2.key) or ((t1.key is null) and (t2.key is null))) #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: merge into monet2_test #2025-04-05 00:53:38: client0046: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:38: client0047: 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-04-05 00:53:38: client0047: 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-04-05 00:53:38: client0047: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:38: client0047: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0047: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:38: client0047: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:38: client0047: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:38: client0047: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:38: client0047: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #remapped: batsql.sum #remapped: batsql.sum #remapped: batcalc.* #remapped: batsql.sum #remapped: batcalc.* #2025-04-05 00:53:39: client0047: SQLrun: INFO: Executing: select foo, #remapped: batsql.sum #remapped: batcalc./ #2025-04-05 00:53:39: client0047: SQLrun: INFO: Executing: select foo, #remapped: batsql.diff #remapped: batsql.sum #remapped: batsql.diff #remapped: batsql.sum #remapped: batcalc.* #2025-04-05 00:53:39: client0047: SQLrun: INFO: Executing: select foo, #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:39: client0048: 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-04-05 00:53:39: client0048: 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-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: create sequence seq as int #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select next_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select next_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select next_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select next value for sys.seq #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: drop sequence seq #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: create sequence seq as int #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select next_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select next_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select next_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select next value for sys.seq #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: select get_value_for('sys','seq') #2025-04-05 00:53:39: client0048: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:39: client0049: 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-04-05 00:53:39: client0049: 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-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq1 as int #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq2 start with 2 #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq3 increment by 3 #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq4 minvalue 4 #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq5 no minvalue #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq6 maxvalue 6 #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq7 no maxvalue #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq8 cache 8 #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq9 no cycle #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: create sequence seq0 cycle #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0049: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:39: client0050: 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-04-05 00:53:39: client0050: 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-04-05 00:53:39: client0050: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: create sequence seqtiny as tinyint #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: create sequence seqsmall as smallint #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: create sequence seqint as int #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: create sequence seqbint as bigint #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: create sequence seqinteger as integer #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: select name, start, minvalue, maxvalue, increment, cacheinc, cycle from sequences #2025-04-05 00:53:39: client0050: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:39: client0051: 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-04-05 00:53:39: client0051: 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-04-05 00:53:39: client0051: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:39: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:39: client0051: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:39: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:39: client0051: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:44: client0052: 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-04-05 00:53:44: client0052: 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-04-05 00:53:44: client0052: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:44: client0052: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:44: client0052: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:44: client0052: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:44: client0052: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:51: client0053: 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-04-05 00:53:51: client0053: 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-04-05 00:53:51: client0053: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: set schema sys #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: set schema json #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: set role monetdb #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: set schema sys #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: commit #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: rollback #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: set transaction #2025-04-05 00:53:51: client0053: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:51: client0054: 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-04-05 00:53:51: client0054: 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-04-05 00:53:51: client0054: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: create table ontime ( #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: create table tmp ( #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: insert into tmp ("Hour") #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: insert into ontime values (2001, 9, 2, 'AA', 900.00, -6.00) #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: alter table "ontime" set read only #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: analyze sys.ontime #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: with t1 as ( #2025-04-05 00:53:51: client0054: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:51: client0055: 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-04-05 00:53:51: client0055: 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-04-05 00:53:51: client0055: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: create schema logs #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: create merge table logs.test_message ( #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: create table logs.test_message_20190909 ( #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: create table logs.test_message_20190910 ( #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: alter table logs.test_message add table logs.test_message_20190909 #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: alter table logs.test_message add table logs.test_message_20190910 #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: select timestamp as timestamp, logentry_no as logentry_no, logsource as logsource, program as program #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: select timestamp as timestamp, logentry_no as logentry_no, logsource as logsource #2025-04-05 00:53:51: client0055: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:51: client0056: 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-04-05 00:53:51: client0056: 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-04-05 00:53:51: client0056: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."params_str" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."bm_0_obj_dict" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."bm_0_obj_type" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."tr_0_obj_dict" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."tr_0_obj_type" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_4" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_5" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_6" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_7" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_8" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_9" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_10" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_11" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_12" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_13" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_14" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_15" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_16" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_17" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_18" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_19" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_20" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_21" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_22" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_23" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_24" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_25" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_26" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_27" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_28" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_29" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_30" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_31" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_32" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_34" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_35" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_36" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_37" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_38" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_39" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_40" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_41" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_42" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_43" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_44" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_46" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_47" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_48" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_49" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_50" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_51" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_52" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_54" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_56" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_57" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_58" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_59" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_60" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_61" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_62" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_63" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_64" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_65" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_66" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_67" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_68" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_69" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_70" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_71" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_72" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_73" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_74" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_75" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_76" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_77" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_78" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_79" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_80" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_81" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_82" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_86" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_87" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_88" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_89" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_90" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_91" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_92" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_93" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_94" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_95" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_97" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_98" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_99" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_100" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_101" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_102" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_103" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_104" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_105" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_106" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_107" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_108" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_109" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_110" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_111" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_112" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_113" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_115" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_116" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_117" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_118" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_119" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_120" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_121" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_122" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_123" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_124" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_125" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_126" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_127" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_128" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_130" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_134" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_135" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_136" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_137" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_138" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_139" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_140" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_143" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_144" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_145" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_146" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_149" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_150" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_151" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_152" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_153" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_156" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_157" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_158" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_159" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_161" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_162" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_163" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_165" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_166" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_167" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_168" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_169" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_170" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_172" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_173" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_174" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_175" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_176" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_177" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_178" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_180" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_181" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_182" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create table "sys"."_cachedrel_183" ( #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create or replace function pcre_replace(s string, pattern string, repl string, flags string) returns string external name pcre."replace" #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_1 as select idstr as a1, id as a2, prob from bm_0_obj_dict #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_2 as select a2 as a1, prob from _cachedrel_1 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_3 as select id as a1, type as a2, typestr as a3, prob from bm_0_obj_type #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_33 as select a1, a2, prob from _cachedrel_32 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_45 as select a1, a1 as a2, prob from _cachedrel_43 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_53 as select a1, prob from (values ('1',1.0)) as t__x41(a1,prob) #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_55 as select a1, prob from (values ('2',1.0)) as t__x44(a1,prob) #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_83 as select a1, a2, prob from _cachedrel_82 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_84 as select a1, prob from (values ('Functionele naam',1.0)) as t__x78(a1,prob) #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_85 as select a1, a3 as a2, prob from _cachedrel_15 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_96 as select a1, a2, prob from _cachedrel_95 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_114 as select a1, a2, prob from _cachedrel_113 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_129 as select a1, prob from (values ('1',300.0),('2',100.0),('3',400.0),('4',100.0),('5',200.0),('6',10.0),('7',100.0)) as t__x132(a1,prob) #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_131 as select idstr as a1, id as a2, prob from tr_0_obj_dict #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_132 as select a2 as a1, prob from _cachedrel_131 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_133 as select id as a1, type as a2, typestr as a3, prob from tr_0_obj_type #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_141 as select a2 as a1, prob from _cachedrel_140 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_142 as select a1, a2, prob from _cachedrel_140 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_147 as select a2 as a1, prob from _cachedrel_146 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_148 as select a1, a2, prob from _cachedrel_146 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_154 as select a2 as a1, prob from _cachedrel_153 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_155 as select a1, a2, prob from _cachedrel_153 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_160 as select a2 as a1, a1 as a2, prob from _cachedrel_159 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_164 as select a1, a3 as a2, prob from _cachedrel_163 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_171 as select a1, prob from (values ('1',5.0),('2',1.0)) as t__x171(a1,prob) #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_179 as select a1, prob from (values ('1',5.0),('2',2.0),('3',1.0)) as t__x179(a1,prob) #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_184 as select a1, a3 as a2, prob from _cachedrel_183 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: create view _cachedrel_185 as select a1, a3 as a2, prob from _cachedrel_26 #2025-04-05 00:53:51: client0056: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:51: client0057: 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-04-05 00:53:51: client0057: 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-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: create table "sys"."actual_positionmart_pfx_intraday_test" ( #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: copy 245 records into "sys"."actual_positionmart_pfx_intraday_test" from stdin using delimiters E'\t',E'\n','"'; #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select fundid from actual_positionmart_pfx_intraday_test where fundid = 10 and currencyexposed <> 'TOTAL' #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select fundid from actual_positionmart_pfx_intraday_test where fundid = 10 and currencyexposed = 'TOTAL' #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: select fundid, cast(sum(fxcurdlttot) as bigint) as fxcurdlttotfx from actual_positionmart_pfx_intraday_test where asofdate='2019-09-11' and fundid = 10 and currencyexposed <> 'TOTAL' group by fundid #2025-04-05 00:53:51: client0057: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:51: client0060: 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-04-05 00:53:51: client0060: 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-04-05 00:53:51: client0060: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: create schema myschema #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: create user myuser with unencrypted password 'Test123' name 'Hulk' schema myschema #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: set schema myschema #2025-04-05 00:53:51: client0060: SQLrun: INFO: Executing: create table test (id integer, name varchar(20), address varchar(20)) #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: insert into test (id, name,address) values (1,'Tom', 'planet'),(2,'Karen', 'earth') #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: call sys.setsessiontimeout(59) #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: grant select on test to myuser #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: select * from test #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: revoke select on test from myuser #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: grant select (id) on test to myuser #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: select id from test #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: select * from test #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: grant select (address) on test to myuser #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: select id from test #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: select address from test #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: select * from test #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: revoke select (id) on test from myuser #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: select address from test #2025-04-05 00:53:52: client0061: SQLrun: INFO: Executing: select * from test #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: set schema sys #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: drop user myuser #2025-04-05 00:53:52: client0060: SQLrun: INFO: Executing: drop schema myschema cascade #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0062: 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-04-05 00:53:52: client0062: 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-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: create sequence myseq as int #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: create sequence myotherseq as int #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select 'sys', seq.name, next_value_for('sys', seq.name) from sys.sequences seq, sys.schemas s where s.id = seq.schema_id order by s.name, seq.name #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select s.name, 'myseq', next_value_for(s.name, 'myseq') from sys.sequences seq, sys.schemas s where s.id = seq.schema_id order by s.name, seq.name #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select s.name, seq.name, next_value_for(s.name, seq.name) from sys.sequences seq, sys.schemas s where s.id = seq.schema_id order by s.name, seq.name #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select 'sys', seq.name, get_value_for('sys', seq.name) from sys.sequences seq, sys.schemas s where s.id = seq.schema_id order by s.name, seq.name #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select s.name, 'myseq', get_value_for(s.name, 'myseq') from sys.sequences seq, sys.schemas s where s.id = seq.schema_id order by s.name, seq.name #remapped: batsql.get_value #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select s.name, seq.name, get_value_for(s.name, seq.name) from sys.sequences seq, sys.schemas s where s.id = seq.schema_id order by s.name, seq.name #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: select s.name, seq.name, "restart"(s.name, seq.name, 1) from sys.sequences seq, sys.schemas s where s.id = seq.schema_id order by s.name, seq.name #2025-04-05 00:53:52: client0062: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0063: 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-04-05 00:53:52: client0063: 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-04-05 00:53:52: client0063: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:52: client0063: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0063: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:52: client0063: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0063: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:52: client0063: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:52: client0063: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:52: client0063: SQLrun: INFO: Executing: select json.filter('{"foo": null}', '$.foo') #2025-04-05 00:53:52: client0063: SQLrun: INFO: Executing: select json.filter('[null]', '$[0]') #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0064: 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-04-05 00:53:52: client0064: 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-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: create table "t1" ( #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: insert into t1 values (5, 0.2000) #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: create table "t2" ( #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: insert into t2 values (5, 0.5000) #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: create table "t3" ( #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: insert into t3 values (5, 1) #remapped: batcalc.* #remapped: batcalc.* #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select tmp.a1, prod(tmp.prob) as prob from #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select prod(col1) from (values(1.0), (0.5)) as t1(col1) #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select prod(col1) from (values(1.0), (1.0)) as t1(col1) #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select prod(col1) from (values(1.0), (1.0), (1.0)) as t1(col1) #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select prod(col1) from (values(152.2), (1.34), (0.3), (32.266)) as t1(col1) #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: select prod(col1) from (values(152.2), (1.34), (0.3), (32.266), (-0.1)) as t1(col1) #2025-04-05 00:53:52: client0064: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0065: 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-04-05 00:53:52: client0065: 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-04-05 00:53:52: client0065: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: drop table if exists t #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: create table t (i int, s varchar(32)) #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: insert into t values (-450, 'foo'), (29, 'bar'), (-250, 'foobar') #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: select i from t where t.i not in (-450 , 29) and (t."s" <> 'xyz' or t."s" is null ) #2025-04-05 00:53:52: client0065: SQLrun: INFO: Executing: drop table t #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0066: 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-04-05 00:53:52: client0066: 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-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: create table dummy4("key" varchar(32), val int) #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: insert into dummy4 values('AAAAAAAA',1),('BBBBBBBBB',2) #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: create table dummy5("key" varchar(32), val int) #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: insert into dummy5 values('CCCCCCCC',3),('DDDDDDDD',4) #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: create table dummy6 as select "key", dummy4.val as "val4", dummy5.val as "val5" from dummy4 full outer join dummy5 using ("key") #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select t.name as "table_name", c.name as "column_name", c.type, c.type_digits #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: create table dummy7 as select "key", val as "val4", val as "val5" from dummy4 natural full outer join dummy5 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select t.name as "table_name", c.name as "column_name", c.type, c.type_digits #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: create table dummy8 as select dummy4."key" as "key4", dummy5."key" as "key5", dummy4.val as "val4", dummy5.val as "val5" from dummy4 full outer join dummy5 on dummy4."key" = dummy5."key" #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: select t.name as "table_name", c.name as "column_name", c.type, c.type_digits #2025-04-05 00:53:52: client0066: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:52: client0067: 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-04-05 00:53:52: client0067: 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-04-05 00:53:52: client0067: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:52: client0067: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0067: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:52: client0067: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:52: client0067: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: start transaction; #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table dbgen_version #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table customer_address #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table customer_demographics #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table date_dim #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table warehouse #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table ship_mode #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table time_dim #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table reason #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table income_band #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table item #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table store #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table call_center #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table customer #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table web_site #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table store_returns #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table household_demographics #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table web_page #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table promotion #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table catalog_page #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table inventory #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table catalog_returns #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table web_returns #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table web_sales #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table catalog_sales #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: create table store_sales #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table call_center add constraint cc_d1 foreign key (cc_closed_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table call_center add constraint cc_d2 foreign key (cc_open_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table catalog_page add constraint cp_d1 foreign key (cp_end_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table catalog_page add constraint cp_d2 foreign key (cp_start_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_cc foreign key (cr_call_center_sk) references call_center (cc_call_center_sk); #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_cp foreign key (cr_catalog_page_sk) references catalog_page (cp_catalog_page_sk); #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_i foreign key (cr_item_sk) references item (i_item_sk); #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_r foreign key (cr_reason_sk) references reason (r_reason_sk); #2025-04-05 00:53:52: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_a1 foreign key (cr_refunded_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_cd1 foreign key (cr_refunded_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_c1 foreign key (cr_refunded_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_hd1 foreign key (cr_refunded_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_d1 foreign key (cr_returned_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_t foreign key (cr_returned_time_sk) references time_dim (t_time_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_a2 foreign key (cr_returning_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_cd2 foreign key (cr_returning_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_c2 foreign key (cr_returning_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_hd2 foreign key (cr_returning_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_sm foreign key (cr_ship_mode_sk) references ship_mode (sm_ship_mode_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_returns add constraint cr_w2 foreign key (cr_warehouse_sk) references warehouse (w_warehouse_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_b_a foreign key (cs_bill_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_b_cd foreign key (cs_bill_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_b_c foreign key (cs_bill_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_b_hd foreign key (cs_bill_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_cc foreign key (cs_call_center_sk) references call_center (cc_call_center_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_cp foreign key (cs_catalog_page_sk) references catalog_page (cp_catalog_page_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_i foreign key (cs_item_sk) references item (i_item_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_p foreign key (cs_promo_sk) references promotion (p_promo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_s_a foreign key (cs_ship_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_s_cd foreign key (cs_ship_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_s_c foreign key (cs_ship_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_d1 foreign key (cs_ship_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_s_hd foreign key (cs_ship_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_sm foreign key (cs_ship_mode_sk) references ship_mode (sm_ship_mode_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_d2 foreign key (cs_sold_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_t foreign key (cs_sold_time_sk) references time_dim (t_time_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table catalog_sales add constraint cs_w foreign key (cs_warehouse_sk) references warehouse (w_warehouse_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table customer add constraint c_a foreign key (c_current_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table customer add constraint c_cd foreign key (c_current_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table customer add constraint c_hd foreign key (c_current_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table customer add constraint c_fsd foreign key (c_first_sales_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table customer add constraint c_fsd2 foreign key (c_first_shipto_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table household_demographics add constraint hd_ib foreign key (hd_income_band_sk) references income_band (ib_income_band_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table inventory add constraint inv_d foreign key (inv_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table inventory add constraint inv_i foreign key (inv_item_sk) references item (i_item_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table inventory add constraint inv_w foreign key (inv_warehouse_sk) references warehouse (w_warehouse_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table promotion add constraint p_end_date foreign key (p_end_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table promotion add constraint p_i foreign key (p_item_sk) references item (i_item_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table promotion add constraint p_start_date foreign key (p_start_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store add constraint s_close_date foreign key (s_closed_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_a foreign key (sr_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_cd foreign key (sr_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_c foreign key (sr_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_hd foreign key (sr_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_i foreign key (sr_item_sk) references item (i_item_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_r foreign key (sr_reason_sk) references reason (r_reason_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_ret_d foreign key (sr_returned_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_t foreign key (sr_return_time_sk) references time_dim (t_time_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_returns add constraint sr_s foreign key (sr_store_sk) references store (s_store_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_a foreign key (ss_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_cd foreign key (ss_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_c foreign key (ss_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_hd foreign key (ss_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_i foreign key (ss_item_sk) references item (i_item_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_p foreign key (ss_promo_sk) references promotion (p_promo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_d foreign key (ss_sold_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_t foreign key (ss_sold_time_sk) references time_dim (t_time_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table store_sales add constraint ss_s foreign key (ss_store_sk) references store (s_store_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_page add constraint wp_ad foreign key (wp_access_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_page add constraint wp_cd foreign key (wp_creation_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_i foreign key (wr_item_sk) references item (i_item_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_r foreign key (wr_reason_sk) references reason (r_reason_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ref_a foreign key (wr_refunded_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ref_cd foreign key (wr_refunded_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ref_c foreign key (wr_refunded_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ref_hd foreign key (wr_refunded_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ret_d foreign key (wr_returned_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ret_t foreign key (wr_returned_time_sk) references time_dim (t_time_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ret_a foreign key (wr_returning_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ret_cd foreign key (wr_returning_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ret_c foreign key (wr_returning_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_ret_hd foreign key (wr_returning_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_returns add constraint wr_wp foreign key (wr_web_page_sk) references web_page (wp_web_page_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_b_a foreign key (ws_bill_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_b_cd foreign key (ws_bill_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_b_c foreign key (ws_bill_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_b_hd foreign key (ws_bill_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_i foreign key (ws_item_sk) references item (i_item_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_p foreign key (ws_promo_sk) references promotion (p_promo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_s_a foreign key (ws_ship_addr_sk) references customer_address (ca_address_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_s_cd foreign key (ws_ship_cdemo_sk) references customer_demographics (cd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_s_c foreign key (ws_ship_customer_sk) references customer (c_customer_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_s_d foreign key (ws_ship_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_s_hd foreign key (ws_ship_hdemo_sk) references household_demographics (hd_demo_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_sm foreign key (ws_ship_mode_sk) references ship_mode (sm_ship_mode_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_d2 foreign key (ws_sold_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_t foreign key (ws_sold_time_sk) references time_dim (t_time_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_w2 foreign key (ws_warehouse_sk) references warehouse (w_warehouse_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_wp foreign key (ws_web_page_sk) references web_page (wp_web_page_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_sales add constraint ws_ws foreign key (ws_web_site_sk) references web_site (web_site_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_site add constraint web_d1 foreign key (web_close_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: alter table web_site add constraint web_d2 foreign key (web_open_date_sk) references date_dim (d_date_sk); #2025-04-05 00:53:53: client0068: SQLrun: INFO: Executing: commit; #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select id from sys._columns where table_id = (select id from sys._tables where name = 'db_user_info' and schema_id = 2000) and name = 'max_memory' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select id from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select current_schema #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select name from sys.auths where name not in (select name from sys.db_user_info) and grantor <> 0 order by name #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select ui.name, ui.fullname, sys.password_hash(ui.name), s.name, ui.schema_path, ui.max_memory, ui.max_workers, ui.optimizer, au.name from sys.db_user_info ui left outer join sys.auths au on ui.default_role = au.id, sys.schemas s where ui.default_schema = s.id and ui.name <> 'monetdb' and ui.name <> '.snapshot' order by ui.name #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select s.name, a.name, rem.remark from sys.schemas s left outer join sys.comments rem on s.id = rem.id, sys.auths a where s."authorization" = a.id and s.system = false order by s.name #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select ui.name, ui.fullname, sys.password_hash(ui.name), s.name, ui.schema_path, ui.max_memory, ui.max_workers, ui.optimizer, au.name from sys.db_user_info ui left outer join sys.auths au on ui.default_role = au.id, sys.schemas s where ui.default_schema = s.id and ui.name <> 'monetdb' and ui.name <> '.snapshot' order by ui.name #remapped: batcalc.!= #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select a1.name, a2.name from sys.auths a1, sys.auths a2, sys.user_role ur, sys.db_user_info ui where a1.id = ur.login_id and a2.id = ur.role_id and a1.name = ui.name and a2.id <> ui.default_role order by a1.name, a2.name #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select a.name, pc.grnt, g.name, go.opt from sys.privileges p, sys.auths a, sys.auths g, (values (0, 'COPY INTO'), (1, 'COPY FROM')) as pc (id, grnt), (values (0, ''), (1, ' WITH GRANT OPTION')) as go (id, opt) where p.obj_id = 0 and p.auth_id = a.id and p.grantor = g.id and p.privileges = pc.id and p.grantable = go.id order by a.name, g.name, go.opt #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select s.name, t.systemname, t.sqlname from sys.types t left join sys.schemas s on s.id = t.schema_id where t.eclass = 18 and (t.schema_id <> 2000 or (t.schema_id = 2000 and t.sqlname not in ('geometrya','mbr','url','inet','json','uuid')))order by s.name, t.sqlname #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select sch.name, seq.name, rem.remark from sys.schemas sch, sys.sequences seq left outer join sys.comments rem on seq.id = rem.id where sch.id = seq.schema_id order by sch.name, seq.name #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.id as id, s.name as sname, t.name as name, t.type as type from sys.schemas s, sys._tables t where t.type in (0, 3, 4, 5, 6) and t.system = false and s.id = t.schema_id order by id #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'dbgen_version' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'dbgen_version' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'dbgen_version' order by kc.id, kc.nr #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select id from sys.functions where schema_id = 2000 and name = 'check_constraint' #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'dbgen_version' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'dbgen_version') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'dbgen_version') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'dbgen_version' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'dbgen_version' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select * from "sys"."dbgen_version" #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'dbgen_version' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer_address' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'customer_address' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'customer_address' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'customer_address' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'customer_address') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'customer_address') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'customer_address' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer_address' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select * from "sys"."customer_address" #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer_address' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer_demographics' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'customer_demographics' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'customer_demographics' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'customer_demographics' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'customer_demographics') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'customer_demographics') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'customer_demographics' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer_demographics' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select * from "sys"."customer_demographics" #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer_demographics' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'date_dim' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'date_dim' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'date_dim' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'date_dim' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'date_dim') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'date_dim') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'date_dim' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'date_dim' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select * from "sys"."date_dim" #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'date_dim' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'warehouse' #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'warehouse' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'warehouse' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'warehouse' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:53: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'warehouse') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'warehouse') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'warehouse' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'warehouse' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."warehouse" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'warehouse' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'ship_mode' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'ship_mode' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'ship_mode' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'ship_mode' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'ship_mode') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'ship_mode') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'ship_mode' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'ship_mode' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."ship_mode" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'ship_mode' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'time_dim' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'time_dim' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'time_dim' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'time_dim' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'time_dim') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'time_dim') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'time_dim' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'time_dim' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."time_dim" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'time_dim' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'reason' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'reason' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'reason' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'reason' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'reason') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'reason') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'reason' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'reason' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."reason" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'reason' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'income_band' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'income_band' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'income_band' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'income_band' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'income_band') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'income_band') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'income_band' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'income_band' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."income_band" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'income_band' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'item' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'item' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'item' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'item' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'item') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'item') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'item' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'item' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."item" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'item' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'store' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'store' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'store' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'store' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'store') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'store') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'store' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'store' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."store" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'store' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'call_center' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'call_center' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'call_center' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'call_center' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'call_center') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'call_center') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'call_center' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'call_center' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."call_center" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'call_center' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'customer' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'customer' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'customer' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'customer') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'customer') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'customer' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."customer" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'customer' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_site' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'web_site' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'web_site' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'web_site' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'web_site') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'web_site') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'web_site' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_site' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."web_site" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_site' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'store_returns' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'store_returns' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'store_returns' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'store_returns' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'store_returns') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'store_returns') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'store_returns' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'store_returns' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."store_returns" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'store_returns' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'household_demographics' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'household_demographics' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'household_demographics' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'household_demographics' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'household_demographics') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'household_demographics') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'household_demographics' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'household_demographics' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."household_demographics" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'household_demographics' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_page' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'web_page' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'web_page' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'web_page' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'web_page') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'web_page') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'web_page' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_page' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."web_page" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_page' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'promotion' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'promotion' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'promotion' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'promotion' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'promotion') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'promotion') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'promotion' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'promotion' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select * from "sys"."promotion" #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'promotion' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_page' #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'catalog_page' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'catalog_page' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'catalog_page' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'catalog_page') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:54: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'catalog_page') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'catalog_page' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_page' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select * from "sys"."catalog_page" #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_page' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'inventory' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'inventory' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'inventory' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'inventory' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'inventory') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'inventory') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'inventory' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'inventory' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select * from "sys"."inventory" #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'inventory' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_returns' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'catalog_returns' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'catalog_returns' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'catalog_returns' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'catalog_returns') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'catalog_returns') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'catalog_returns' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_returns' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select * from "sys"."catalog_returns" #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_returns' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_returns' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'web_returns' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'web_returns' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'web_returns' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'web_returns') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'web_returns') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'web_returns' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_returns' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select * from "sys"."web_returns" #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_returns' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'web_sales' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'web_sales' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'web_sales' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'web_sales') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'web_sales') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'web_sales' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select * from "sys"."web_sales" #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'web_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'catalog_sales' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'catalog_sales' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'catalog_sales' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'catalog_sales') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'catalog_sales') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'catalog_sales' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select * from "sys"."catalog_sales" #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'catalog_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type, t.id, c.remark, t.commit_action from sys.schemas s, sys._tables t left outer join sys.comments c on t.id = c.id where s.name = 'sys' and t.schema_id = s.id and t.name = 'store_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.name = 'store_sales' and t.schema_id = s.id and s.name = 'sys' order by c.number #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type = 0 and t.schema_id = s.id and s.name = 'sys' and t.name = 'store_sales' order by kc.id, kc.nr #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select kc.name, kc.nr, k.name, kc.id, k.type, case when k.type = 4 then sys.check_constraint(s.name, k.name) else null end from sys.objects kc, sys.keys k, sys.schemas s, sys._tables t where kc.id = k.id and k.table_id = t.id and k.type in (1, 3, 4) and t.schema_id = s.id and s.name = 'sys' and t.name = 'store_sales' order by kc.id, kc.nr #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, k.name, kc.nr, c.name, it.idx from sys.idxs as i left join sys.keys as k on i.name = k.name, sys.objects as kc, sys._columns as c, sys.schemas s, sys._tables as t, (values (0, 'INDEX'), (4, 'IMPRINTS INDEX'), (5, 'ORDERED INDEX')) as it (id, idx) where i.table_id = t.id and i.id = kc.id and t.id = c.table_id and kc.name = c.name and (k.type is null #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select i.name, c.remark from sys.idxs i, sys.comments c where i.id = c.id and i.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'store_sales') order by i.name #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select col.name, com.remark from sys._columns col, sys.comments com where col.id = com.id and col.table_id = (select id from sys._tables where schema_id = (select id from sys.schemas where name = 'sys') and name = 'store_sales') order by col.number #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select name, storage from sys._columns where storage is not null and table_id = (select id from sys._tables where name = 'store_sales' and schema_id = (select id from sys.schemas where name = 'sys')) #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.name, t.query, t.type from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'store_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select * from "sys"."store_sales" #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select t.access from sys._tables t, sys.schemas s where s.name = 'sys' and t.schema_id = s.id and t.name = 'store_sales' #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: with vft (sname, name, id, query, remark) as (select s.name as sname, t.name as name, t.id as id, t.query as query, rem.remark as remark from sys.schemas s, sys._tables t left outer join sys.comments rem on t.id = rem.id where t.type = 1 and t.system = false and s.id = t.schema_id and s.name <> 'tmp' union all select s.name as sname, f.name as name, f.id as id, nu #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select s.name, t.name, c.name, c."default" from sys._columns c, sys._tables t, sys.schemas s where c."default" is not null and c.table_id = t.id and t.schema_id = s.id and not t.system #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select ps.name, pkt.name, pkkc.name, fkkc.name, fkkc.nr, fkk.name, fkk."action", fs.name, fkt.name from sys._tables fkt, sys.objects fkkc, sys.keys fkk, sys._tables pkt, sys.objects pkkc, sys.keys pkk, sys.schemas ps, sys.schemas fs where fkt.id = fkk.table_id and pkt.id = pkk.table_id and fkk.id = fkkc.id and pkk.id = pkkc.id and fkk.rkey = pkk.id and fkkc.nr = p #remapped: batsql.get_value #remapped: batcalc.== #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.< #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.!= #remapped: batcalc.< #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.< #remapped: batcalc.and #remapped: batcalc.!= #remapped: batcalc.> #remapped: batcalc.== #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select * from sys.describe_sequences order by sch, seq #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select subq.s1name, subq.t1name, subq.s2name, subq.t2name, table_partitions.type from (select t1.id, t1.type, s1.name as s1name, t1.name as t1name, s2.name as s2name, t2.name as t2name from sys.schemas s1, sys._tables t1, sys.dependencies d, sys.schemas s2, sys._tables t2 where t1.type in (3, 6) and t1.schema_id = s1.id and s1.name <> 'tmp' and t1.system = false a #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select s.name, t.name, a.name, sum(p.privileges), g.name, go.opt from sys.schemas s, sys.tables t, sys.auths a, sys.privileges p, sys.auths g, (values (0, ''), (1, ' WITH GRANT OPTION')) as go (id, opt) where p.obj_id = t.id and p.auth_id = a.id and t.schema_id = s.id and t.system = false and p.grantor = g.id and p.grantable = go.id group by s.name, t.name, a.name #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select s.name, t.name, c.name, a.name, pc.privilege_code_name, g.name, go.opt from sys.schemas s, sys.tables t, sys.columns c, sys.auths a, sys.privileges p, sys.auths g, sys.privilege_codes pc, (values (0, ''), (1, ' WITH GRANT OPTION')) as go (id, opt) where p.obj_id = c.id and c.table_id = t.id and p.auth_id = a.id and t.schema_id = s.id and t.system = false an #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: select f.id, s.name, f.name, a.type, a.type_digits, a.type_scale, a.inout, a.number, au.name, pc.privilege_code_name, go.opt, ft.function_type_keyword from sys.schemas s, sys.functions f left outer join sys.args a on f.id = a.func_id, sys.auths au, sys.privileges p, sys.auths g, sys.function_types ft, sys.privilege_codes pc, (values (0, ''), (1, ' WITH GRANT OPTIO #2025-04-05 00:53:55: client0069: SQLrun: INFO: Executing: rollback #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: start transaction; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists dbgen_version cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists customer_address cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists customer_demographics cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists date_dim cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists warehouse cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists ship_mode cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists time_dim cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists reason cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists income_band cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists item cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists store cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists call_center cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists customer cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists web_site cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists store_returns cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists household_demographics cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists web_page cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists promotion cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists catalog_page cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists inventory cascade; #2025-04-05 00:53:55: client0070: SQLrun: INFO: Executing: drop table if exists catalog_returns cascade; #2025-04-05 00:53:56: client0070: SQLrun: INFO: Executing: drop table if exists web_returns cascade; #2025-04-05 00:53:56: client0070: SQLrun: INFO: Executing: drop table if exists web_sales cascade; #2025-04-05 00:53:56: client0070: SQLrun: INFO: Executing: drop table if exists catalog_sales cascade; #2025-04-05 00:53:56: client0070: SQLrun: INFO: Executing: drop table if exists store_sales cascade; #2025-04-05 00:53:56: client0070: SQLrun: INFO: Executing: commit; #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0071: 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-04-05 00:53:56: client0071: 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-04-05 00:53:56: client0071: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: create table "sys"."BondPricesWithNulls" ( #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: copy 892 records into "sys"."BondPricesWithNulls" from stdin using delimiters E'\t',E'\n','"'; #remapped: batmtime.month #remapped: batmmath.floor #remapped: batcalc.- #remapped: batcalc./ #remapped: batmmath.floor #remapped: batcalc.* #remapped: batcalc.+ #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.rank #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.dense_rank #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: select *, rank() over (partition by "c2_h_field_2" order by "count_1" desc) as "RANK", dense_rank() over (partition by "c2_h_field_2" order by "count_1" desc) as "DRANK", #2025-04-05 00:53:56: client0071: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0074: 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-04-05 00:53:56: client0074: 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-04-05 00:53:56: client0074: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: create table a(a int, b int, id bigserial) #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: create ordered index a_pk on a(id) #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: create imprints index a_impk on a(id) #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: create index a_idx1 on a(a) #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: select type, name from sys.idxs where table_id in (select id from sys._tables where name = 'a') #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: insert into a(a) values(1), (2) #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: update a set a = 3, b = 3 where a = 1 #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: select * from a #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: delete from a where a = 3 #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: truncate table a #2025-04-05 00:53:56: client0074: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0075: 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-04-05 00:53:56: client0075: 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-04-05 00:53:56: client0075: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: create table bug6783 (t timestamp) #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: insert into bug6783 values (sys.str_to_timestamp('1970-01-01 00:02:55', '%Y-%m-%d %T')) #remapped: batmtime.diff #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: select t - sys.str_to_timestamp('1970-01-01 00:00:00', '%Y-%m-%d %T') from bug6783 #remapped: batmtime.diff #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: select avg(t - sys.str_to_timestamp('1970-01-01 00:00:00', '%Y-%m-%d %T')) from bug6783 #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: insert into bug6783 values (sys.str_to_timestamp('0', '%s')) #2025-04-05 00:53:56: client0075: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0076: 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-04-05 00:53:56: client0076: 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-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select isauuid('this is not a uuid') #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select isauuid('') #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select isauuid(4) #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select isauuid('XYZaee1a538-aca1-381b-d9f4-8c29ef3f5') #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select isauuid(uuid()) #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select isauuid('aee1a538-aca1-381b-d9f4-8c29ef3f5f34') #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select isauuid('AEE1A538-ACA1-381B-D9F4-8C29EF3F5F34') #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select isauuid(null) #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select cast('aee1a538-aca1-381b-d9f4-8c29ef3f5f34' as uuid) #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select cast('AEE1A538-ACA1-381B-D9F4-8C29EF3F5F34' as uuid) #2025-04-05 00:53:56: client0076: SQLrun: INFO: Executing: select cast('XYZaee1a538-aca1-381b-d9f4-8c29ef3f5' as uuid) #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0077: 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-04-05 00:53:56: client0077: 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-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: create table tab0(col0 integer, col1 integer, col2 integer) #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: create table tab1(col0 integer, col1 integer, col2 integer) #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: create table tab2(col0 integer, col1 integer, col2 integer) #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: insert into tab0 values (97,1,99), (15,81,47),(87,21,10) #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: insert into tab1 values (51,14,96), (85,5,59), (91,47,68) #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: insert into tab2 values (64,77,40), (75,67,58),(46,51,23) #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select count ( distinct + 45 ) as col2 from tab0 #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select distinct cast( - sum ( distinct 10 ) as bigint) as col1 from tab2 #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select distinct cast(49 * + 78 + + count ( distinct + 5 ) as bigint) as col0 from tab1 as cor0 #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select cast(72 + - + count ( * ) - - - count ( distinct + ( - 2 ) ) * + + 57 as bigint) from tab2 #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select distinct - 37, - count ( distinct - + 96 ) col1 from tab2 #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select distinct + ( cast ( null as integer ) ) as col0, col0 from tab0 #remapped: batcalc.* #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select distinct cast ( null as integer ) - - 95 as col1, cast(col2 * + + col1 as bigint) as col1 from tab2 as cor0 #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select distinct + 14 as col2, + col0 - - cast ( null as integer ) as col2 from tab2 as cor0 #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: select distinct col1, + col0 col1 from tab1 #2025-04-05 00:53:56: client0077: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0078: 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-04-05 00:53:56: client0078: 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-04-05 00:53:56: client0078: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0078: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0078: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0078: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0078: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0078: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0078: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0078: SQLrun: INFO: Executing: set time zone interval '+00:00' hour to minute #2025-04-05 00:53:56: client0078: SQLrun: INFO: Executing: select str_to_date('23-09-1987', '%d-%m-%Y') as "date", #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0079: 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-04-05 00:53:56: client0079: 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-04-05 00:53:56: client0079: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: create table jstest ( #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: insert into jstest values ('{"track":{"segments":[{"location":[ 47.763,13.4034 ],"start time":"2018-10-14 10:05:14","HR":73},{"location":[ 47.706,13.2635 ],"start time":"2018-10-14 10:39:21","HR":135}]}}') #2025-04-05 00:53:56: client0079: SQLrun: INFO: Executing: select json.filter(j, '$.track.segments[*][*') from jstest #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0080: 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-04-05 00:53:56: client0080: SQLrun: INFO: Executing: drop table "sys"."jstest" cascade #2025-04-05 00:53:56: client0080: 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-04-05 00:53:56: client0080: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: create table interval_tbl (f1 interval second) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: insert into interval_tbl (f1) values (interval '1' second) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: insert into interval_tbl (f1) values (interval '2' second) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: insert into interval_tbl (f1) values (interval '3' second) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: insert into interval_tbl (f1) values (interval '4' second) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: select count(f1), sum(f1), sum(f1), sum(f1), sum(f1) from interval_tbl #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: drop table interval_tbl #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: create table interval_tbl (f1 interval month) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: insert into interval_tbl (f1) values (interval '1' month) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: insert into interval_tbl (f1) values (interval '2' month) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: insert into interval_tbl (f1) values (interval '3' month) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: insert into interval_tbl (f1) values (interval '4' month) #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: select count(f1), sum(f1), sum(f1), sum(f1), sum(f1) from interval_tbl #2025-04-05 00:53:56: client0080: SQLrun: INFO: Executing: drop table interval_tbl #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:56: client0081: 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-04-05 00:53:56: client0081: 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-04-05 00:53:56: client0081: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: start transaction #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: create table ingestion ( #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: copy 22 records into "sys"."ingestion" from stdin using delimiters E'\t',E'\n','"'; #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: create table metadata ( #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: copy 22 records into "sys"."metadata" from stdin using delimiters E'\t',E'\n','"'; #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: create table "image" ( #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: copy 22 records into "sys"."image" from stdin using delimiters E'\t',E'\n','"'; #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: create table eoproduct ( #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: copy 22 records into "sys"."eoproduct" from stdin using delimiters E'\t',E'\n','"'; #2025-04-05 00:53:56: client0081: SQLrun: INFO: Executing: select ' ' as selected, i.image_id, * #2025-04-05 00:53:57: client0081: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:57: client0090: 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-04-05 00:53:57: client0090: 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-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select json.text('"abc"', '') #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select json.text('["abc", "def"]', '') #2025-04-05 00:53:57: client0090: SQLrun: INFO: Executing: select json.text('{"a":"abc", "b":"def"}', '') #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:57: client0091: 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-04-05 00:53:57: client0091: 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-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: create table obale (nm varchar(99) ) #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: insert into obale values ('a'), ('b'), ('b'), (null) #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select nm from obale order by 1 desc #remapped: batstr.toUpper #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select nm from obale order by upper(nm) #remapped: batcalc.+ #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select nm from obale order by nm || nm #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select nm as alias1 from obale order by alias1, nm #remapped: batstr.toUpper #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select nm, upper(nm) as alias1 from obale order by alias1 #remapped: batcalc.+ #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select nm, nm||nm as alias1 from obale order by alias1 #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: select nm, count(nm) countnm, count(distinct nm) countdnm from obale group by nm order by countnm desc, countdnm #2025-04-05 00:53:57: client0091: SQLrun: INFO: Executing: drop table obale #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 00:53:57: client0092: 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-04-05 00:53:57: client0092: 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-04-05 00:53:57: client0092: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: create schema "configuration" #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: create table "configuration".testcascade (testkolom varchar(50), testkolom2 varchar(50)) #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: create table "configuration".testcascade2 (testkolom varchar(50)) #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: insert into "configuration".testcascade (testkolom, testkolom2) values('derect','jip'),('hans','job'),('gruber','jet') #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: create view sys.testcascade_view as select testcascade.testkolom from "configuration".testcascade #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: drop table "configuration".testcascade #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: drop table "configuration".testcascade cascade #2025-04-05 00:53:57: client0092: SQLrun: INFO: Executing: drop schema "configuration" cascade #SIGUSR1 info start #Virtual memory allocated: 8928688, of which 8928688 with malloc #gdk_vm_maxsize: 8589934592, gdk_mem_maxsize: 6774484049 #gdk_mmap_minsize_persistent 262144, gdk_mmap_minsize_transient 423405253 #Virtual size: 3561394176, anonymous RSS: 238034944, shared RSS: 92721152 (together: 330756096) #BATs: #fix, dirty, persistent, loaded, hot: 1 bats, 0 virtual, 0 malloc #fix, dirty, transient, loaded, hot: 7378 bats, 26416 virtual, 26416 malloc #fix, clean, persistent, loaded, hot: 5 bats, 7168 virtual, 7168 malloc #no fix, dirty, persistent, loaded, hot: 42 bats, 507648 virtual, 507648 malloc #no fix, dirty, persistent, not loaded, hot: 77 bats, 0 virtual, 0 malloc #no fix, dirty, transient, not loaded, cold: 50 bats, 0 virtual, 0 malloc #no fix, clean, persistent, loaded, hot: 85 bats, 947968 virtual, 947968 malloc #no fix, clean, persistent, not loaded, hot: 1 bats, 256 virtual, 256 malloc #no fix, clean, persistent, not loaded, cold: 42 bats, 0 virtual, 0 malloc #8240 bats total, 7681 in use, 444 free bats in common shared list #Threads: #client0092, tid 92, Thread 0x7fb5aa1066c0, LWP 2633278, 0 free bats, waiting for nothing, working on exiting #heartbeat, tid 12, Thread 0x7fb5aa3076c0, LWP 2632769, 0 free bats, waiting for nothing, working on sleeping #listenThread, tid 11, Thread 0x7fb5a821d6c0, LWP 2632768, 0 free bats, waiting for nothing, working on nothing #logmanager, tid 10, Thread 0x7fb58f25f6c0, LWP 2632766, 47 free bats, waiting for nothing, working on sleeping #DFLOWworker0007, tid 7, Thread 0x7fb5aa5086c0, LWP 2632763, 1 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0006, tid 6, Thread 0x7fb5aa7096c0, LWP 2632762, 7 free bats, waiting for semaphore DFLOWsema0006, working on idle, waiting for new client #DFLOWworker0005, tid 5, Thread 0x7fb5aa90a6c0, LWP 2632761, 3 free bats, waiting for semaphore DFLOWsema0005, working on idle, waiting for new client #DFLOWworker0004, tid 4, Thread 0x7fb5aab0b6c0, LWP 2632760, 47 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0003, tid 3, Thread 0x7fb5aad0c6c0, LWP 2632759, 10 free bats, waiting for semaphore todo, working on waiting for work #BBPmanager, tid 2, Thread 0x7fb63c7ff6c0, LWP 2632755, 0 free bats, waiting for nothing, working on sleeping #main-thread, tid 1, Thread 0x7fb642686780, LWP 2632754, 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 1700 #logger sql: #current log file 45, last handled log file 43 #current transaction id 46, saved transaction id 45 #number of flushers: 0 #number of catalog entries 247, of which 0 deleted #pending range 44: drops 9, last_ts 1696, flushed_ts 1696, refcount 0 #pending range 45: drops 0, last_ts 1700, flushed_ts 1700, refcount 1, file size 121 (current) #SIGUSR1 info end # mserver5 exiting