On 18 Apr 2018, at 4:47pm, Mark Wagner <m...@google.com> wrote:

> I have a simple test case wherein I delete from a number of tables and then
> drop one of those tables.  This crashes sqlite3.
> 
> So something like this:
> 
> begin;
> delete from x;
> delete from y;
> delete from z;
> drop x;  << crashes here
> 
> Sorry for my ignorance but is there a procedure for submitting bugs for
> things like this?

Can you make the same problem happen in the SQLite CLI tool ?  If so, please 
post a full script here.  If not, there's a possibility that the problem is 
somewhere in your own software.

If it's in your software, are you checking the return values from the first 
four commands in your list ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to