BUG: Cannot DELETE all records with NULL entries in UNIQUE KEY fields

2001-04-09 Thread loschert
Description: Attempting to delete all records in a table containing NULL values in a UNIQUE KEY field does not work as expected. Only a single record is deleted, presumably because the server thinks that the table will only have one record with a NULL value in it (as it is in a UNIQUE field).

Re: BUG: Cannot DELETE all records with NULL entries in UNIQUE KEY fields

2001-04-09 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: Description: Attempting to delete all records in a table containing NULL values in a UNIQUE KEY field does not work as expected. Only a single record is deleted, presumably because the server thinks that the table will only have one record with a NULL value

Re: BUG: Cannot DELETE all records with NULL entries in UNIQUE KEY fields

2001-04-09 Thread Benjamin Pflugmann
Hello. On Mon, Apr 09, 2001 at 01:05:01PM -0400, [EMAIL PROTECTED] wrote: On 9 Apr 2001 [EMAIL PROTECTED] wrote: Description: Attempting to delete all records in a table containing NULL values in a UNIQUE KEY field does not work as expected. Only a single record is deleted,