* Brandon Black <[EMAIL PROTECTED]> [2007-07-10 23:45]: > My understanding (just based on a glance at the DBD::CSV docs) > is that what little metadata DBD::CSV knows about, it would > obtain by parsing "CREATE TABLE" statements executed via the > $dbh (which have to be sent every time one makes a new > connection). DBIx::Class (just the core, not Loader/SQLT) > would support this sort of thing reliably via on_connect_do > or connection via coderef.
++ Very neat approach to get it all working correctly at the proper layers. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
