mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
After this commit explain will start showing a comment for NewRowid. ``` limbo> explain insert into t(id) values (1); addr opcode p1 p2 p3 p4 p5 comment ---- ----------------- ---- ---- ---- ------------- -- ------- 0 Init 0 17 0 0 Start at 17 ... 6 NewRowid 0 1 0 0 r[1]=rowid ... 18 Goto 0 1 0 0 ``` Closes #1445