Re: MonetDB: Feb2013 - add temporary to the non-reserved keywords
On 2013-04-12 21:35, Niels Nes wrote:
Changeset: 2d22867fb284 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d22867fb284 Modified Files: sql/server/sql_parser.y Branch: Feb2013 Log Message:
add temporary to the non-reserved keywords
diffs (11 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 @@ -4721,6 +4721,7 @@ non_reserved_word: | ACCORDING { $$ = sa_strdup(SA, "according"); } | URI { $$ = sa_strdup(SA, "uri"); } | FILTER { $$ = sa_strdup(SA, "filter"); } +| TEMPORARY { $$ = sa_strdup(SA, "temporary"); } ;
name_commalist: _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list
A Changelog message would not be amiss here. -- Sjoerd Mullender
participants (1)
-
Sjoerd Mullender