DBI's quoting
Brought to you by:
gerard
UBH doesn't use DBI's quoting with palceholders ("?").
This makes it easier to get quoting wrong.
Here's a patch that changes the SQL to use quoting.
This is v2 of the patch; it has a few improvements over
the patch posted to the mailing list.
It applies to the 'stable3' CVS snapshot.
[patch] quoting SQL for stable3 (v2 of the patch)