]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not report an sqlite3_error_offset() for errors that occur inside of
authordrh <>
Wed, 20 Nov 2024 11:34:16 +0000 (11:34 +0000)
committerdrh <>
Wed, 20 Nov 2024 11:34:16 +0000 (11:34 +0000)
commit95669823282326526772ae51289f26aa1753e57c
treec186e8b3b7510c8c19c7883a70a68b955bbeaa32
parent5608fb36ec84f1378cbfcc32e004b0343fd26070
Do not report an sqlite3_error_offset() for errors that occur inside of
views or triggers, since the text of those elements is not part of the
original query.

FossilOrigin-Name: bf66c6dfc25c2562a4e6a5b24dd1660213a8fefbb5763e7583b87fb06dbaaf43
manifest
manifest.uuid
src/printf.c
test/errofst1.test [new file with mode: 0644]