summaryrefslogtreecommitdiff
path: root/ext/sqlite/libsqlite/src/opcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sqlite/libsqlite/src/opcodes.c')
-rw-r--r--ext/sqlite/libsqlite/src/opcodes.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/sqlite/libsqlite/src/opcodes.c b/ext/sqlite/libsqlite/src/opcodes.c
index 59061b7c0a..0907e0e797 100644
--- a/ext/sqlite/libsqlite/src/opcodes.c
+++ b/ext/sqlite/libsqlite/src/opcodes.c
@@ -13,7 +13,6 @@ char *sqliteOpcodeNames[] = { "???",
"Push",
"ColumnName",
"Callback",
- "NullCallback",
"Concat",
"Add",
"Subtract",
@@ -26,7 +25,7 @@ char *sqliteOpcodeNames[] = { "???",
"ShiftLeft",
"ShiftRight",
"AddImm",
- "IsNumeric",
+ "ForceInt",
"MustBeInt",
"Eq",
"Ne",
@@ -78,6 +77,7 @@ char *sqliteOpcodeNames[] = { "???",
"PutIntKey",
"PutStrKey",
"Delete",
+ "SetCounts",
"KeyAsData",
"RowKey",
"RowData",
@@ -107,6 +107,8 @@ char *sqliteOpcodeNames[] = { "???",
"ListReset",
"ListPush",
"ListPop",
+ "ContextPush",
+ "ContextPop",
"SortPut",
"SortMakeRec",
"SortMakeKey",
@@ -133,4 +135,6 @@ char *sqliteOpcodeNames[] = { "???",
"SetFirst",
"SetNext",
"Vacuum",
+ "StackDepth",
+ "StackReset",
};