]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an off-by-one error on a Goto in the code generator, that only
authordrh <drh@noemail.net>
Sat, 12 Jan 2019 16:19:23 +0000 (16:19 +0000)
committerdrh <drh@noemail.net>
Sat, 12 Jan 2019 16:19:23 +0000 (16:19 +0000)
commit6214d93993a545b578e7139951f07840e049ee45
treeafad32b8926b8d8efe706d0f85b340de412ba743
parentb4439eef10940384ddcd4518b6aed814952f4086
Fix an off-by-one error on a Goto in the code generator, that only
causes problems for a REPLACE on an INTEGER PRIMARY KEY in non-debug
builds.  Test case in TH3.

FossilOrigin-Name: e35eb8776ed539afe1d5db099470ab1124d8dd2db73ee5db7c811f8df9a9576e
manifest
manifest.uuid
src/insert.c