We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82ed96 commit b272021Copy full SHA for b272021
1 file changed
ext/pdo_sqlite/sqlite_statement.c
@@ -335,7 +335,6 @@ static int pdo_sqlite_stmt_col_meta(pdo_stmt_t *stmt, zend_long colno, zval *ret
335
336
case SQLITE_BLOB:
337
add_next_index_string(&flags, "blob");
338
- /* TODO Check this is correct */
339
ZEND_FALLTHROUGH;
340
case SQLITE_TEXT:
341
add_assoc_str(return_value, "native_type", ZSTR_KNOWN(ZEND_STR_STRING));
0 commit comments