Changeset: 9ff2ada688ae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ff2ada688ae Removed Files: sql/test/scoping/Tests/simple_nested.sql Modified Files: sql/test/scoping/Tests/All Branch: scoping Log Message:
If you wanna mess up with prepared statements, create a new branch, it has nothing to do with scoping diffs (33 lines): diff --git a/sql/test/scoping/Tests/All b/sql/test/scoping/Tests/All --- a/sql/test/scoping/Tests/All +++ b/sql/test/scoping/Tests/All @@ -4,4 +4,3 @@ scoping02 schema_disambiguity ambiguity predefinedvariable -simple_nested diff --git a/sql/test/scoping/Tests/simple_nested.sql b/sql/test/scoping/Tests/simple_nested.sql deleted file mode 100644 --- a/sql/test/scoping/Tests/simple_nested.sql +++ /dev/null @@ -1,20 +0,0 @@ --- This is a simple global variables and a prepared statement test --- BEWARE, life is much easier for the test writer if he can label a prepared statement. -START TRANSACTION; - -CREATE SCHEMA A; -SET SCHEMA A; -DECLARE Avar string; -SET Avar='Avar'; - -PREPARE mytst AS SELECT Avar; -CALL mytst; -- should show it - -PREPARE mysts2 AS SELECT A.avar; -CALL mytst2; -- should show it - -SET SCHEMA tmp; -PREPARE mysts3 AS SELECT A.avar; -CALL mytst3; -- should produce an error - -ROLLBACK; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list