Changeset: 387f2848ec24 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=387f2848ec24
Modified Files:
        sql/test/BugTracker-2010/Tests/rank-over-crash.SF-2926454.stable.out
Branch: default
Log Message:

Approved non 128 bit output.


diffs (14 lines):

diff --git 
a/sql/test/BugTracker-2010/Tests/rank-over-crash.SF-2926454.stable.out 
b/sql/test/BugTracker-2010/Tests/rank-over-crash.SF-2926454.stable.out
--- a/sql/test/BugTracker-2010/Tests/rank-over-crash.SF-2926454.stable.out
+++ b/sql/test/BugTracker-2010/Tests/rank-over-crash.SF-2926454.stable.out
@@ -33,8 +33,8 @@ Ready.
 #rank() over (order by sum(score) desc) -- cannot use alias 'totalscore' here
 #from score_table
 #group by s_name;
-% sys.score_table,     sys.L1, .L2 # table_name
-% s_name,      totalscore,     rank_L2 # name
+% sys.score_table,     sys.L1, sys.L3 # table_name
+% s_name,      totalscore,     L3 # name
 % varchar,     bigint, int # type
 % 3,   3,      1 # length
 [ "foo",       180,    1       ]
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to