MySQL Forums
Forum List  »  Triggers

Re: How to Raise Error ?
Posted by: Roland Bouman
Date: February 24, 2006 12:42PM

Hi Andrew,

yes, just as I was doing my groceries (after submitting the post, grrrr) I thought about that one too. I mean, I would rather like MySQL check my code for non-existing tables, columns, procs etc before accepting the code, and I would not be surprised if that feature would be implemented someday (have you put up a feature request?).

And of course, the proc should be flagged vaild or invalid just like in Oracle. To top it off, I would really like something like DBA_DEPENDENCIES view, or the equivalents defined in the standard.

I'm a bit confused as to what you mean by 'the table method'. I thought we established three flavours of work-arounds to fora an error:

1) violate unique constraint as documented at mysqldevelopment.com ('emulating check constraints')
2) reference non-existant procedure (Zigmunds suggestion)
3) UDF (as documented in my blog)

Options: ReplyQuote


Subject
Views
Written By
Posted
25738
November 17, 2005 04:00AM
16947
November 17, 2005 06:58AM
23920
November 19, 2005 08:53AM
14754
February 23, 2006 02:28AM
11012
February 23, 2006 04:42AM
15745
February 24, 2006 08:28AM
8686
February 24, 2006 10:15AM
Re: How to Raise Error ?
6453
February 24, 2006 12:42PM
8112
February 27, 2006 08:56AM
6863
February 27, 2006 11:27AM
19079
February 28, 2006 05:22AM
6783
December 20, 2006 03:34AM
4259
November 18, 2008 08:28AM
4948
November 18, 2008 12:45PM
6454
December 19, 2006 11:00AM
5173
December 19, 2006 02:35PM
6440
December 19, 2006 07:53PM
4588
December 20, 2006 03:37AM
4810
December 19, 2006 11:01AM
5691
November 24, 2006 05:32AM
4661
November 24, 2006 07:02AM
3801
December 23, 2008 06:08AM
11574
February 25, 2006 11:48PM
5141
December 19, 2007 04:24AM
4160
December 24, 2008 01:02PM
4928
December 19, 2007 03:59AM
4844
December 19, 2007 05:09AM
3675
November 18, 2008 08:25AM
4078
November 18, 2008 12:49PM
6224
December 19, 2007 04:46AM


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.