mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Improvements to a "Synopsis:" comment in the VDBE engine.
FossilOrigin-Name: 0dfa7ee9157ea6b1c745732d6c3fcd066cf4f849
This commit is contained in:
@@ -3328,7 +3328,7 @@ case OP_SorterOpen: {
|
||||
}
|
||||
|
||||
/* Opcode: OpenPseudo P1 P2 P3 * *
|
||||
** Synopsis: content in r[P2@P3]
|
||||
** Synopsis: P3 columns in r[P2]
|
||||
**
|
||||
** Open a new cursor that points to a fake table that contains a single
|
||||
** row of data. The content of that one row is the content of memory
|
||||
|
Reference in New Issue
Block a user