Changeset: a9833fd72d16 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a9833fd72d16 Modified Files: sql/test/BugTracker-2017/Tests/wrong_aggregation_count.Bug-6257.stable.out Branch: Jul2017 Log Message:
Approve quoting of column headers. diffs (110 lines): diff --git a/sql/test/BugTracker-2017/Tests/wrong_aggregation_count.Bug-6257.stable.out b/sql/test/BugTracker-2017/Tests/wrong_aggregation_count.Bug-6257.stable.out --- a/sql/test/BugTracker-2017/Tests/wrong_aggregation_count.Bug-6257.stable.out +++ b/sql/test/BugTracker-2017/Tests/wrong_aggregation_count.Bug-6257.stable.out @@ -82,91 +82,91 @@ Ready. [ "profiler", 3, 3, true, 0, 0, 0, 0, 0 ] #SELECT count(*) as "# tmp tables/views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'tmp'); % .L50 # table_name -% # tmp tables/views # name +% "# tmp tables/views" # name % bigint # type % 1 # length [ 6 ] #SELECT count(*) as "# json tables/views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'json'); % .L50 # table_name -% # json tables/views # name +% "# json tables/views" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# profiler tables/views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'profiler'); % .L50 # table_name -% # profiler tables/views # name +% "# profiler tables/views" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# tmp system tables" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'tmp') AND system AND query is NULL; % .L50 # table_name -% # tmp system tables # name +% "# tmp system tables" # name % bigint # type % 1 # length [ 6 ] #SELECT count(*) as "# json system tables" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'json') AND system AND query is NULL; % .L50 # table_name -% # json system tables # name +% "# json system tables" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# profiler system tables" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'profiler') AND system AND query is NULL; % .L50 # table_name -% # profiler system tables # name +% "# profiler system tables" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# tmp user tables" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'tmp') AND NOT system AND query is NULL; % .L50 # table_name -% # tmp user tables # name +% "# tmp user tables" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# json user tables" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'json') AND NOT system AND query is NULL; % .L50 # table_name -% # json user tables # name +% "# json user tables" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# profiler user tables" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'profiler') AND NOT system AND query is NULL; % .L50 # table_name -% # profiler user tables # name +% "# profiler user tables" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# tmp system views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'tmp') AND system AND query is NOT NULL; % .L50 # table_name -% # tmp system views # name +% "# tmp system views" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# json system views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'json') AND system AND query is NOT NULL; % .L50 # table_name -% # json system views # name +% "# json system views" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# profiler system views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'profiler') AND system AND query is NOT NULL; % .L50 # table_name -% # profiler system views # name +% "# profiler system views" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# tmp user views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'tmp') AND NOT system AND query is NOT NULL; % .L50 # table_name -% # tmp user views # name +% "# tmp user views" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# json user views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'json') AND NOT system AND query is NOT NULL; % .L50 # table_name -% # json user views # name +% "# json user views" # name % bigint # type % 1 # length [ 0 ] #SELECT count(*) as "# profiler user views" FROM sys.tables WHERE schema_id IN (SELECT id FROM sys.schemas WHERE name = 'profiler') AND NOT system AND query is NOT NULL; % .L50 # table_name -% # profiler user views # name +% "# profiler user views" # name % bigint # type % 1 # length [ 0 ] _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
