On Mon, May 04, 2009 at 04:06:47PM +0200, H.Merijn Brand wrote:
> I've hit a failure, which I am not about if it is my fault or that I
> have to blame something else
>
> $dbh->do ("drop table $_") for $dbh->tables ();
>
> Now that DBI returns the tables quoted, I expect that to work.
>
> DBD::CSV uses the current user name as schema name, so the table list
> looks like
>
> $VAR1 = [
> '"merijn".testaa.csv',
> '"merijn".testab',
> '"merijn".testac',
> '"merijn".testad.txt',
> '"merijn".testae.csv',
> ];
[Ignoring the issue you're refering to]
Why should DBD::CSV support schemas at all?
What value does that give?
What use-cases does it help?
What are the semantics of 'schemas' in DBD::CSV?
Tim.