Re: UPDATE modifies other fields than intended

2002-02-12 Thread Zak Greant
On Thu, 2002-02-07 at 18:29, Johan van Reijendam wrote: > Hi all, > > I have run into the following issue and was wondering if anyone else has > ever run into the same and if there is an answer to this behaviour. > > I have a record which contains the following fields: > >id

Re: UPDATE modifies other fields than intended

2002-02-12 Thread Paul DuBois
At 17:29 -0800 2/7/02, Johan van Reijendam wrote: >Hi all, > >I have run into the following issue and was wondering if anyone else >has ever run into the same and if there is an answer to this >behaviour. > >I have a record which contains the following fields: > > id INT UNSIGNED

UPDATE modifies other fields than intended

2002-02-11 Thread Johan van Reijendam
Hi all, I have run into the following issue and was wondering if anyone else has ever run into the same and if there is an answer to this behaviour. I have a record which contains the following fields: id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, create_time TI

Re: UPDATE modifies other fields than intended

2002-02-07 Thread Paul DuBois
At 17:29 -0800 2/7/02, Johan van Reijendam wrote: >Hi all, > >I have run into the following issue and was wondering if anyone else >has ever run into the same and if there is an answer to this >behaviour. > >I have a record which contains the following fields: > > id INT UNSIGNED

UPDATE modifies other fields than intended

2002-02-07 Thread Johan van Reijendam
Hi all, I have run into the following issue and was wondering if anyone else has ever run into the same and if there is an answer to this behaviour. I have a record which contains the following fields: id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, create_time TI