Skip to content

Commit 842d581

Browse files
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

5 files changed

+2379
-3
lines changed

.github/workflows/wp-tests-phpunit-run.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const path = require( 'path' );
1313
const expectedErrors = [
1414
'Tests_DB_Charset::test_invalid_characters_in_query',
1515
'Tests_DB_Charset::test_set_charset_changes_the_connection_collation',
16-
'Tests_DB::test_get_col_info',
1716
];
1817

1918
const expectedFailures = [

0 commit comments

Comments
 (0)