For 'zipfile', detect attempts to cause a duplicate entry via UPDATE. Also, fix...
commit59aca2559ccb389d08ab054f9bf48d532f7429b3
authorJoe Mistachkin <sqlite@mistachkin.com>
Tue, 20 Mar 2018 16:56:12 +0000 (20 16:56 +0000)
committerJoe Mistachkin <sqlite@mistachkin.com>
Tue, 20 Mar 2018 16:56:12 +0000 (20 16:56 +0000)
tree8c31684584cb523469b9a26fa40775ccc63ccdd6
parentc1eda7d12c32fb322caf18cb4e26629f43eabe33
parentbed276750fe9253b6594b31a75638a07cac4ac58
For 'zipfile', detect attempts to cause a duplicate entry via UPDATE.  Also, fix handling of 'UPDATE OR REPLACE' statements run on zipfile virtual tables.  Win32 portability fixes to the 'fileio' extension.  Miscellaneous test fixes.