Changeset: 5a81ded6cfa7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/5a81ded6cfa7
Modified Files:
        sql/server/sql_parser.y
Branch: Mar2025
Log Message:

Correct comment in with clause, we do support RECURSIVE keyword.


diffs (12 lines):

diff --git a/sql/server/sql_parser.y b/sql/server/sql_parser.y
--- a/sql/server/sql_parser.y
+++ b/sql/server/sql_parser.y
@@ -3550,7 +3550,7 @@ join_spec:
 
 <with column list> ::= <column name list>
 
-RECURSIVE and <search or cycle clause> are currently not supported
+The <search or cycle clause> is currently not supported
 */
 
 opt_with_clause:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to