Re: [sqlite] Opcodes missing from documentation

2016-12-23 Thread Hick Gunter
Nachricht- Von: sqlite-users [mailto:[email protected]] Im Auftrag von David Raymond Gesendet: Freitag, 23. Dezember 2016 16:33 An: SQLite mailing list Betreff: [sqlite] Opcodes missing from documentation I'm looking at some explain output and am looking for

[sqlite] Opcodes missing from documentation

2016-12-23 Thread David Raymond
I'm looking at some explain output and am looking for info at http://www.sqlite.org/opcode.html but am not seeing a couple of the opcodes listed there. Specifically I'm looking for "SorterInsert", "SorterSort" and "SorterNext". I'm assuming they're gonna be like the similarly named entries, but