Changeset: e5733b93f05a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e5733b93f05a
Modified Files:
        sql/test/2024/Tests/returning.test
Branch: returning
Log Message:

add test


diffs (11 lines):

diff --git a/sql/test/2024/Tests/returning.test 
b/sql/test/2024/Tests/returning.test
--- a/sql/test/2024/Tests/returning.test
+++ b/sql/test/2024/Tests/returning.test
@@ -100,3 +100,7 @@ query I nosort
 select count(*) from foo
 ----
 6
+
+
+statement error 42000!SELECT: identifier 'k' unknown
+insert into foo values (1,10), (-1,-10) returning k
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to