I note that the DBI (v1.42 RC1, but I don't think it changed) version does not handle schema names containing quotes:
CREATE TABLE """""".blanketyblank (...);
This is a valid table called blanketyblank owned by (belonging to schema) double-quote, double-quote in an ISO-compliant SQL database. Granted, that's kinda esoteric, but if you're worrying about quoting stuff just in case, hadn't you better worry about all the cases that might just occur?
--
Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include <disclaimer.h>
Guardian of DBD::Informix v2003.04 -- http://dbi.perl.org/
