Changeset: d2f3d119b740 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d2f3d119b740
Modified Files:
        sql/test/miscellaneous/Tests/groupby_expressions.test
Branch: Aug2024
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/test/miscellaneous/Tests/groupby_expressions.test 
b/sql/test/miscellaneous/Tests/groupby_expressions.test
--- a/sql/test/miscellaneous/Tests/groupby_expressions.test
+++ b/sql/test/miscellaneous/Tests/groupby_expressions.test
@@ -334,7 +334,7 @@ rollback
 statement error 42000!SELECT: GROUP BY position 2 is not in select list
 select 1 group by 2
 
-42000!SELECT: non-integer constant in GROUP BY
+statement error 42000!SELECT: non-integer constant in GROUP BY
 select -90 from "groupings" group by -90
 
 statement error
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to