On 4/18/18, 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

Can you send in a reproducible test case?

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to