[PHP-DB] Partial UPDATE execution? Perl DBI MySQL

2008-05-22 Thread Dee Ayy
Has anyone ever seen a partial execution of an UPDATE statement? I'm using Perl DBI to update a table in MySQL. The strangest thing to me is that a varchar(35) field which holds a custom date/time format was updated correctly, but other tinyint(1) fields were not set correctly, and 1 of 3 text fi

Re: [PHP-DB] Partial UPDATE execution? Perl DBI MySQL

2008-05-22 Thread Bastien Koert
On Thu, May 22, 2008 at 5:27 PM, Dee Ayy <[EMAIL PROTECTED]> wrote: > Has anyone ever seen a partial execution of an UPDATE statement? > > I'm using Perl DBI to update a table in MySQL. > > The strangest thing to me is that a varchar(35) field which holds a custom > date/time format was updated co