Tim Bunce writes:
 > On Wed, Jan 09, 2002 at 09:57:27AM +0000, Simon Oliver wrote:
 > > Whether the DBD determines/sets this value on a per connection basis, when the
 > > identifier_delimitor method is called or each time quoted_identifiers is
 > > called would be up to the implementor of the DBD.
 > 
 > I'm not keen. I just don't see a need. The driver should know (or
 > be able to work out for itself) if it should be quoting identifiers
 > on any given connection. No application visible API is needed.

Unless I'm really missing something this would mean (at least for me)
parsing the SQL and figuring out if some of the identifiers are
keywords (or include spaces) and then turning the quoted_identifier
property for that connection on.

Seems non-trivial to me...

Michael
-- 
Michael Peppler - Data Migrations Inc. - http://www.mbay.net/~mpeppler
[EMAIL PROTECTED] - [EMAIL PROTECTED]
International Sybase User Group - http://www.isug.com

Reply via email to