Commit 489e67f
committed
allow special table classes in meta
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)1 parent 71dc73b commit 489e67f
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1456 | 1456 | | |
1457 | 1457 | | |
1458 | 1458 | | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
1459 | 1464 | | |
1460 | 1465 | | |
1461 | 1466 | | |
1462 | 1467 | | |
1463 | 1468 | | |
1464 | 1469 | | |
1465 | 1470 | | |
1466 | | - | |
1467 | | - | |
1468 | 1471 | | |
1469 | 1472 | | |
1470 | 1473 | | |
| |||
0 commit comments