mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Cleanup (1-st round)
This commit is contained in:
parent
93d3a613d8
commit
050d7e38ad
139 changed files with 921 additions and 1185 deletions
|
@ -605,7 +605,7 @@ static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, long colno, zval *return
|
|||
goto done;
|
||||
}
|
||||
|
||||
add_assoc_string(return_value, "native_type", PQgetvalue(res, 0, 0), 1);
|
||||
add_assoc_string(return_value, "native_type", PQgetvalue(res, 0, 0));
|
||||
done:
|
||||
PQclear(res);
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue