diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-01-08 14:25:01 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-01-08 14:25:01 +0000 |
commit | a4ea8eb44ec63e407007abea957221e92a081a31 (patch) | |
tree | 23566b703ee020fcee70beb3bc38d3e11c37e14c /ext/sqlite/libsqlite/src/opcodes.c | |
parent | 2cf3cb6407aa108f21149782245c61e7e393ec59 (diff) | |
download | php-git-a4ea8eb44ec63e407007abea957221e92a081a31.tar.gz |
Upgrade bundled libsqlite to 2.8.9
Diffstat (limited to 'ext/sqlite/libsqlite/src/opcodes.c')
-rw-r--r-- | ext/sqlite/libsqlite/src/opcodes.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/sqlite/libsqlite/src/opcodes.c b/ext/sqlite/libsqlite/src/opcodes.c index 1363a0fa31..8fcd8bdafe 100644 --- a/ext/sqlite/libsqlite/src/opcodes.c +++ b/ext/sqlite/libsqlite/src/opcodes.c @@ -6,6 +6,7 @@ char *sqliteOpcodeNames[] = { "???", "Halt", "Integer", "String", + "Variable", "Pop", "Dup", "Pull", @@ -25,6 +26,7 @@ char *sqliteOpcodeNames[] = { "???", "ShiftLeft", "ShiftRight", "AddImm", + "IsNumeric", "MustBeInt", "Eq", "Ne", @@ -128,4 +130,5 @@ char *sqliteOpcodeNames[] = { "???", "SetNotFound", "SetFirst", "SetNext", + "Vacuum", }; |