Re: Do we consider input validation when designing?
Posted by: Peter Brawley
Date: August 24, 2010 11:37AM

Unfortunately MySQL does not support CHECK CONSTRAINT, and we have no indication from Oracle that MySQL ever will. Your alternatives are to fake it (see "Workarounds for absence of CHECK CONSTRAINT" at http://www.artfulsoftware.com/infotree/mysqltips.php) or code it in the app (always somewhat unsatisfactory).

PB
http://www.artfulsoftware.com

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.