1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Add a VDBE synopsis comment for clarification.

FossilOrigin-Name: 029a6dc744c24e7be482298c678af8a115d6a87b
This commit is contained in:
mistachkin
2014-08-27 17:53:40 +00:00
parent 54ae4e3179
commit a1dc42aa91
3 changed files with 9 additions and 8 deletions

View File

@@ -1740,6 +1740,7 @@ case OP_RealAffinity: { /* in1 */
#ifndef SQLITE_OMIT_CAST
/* Opcode: Cast P1 P2 * * *
** Synopsis: affinity(r[P1])
**
** Force the value in register P1 to be the type defined by P2.
**