On Fri, 14 Mar 2003, Tim Bunce wrote:

> > get_info needs implementing. DBI::DBD::Metadata is best for that.
> > 

Very Nice. :)  Though, it looks like the output needs quite a bit of help
in the way of picking off of the mysql struct and such :(

> > quote_identifier needs implementing. (Or you could just implement
> > get_info for values 29 and 41 and the DBI's default quote_identifier
> > method should then do the right thing.)

1. How do you see $dbh->quote_identifier($catalog, $schema, $table) being 
   used with mysql, where it seems that $catalog.$table is what mysql 
   expects.  And "$catalog..$table" does not work.

2. ` is the quoting char (In non-ansi mode); however, `` is not the
   escaped quote, and  '/', '\', and '.' can not be used in a
   quoted identifier.  Should quote_identifier() thow an error if it gets
   data that it cannot quote?  -- I think it should, but I just wanted to 
   some feed back.

Later,

Rudy

Reply via email to