diff options
author | David Hill <dhill@conformal.com> | 2013-08-02 00:41:09 -0400 |
---|---|---|
committer | David Hill <dhill@conformal.com> | 2013-08-02 00:41:09 -0400 |
commit | ecc4ab4956c9fe3e80a50de54e5ac89fd3663936 (patch) | |
tree | 73b62895749b9e54a162ef5cb52fd6385cc42d06 /sqlite3_windows.c | |
parent | Merge pull request #64 from wei2912/patch-2 (diff) | |
download | golite-ecc4ab4956c9fe3e80a50de54e5ac89fd3663936.tar.gz golite-ecc4ab4956c9fe3e80a50de54e5ac89fd3663936.tar.xz |
call sqlite3_column_blob() before sqlite3_column_bytes()
sqlite3 documentation states sqlite3_column_blob could modify the
the content and recommends the "safest and easiest" policy is to
invoke sqlite3_column_blob() followed by sqlite3_column_bytes()
from: http://www.sqlite.org/c3ref/column_blob.html
Diffstat (limited to 'sqlite3_windows.c')
0 files changed, 0 insertions, 0 deletions