Re: [sqlite] Goto's in .explain output

2017-03-29 Thread Dominique Devienne
On Wed, Mar 29, 2017 at 9:58 AM, Hick Gunter wrote: > The section at the end, which is executed first, contains the necessary > database locking and schema checking opcodes. These cannot be generated > before the rest of the program has analysed which operations are performed > on which tables an

Re: [sqlite] Goto's in .explain output

2017-03-29 Thread Hick Gunter
Nachricht- Von: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] Im Auftrag von Dominique Devienne Gesendet: Mittwoch, 29. März 2017 09:41 An: General Discussion of SQLite Database Betreff: [sqlite] Goto's in .explain output Gunter posted this explain VDBE code: asql&

[sqlite] Goto's in .explain output

2017-03-29 Thread Dominique Devienne
Gunter posted this explain VDBE code: asql> explain update mytable set myfield=2 where myconst=7; addr opcode p1p2p3p4 p5 comment - - -- - 0 Trace 0 0 000 NULL