]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem with using sqlite3_bind_value() with sqlite3_value objects obtained...
authordan <Dan Kennedy>
Wed, 9 Feb 2022 18:42:15 +0000 (18:42 +0000)
committerdan <Dan Kennedy>
Wed, 9 Feb 2022 18:42:15 +0000 (18:42 +0000)
commit252fe67bdd459b52e06287ac7fb5a47f4ea79562
treec53216dc87910aca20d517b5fa1dd126b4379770
parent9f4ce3b19f2c27382dbf13feac9ed84fc4cfee79
Fix a problem with using sqlite3_bind_value() with sqlite3_value objects obtained from sqlite3_preupdate_new() when an integer value is written to a column with real affinity.

FossilOrigin-Name: c006515ae6faff6525d589827d99092b06004472e32b7f586845c00c4732d695
manifest
manifest.uuid
src/test1.c
src/vdbeapi.c
test/bind2.test [new file with mode: 0644]