
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
I have a form with a link that sometimes does not get a value (it's set to Null Ok).
It seems that when Rekall makes a UPDATE statement for that form, and the user hasn't chosen a value, it sets that field to null, but I think it should just ignore that field. i.e., it does
UPDATE table SET f1=1, f2=null, f3=3 WHERE id=200;
but it should be
UPDATE table SET f1=1, f3=3 WHERE id=200;
Do you know how to prevent this?
(Rekall 2.4.6 Linux, PostgreSQL server on Linux)
Tecnología, moda, motor, viajes,.suscríbete a nuestros boletines para estar siempre a la última
MSN Newsletters
_______________________________________________
Rekall mailing list
Rekall@...
http://www.mailman.a-i-s.co.uk/cgi-bin/mailman/listinfo/rekall