Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16:/tmp/cvs-serv18785/src/server

Modified Files:
        sql_parser.mx 
Log Message:
comment remaining parts of domain_check_type until we fully implement it


Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -d -r1.246 -r1.247
--- sql_parser.mx       8 May 2007 17:31:33 -0000       1.246
+++ sql_parser.mx       21 May 2007 18:14:30 -0000      1.247
@@ -331,7 +331,7 @@
        column_constraint_type
        generated_column
        like_table
-       domain_constraint_type
+/*     domain_constraint_type */
        opt_order_by_clause
        default
        default_value
@@ -1635,9 +1635,11 @@
  /*TODO: Implemente domain_constraint_type*/
  ;
 
+/*
 domain_constraint_type:
     CHECK '(' search_condition ')' { $$ = _symbol_create_symbol(SQL_CHECK, 
$3); }
  ;
+*/
 
 ident_commalist:
     ident


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to