diff options
author | Ard Biesheuvel <abies@php.net> | 2004-05-12 15:16:51 +0000 |
---|---|---|
committer | Ard Biesheuvel <abies@php.net> | 2004-05-12 15:16:51 +0000 |
commit | 8428d0088c7091cbb8ee7120a319fac7ad53793f (patch) | |
tree | 9bd99912c6011290bca6651d91a178741976ce40 /ext/sqlite/php_sqlite.h | |
parent | afc9cb151bec01d3d3a9a8f353a35940495e2e5a (diff) | |
download | php-git-8428d0088c7091cbb8ee7120a319fac7ad53793f.tar.gz |
Fixed a couple of inconsistencies in param binding
# Previously, empty strings were either rejected (for scaled integers)
# or silently converted to 0 (unscaled integers & floats). Also, in some
# cases, null zvals were converted to empty strings, which were
# consequently rejected as unconvertible values.
# In the new situation, empty strings will be handled as NULLs for
# fields that cannot distinguish between the two (numeric/date/time).
# Additionally, all range and value checking is now carried out by the
# database, so there is a consistent interface for error handling.
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
0 files changed, 0 insertions, 0 deletions