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

Improve the text on one of the opcode documentation comments in vdbe.c.

FossilOrigin-Name: 08958f57970d2346f3e98e62225e2b5d351d12d8
This commit is contained in:
drh
2015-03-12 05:08:34 +00:00
parent cc285c5ab0
commit 0a0d0560ab
3 changed files with 8 additions and 8 deletions

View File

@@ -1517,7 +1517,7 @@ arithmetic_result_is_null:
**
** The interface used by the implementation of the aforementioned functions
** to retrieve the collation sequence set by this opcode is not available
** publicly, only to user functions defined in func.c.
** publicly. Only built-in functions have access to this feature.
*/
case OP_CollSeq: {
assert( pOp->p4type==P4_COLLSEQ );