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

Modified Files:
        sql_parser.mx 
Log Message:
Remove CHECK constraint because if it is not implemented it should not be 
accepted in the parser.
(Thanks fabian).




Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- sql_parser.mx       4 May 2007 14:21:46 -0000       1.245
+++ sql_parser.mx       8 May 2007 17:31:33 -0000       1.246
@@ -1614,7 +1614,7 @@
                          append_int(l, $6 );
                          append_int(l, $7 );
                          $$ = _symbol_create_list( SQL_FOREIGN_KEY, l); }
- | domain_constraint_type
+ /*TODO: Implemente domain_constraint_type*/
  ;
 
 table_constraint_type:
@@ -1632,8 +1632,7 @@
                          append_int(l, $7 );
                          append_int(l, $8 );
                          $$ = _symbol_create_list( SQL_FOREIGN_KEY, l); }
-
- |  domain_constraint_type
+ /*TODO: Implemente domain_constraint_type*/
  ;
 
 domain_constraint_type:


-------------------------------------------------------------------------
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