Skip to content

Commit 1e415cb

Browse files
committed
Add MySQLi column metadata, implement wpdb::load_col_info()
1 parent f4beed6 commit 1e415cb

File tree

4 files changed

+850
-55
lines changed

4 files changed

+850
-55
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)