This is something
bothersome that just started happening, or I just began noticing. If
I try to update or delete a record, like so:
"update addresses
set first_name='Joel' where user_id=1", and there is no record matching
user_id=1, my script hangs. If the record exists, everything is
fine.
I've been working
around this by checking for the existence of a record before deletion/updating,
but it doesn't seem right that I should need to do this. What could be the
problem?
I'm using DBI 1.14
on WindowsNT with SQL Server.
