Commit 842d581
authored
Implement column metadata (#209)
This PR implements emulation of `PDOStatement::getColumnMeta()` values
and adds support for `$wpdb::get_col_info()`.
This feature is necessary for support of MySQL tools like Adminer,
phpMyAdmin, and others, as well as for any plugins that may rely on this
functionality.
Resolves
#190.1 parent ea10464 commit 842d581
File tree
5 files changed
+2379
-3
lines changed- .github/workflows
- tests
- wp-includes
- sqlite-ast
- sqlite
5 files changed
+2379
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments