[CDBI] Difference between add_constraint during INSERT and UPDATE?
[prev]
[thread]
[next]
[Date index for 2005/12/19]
Hi,
I've just discovered that when I submit a form, which is going to insert
data into the database, and when I have created constraints in CDBI with
the method 'add_constraint', that the constraint is not executed on the
columns that have an empty value.
When I try to update that row in my same webapp, in a update window/mode
thing, columns with empty values are being send through the constraint.
Is this a normal operation?
I retrieve my params with Apache::Request->parms (so it's an Apache::Tabl=
e
object). And in both screen (insert and update), the empty columns look
like this:
column_name =3D> ''
I thought that the constraints were always called, that's why I had
created some constraints to check if the user really entered something in
the input field, because otherwise the database would send error
messages...
Anybody any ideas?
Thanks,
Johnny
_______________________________________________
ClassDBI mailing list
ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi
|
(message missing)
|
|
|
[CDBI] Difference between add_constraint during INSERT and UPDATE?
Johnny Morano 16:01 on 19 Dec 2005
|