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
25475
November 17, 2005 04:00AM
16877
November 17, 2005 06:58AM
23841
November 19, 2005 08:53AM
14653
February 23, 2006 02:28AM
10929
February 23, 2006 04:42AM
15658
February 24, 2006 08:28AM
8615
February 24, 2006 10:15AM
Re: How to Raise Error ?
6392
February 24, 2006 12:42PM
8019
February 27, 2006 08:56AM
6802
February 27, 2006 11:27AM
19013
February 28, 2006 05:22AM
6676
December 20, 2006 03:34AM
4203
November 18, 2008 08:28AM
4871
November 18, 2008 12:45PM
6327
December 19, 2006 11:00AM
5096
December 19, 2006 02:35PM
6345
December 19, 2006 07:53PM
4524
December 20, 2006 03:37AM
4736
December 19, 2006 11:01AM
5615
November 24, 2006 05:32AM
4587
November 24, 2006 07:02AM
3730
December 23, 2008 06:08AM
11436
February 25, 2006 11:48PM
5067
December 19, 2007 04:24AM
4064
December 24, 2008 01:02PM
4867
December 19, 2007 03:59AM
4744
December 19, 2007 05:09AM
3615
November 18, 2008 08:25AM
4003
November 18, 2008 12:49PM
6144
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.