]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix spurious "no such table: x1" errors in shared-schema mode that could occur
authordan <dan@noemail.net>
Thu, 8 Aug 2019 15:47:32 +0000 (15:47 +0000)
committerdan <dan@noemail.net>
Thu, 8 Aug 2019 15:47:32 +0000 (15:47 +0000)
commit73debcccd169ef99b3e80088d8c238065060170a
tree71b31bbaa366578a9bd5681a22fd8f3877475045
parent1430806e39be3d2ef3f6f69432166d9dac26e449
Fix spurious "no such table: x1" errors in shared-schema mode that could occur
when a query that is a join across two or more databases needs to call the xConnect() methods of a virtual table.

FossilOrigin-Name: edf45cd7c6c1122db961ae66c21c7e974115e6048f1f5014015a5f693f1844bf
manifest
manifest.uuid
src/sqliteInt.h
src/tokenize.c
src/vdbeblob.c
test/reuse6.test [new file with mode: 0644]