Skip to content

Commit b272021

Browse files
authored
[ci skip] Remove outdated comment (php#20125)
Yes this is correct, the blob is returned as a string so it needs to be put that way into the return value.
1 parent e82ed96 commit b272021

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pdo_sqlite/sqlite_statement.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ static int pdo_sqlite_stmt_col_meta(pdo_stmt_t *stmt, zend_long colno, zval *ret
335335

336336
case SQLITE_BLOB:
337337
add_next_index_string(&flags, "blob");
338-
/* TODO Check this is correct */
339338
ZEND_FALLTHROUGH;
340339
case SQLITE_TEXT:
341340
add_assoc_str(return_value, "native_type", ZSTR_KNOWN(ZEND_STR_STRING));

0 commit comments

Comments
 (0)