Changeset: 949d99ee2bd9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=949d99ee2bd9
Modified Files:
clients/Tests/MAL-signatures_fits_geom.stable.out.int128
clients/Tests/MAL-signatures_geom.stable.out.int128
clients/Tests/MAL-signatures_none.stable.out.int128
clients/Tests/SQL-dump_all.stable.out.oid32.int128
clients/Tests/SQL-dump_geom.stable.out.int128
clients/Tests/SQL-dump_geom.stable.out.oid32.int128
clients/Tests/SQL-dump_none.stable.out.int128
Branch: default
Log Message:
propagated changeset 77e3a17386f0 to all int128 output variants of all
MAL-signatures_* & SQL-dump_* tests
diffs (truncated from 304 to 300 lines):
diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
--- a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
+++ b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128
@@ -2807,27 +2807,27 @@ command algebra.exist(b:bat[:oid,:any_1]
address ALGexist;
comment Returns whether 'val' occurs in b.
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit)
(X_6:bat[:oid,:oid],X_7:bat[:oid,:oid])
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit)
(X_7:bat[:oid,:oid],X_8:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit)
(X_5:bat[:oid,:oid],X_6:bat[:oid,:oid])
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit)
(X_6:bat[:oid,:oid],X_7:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit)
(X_4:bat[:oid,:oid],X_5:bat[:oid,:oid])
+pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit,distinct:bit)
(X_5:bat[:oid,:oid],X_6:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B
@@ -50187,7 +50187,7 @@ comment Create an iterator with fixed gr
command json.dump(j:json):void
address JSONdump;
-pattern json.fold(k:bat[:oid,:any]):json
+pattern json.fold(v:bat[:oid,:any]):json
address JSONfold;
comment Combine the value list into a single json array object.
@@ -52240,6 +52240,10 @@ pattern sql.copy_from(sname:str,tname:st
address mvc_import_table_wrap;
comment Import a table from bstream s with the given tuple and
seperators (sep/rsep)
+pattern sql.create_func_upgrade_oct2014(f:str):int
+address UPGcreate_func;
+comment Create the function described by f, needed for the Oct2014 upgrade
+
pattern sql.clear_table{unsafe}(sname:str,tname:str):wrd
address mvc_clear_table_wrap;
comment Clear table
@@ -52344,6 +52348,10 @@ pattern sql.db_users():bat[:oid,:str]
address db_users_wrap;
comment return table of users with sql scenario
+pattern sql.drop_func_upgrade_oct2014(id:int):int
+address UPGdrop_func;
+comment Drop the function identified by id, needed for the Oct2014 upgrade
+
pattern sql.dropDeclaredTables{unsafe}(nr:int):void
address mvc_drop_declared_tables_wrap;
comment drop top n declared tables
diff --git a/clients/Tests/MAL-signatures_geom.stable.out.int128
b/clients/Tests/MAL-signatures_geom.stable.out.int128
--- a/clients/Tests/MAL-signatures_geom.stable.out.int128
+++ b/clients/Tests/MAL-signatures_geom.stable.out.int128
@@ -2807,27 +2807,27 @@ command algebra.exist(b:bat[:oid,:any_1]
address ALGexist;
comment Returns whether 'val' occurs in b.
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit)
(X_6:bat[:oid,:oid],X_7:bat[:oid,:oid])
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit)
(X_7:bat[:oid,:oid],X_8:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit)
(X_5:bat[:oid,:oid],X_6:bat[:oid,:oid])
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit)
(X_6:bat[:oid,:oid],X_7:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit)
(X_4:bat[:oid,:oid],X_5:bat[:oid,:oid])
+pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit,distinct:bit)
(X_5:bat[:oid,:oid],X_6:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B
@@ -50163,7 +50163,7 @@ comment Create an iterator with fixed gr
command json.dump(j:json):void
address JSONdump;
-pattern json.fold(k:bat[:oid,:any]):json
+pattern json.fold(v:bat[:oid,:any]):json
address JSONfold;
comment Combine the value list into a single json array object.
@@ -52216,6 +52216,10 @@ pattern sql.copy_from(sname:str,tname:st
address mvc_import_table_wrap;
comment Import a table from bstream s with the given tuple and
seperators (sep/rsep)
+pattern sql.create_func_upgrade_oct2014(f:str):int
+address UPGcreate_func;
+comment Create the function described by f, needed for the Oct2014 upgrade
+
pattern sql.clear_table{unsafe}(sname:str,tname:str):wrd
address mvc_clear_table_wrap;
comment Clear table
@@ -52320,6 +52324,10 @@ pattern sql.db_users():bat[:oid,:str]
address db_users_wrap;
comment return table of users with sql scenario
+pattern sql.drop_func_upgrade_oct2014(id:int):int
+address UPGdrop_func;
+comment Drop the function identified by id, needed for the Oct2014 upgrade
+
pattern sql.dropDeclaredTables{unsafe}(nr:int):void
address mvc_drop_declared_tables_wrap;
comment drop top n declared tables
diff --git a/clients/Tests/MAL-signatures_none.stable.out.int128
b/clients/Tests/MAL-signatures_none.stable.out.int128
--- a/clients/Tests/MAL-signatures_none.stable.out.int128
+++ b/clients/Tests/MAL-signatures_none.stable.out.int128
@@ -2805,27 +2805,27 @@ command algebra.exist(b:bat[:oid,:any_1]
address ALGexist;
comment Returns whether 'val' occurs in b.
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit)
(X_6:bat[:oid,:oid],X_7:bat[:oid,:oid])
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit)
(X_7:bat[:oid,:oid],X_8:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit)
(X_5:bat[:oid,:oid],X_6:bat[:oid,:oid])
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit)
(X_6:bat[:oid,:oid],X_7:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit)
(X_4:bat[:oid,:oid],X_5:bat[:oid,:oid])
+pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit,distinct:bit)
(X_5:bat[:oid,:oid],X_6:bat[:oid,:oid])
address ALGfirstn;
comment Calculate first N values of B
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],g:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],s:bat[:oid,:oid],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B with candidate list S
-pattern algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit):bat[:oid,:oid]
+pattern
algebra.firstn(b:bat[:oid,:any],n:wrd,asc:bit,distinct:bit):bat[:oid,:oid]
address ALGfirstn;
comment Calculate first N values of B
@@ -49991,7 +49991,7 @@ comment Create an iterator with fixed gr
command json.dump(j:json):void
address JSONdump;
-pattern json.fold(k:bat[:oid,:any]):json
+pattern json.fold(v:bat[:oid,:any]):json
address JSONfold;
comment Combine the value list into a single json array object.
@@ -52028,6 +52028,10 @@ pattern sql.copy_from(sname:str,tname:st
address mvc_import_table_wrap;
comment Import a table from bstream s with the given tuple and
seperators (sep/rsep)
+pattern sql.create_func_upgrade_oct2014(f:str):int
+address UPGcreate_func;
+comment Create the function described by f, needed for the Oct2014 upgrade
+
pattern sql.clear_table{unsafe}(sname:str,tname:str):wrd
address mvc_clear_table_wrap;
comment Clear table
@@ -52132,6 +52136,10 @@ pattern sql.db_users():bat[:oid,:str]
address db_users_wrap;
comment return table of users with sql scenario
+pattern sql.drop_func_upgrade_oct2014(id:int):int
+address UPGdrop_func;
+comment Drop the function identified by id, needed for the Oct2014 upgrade
+
pattern sql.dropDeclaredTables{unsafe}(nr:int):void
address mvc_drop_declared_tables_wrap;
comment drop top n declared tables
diff --git a/clients/Tests/SQL-dump_all.stable.out.oid32.int128
b/clients/Tests/SQL-dump_all.stable.out.oid32.int128
--- a/clients/Tests/SQL-dump_all.stable.out.oid32.int128
+++ b/clients/Tests/SQL-dump_all.stable.out.oid32.int128
@@ -5827,8 +5827,8 @@ 6363 6362 "result" "wrd" 64 0
0 0
6364 6362 "val" "wrd" 64 0 1 1
6367 6366 "result" "bigint" 64 0 0 0
6368 6366 "val" "bigint" 64 0 1 1
-6371 6370 "result" "decimal" 1 0 0 0
-6372 6370 "val" "decimal" 1 0 1 1
+6371 6370 "result" "decimal" 18 3 0 0
+6372 6370 "val" "decimal" 18 3 1 1
6375 6374 "result" "real" 24 0 0 0
6376 6374 "val" "real" 24 0 1 1
6379 6378 "result" "double" 53 0 0 0
@@ -5854,8 +5854,8 @@ 6412 6409 "q" "double" 53 0
1 2
6415 6414 "result" "bigint" 64 0 0 0
6416 6414 "val" "bigint" 64 0 1 1
6417 6414 "q" "double" 53 0 1 2
-6420 6419 "result" "decimal" 1 0 0 0
-6421 6419 "val" "decimal" 1 0 1 1
+6420 6419 "result" "decimal" 18 3 0 0
+6421 6419 "val" "decimal" 18 3 1 1
6422 6419 "q" "double" 53 0 1 2
6425 6424 "result" "real" 24 0 0 0
6426 6424 "val" "real" 24 0 1 1
diff --git a/clients/Tests/SQL-dump_geom.stable.out.int128
b/clients/Tests/SQL-dump_geom.stable.out.int128
--- a/clients/Tests/SQL-dump_geom.stable.out.int128
+++ b/clients/Tests/SQL-dump_geom.stable.out.int128
@@ -5752,8 +5752,8 @@ 6363 6362 "result" "wrd" 64 0
0 0
6364 6362 "val" "wrd" 64 0 1 1
6367 6366 "result" "bigint" 64 0 0 0
6368 6366 "val" "bigint" 64 0 1 1
-6371 6370 "result" "decimal" 1 0 0 0
-6372 6370 "val" "decimal" 1 0 1 1
+6371 6370 "result" "decimal" 18 3 0 0
+6372 6370 "val" "decimal" 18 3 1 1
6375 6374 "result" "real" 24 0 0 0
6376 6374 "val" "real" 24 0 1 1
6379 6378 "result" "double" 53 0 0 0
@@ -5779,8 +5779,8 @@ 6412 6409 "q" "double" 53 0
1 2
6415 6414 "result" "bigint" 64 0 0 0
6416 6414 "val" "bigint" 64 0 1 1
6417 6414 "q" "double" 53 0 1 2
-6420 6419 "result" "decimal" 1 0 0 0
-6421 6419 "val" "decimal" 1 0 1 1
+6420 6419 "result" "decimal" 18 3 0 0
+6421 6419 "val" "decimal" 18 3 1 1
6422 6419 "q" "double" 53 0 1 2
6425 6424 "result" "real" 24 0 0 0
6426 6424 "val" "real" 24 0 1 1
diff --git a/clients/Tests/SQL-dump_geom.stable.out.oid32.int128
b/clients/Tests/SQL-dump_geom.stable.out.oid32.int128
--- a/clients/Tests/SQL-dump_geom.stable.out.oid32.int128
+++ b/clients/Tests/SQL-dump_geom.stable.out.oid32.int128
@@ -5752,8 +5752,8 @@ 6363 6362 "result" "wrd" 64 0
0 0
6364 6362 "val" "wrd" 64 0 1 1
6367 6366 "result" "bigint" 64 0 0 0
6368 6366 "val" "bigint" 64 0 1 1
-6371 6370 "result" "decimal" 1 0 0 0
-6372 6370 "val" "decimal" 1 0 1 1
+6371 6370 "result" "decimal" 18 3 0 0
+6372 6370 "val" "decimal" 18 3 1 1
6375 6374 "result" "real" 24 0 0 0
6376 6374 "val" "real" 24 0 1 1
6379 6378 "result" "double" 53 0 0 0
@@ -5779,8 +5779,8 @@ 6412 6409 "q" "double" 53 0
1 2
6415 6414 "result" "bigint" 64 0 0 0
6416 6414 "val" "bigint" 64 0 1 1
6417 6414 "q" "double" 53 0 1 2
-6420 6419 "result" "decimal" 1 0 0 0
-6421 6419 "val" "decimal" 1 0 1 1
+6420 6419 "result" "decimal" 18 3 0 0
+6421 6419 "val" "decimal" 18 3 1 1
6422 6419 "q" "double" 53 0 1 2
6425 6424 "result" "real" 24 0 0 0
6426 6424 "val" "real" 24 0 1 1
diff --git a/clients/Tests/SQL-dump_none.stable.out.int128
b/clients/Tests/SQL-dump_none.stable.out.int128
--- a/clients/Tests/SQL-dump_none.stable.out.int128
+++ b/clients/Tests/SQL-dump_none.stable.out.int128
@@ -5658,8 +5658,8 @@ 6363 6362 "result" "wrd" 64 0
0 0
6364 6362 "val" "wrd" 64 0 1 1
6367 6366 "result" "bigint" 64 0 0 0
6368 6366 "val" "bigint" 64 0 1 1
-6371 6370 "result" "decimal" 1 0 0 0
-6372 6370 "val" "decimal" 1 0 1 1
+6371 6370 "result" "decimal" 18 3 0 0
+6372 6370 "val" "decimal" 18 3 1 1
6375 6374 "result" "real" 24 0 0 0
6376 6374 "val" "real" 24 0 1 1
6379 6378 "result" "double" 53 0 0 0
@@ -5685,8 +5685,8 @@ 6412 6409 "q" "double" 53 0
1 2
6415 6414 "result" "bigint" 64 0 0 0
6416 6414 "val" "bigint" 64 0 1 1
6417 6414 "q" "double" 53 0 1 2
-6420 6419 "result" "decimal" 1 0 0 0
-6421 6419 "val" "decimal" 1 0 1 1
+6420 6419 "result" "decimal" 18 3 0 0
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list