You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has two use-cases:
1) See dbi-dev@ mail from 2015/01/27 - "Table Capabilities / Data Access API"
2) Allow one $dbh (e.g. a DBD::CSV) can deal with tables from another $dbh
(e.g. a DBD::DBM) by copying the meta using new_sql_engine_meta and adding
the table class to use (undocumented until we found a sane test case)
0 commit comments