Upgrade bundled libsqlite to 2.8.9

This commit is contained in:
Ilia Alshanetsky 2004-01-08 14:25:01 +00:00
parent 2cf3cb6407
commit a4ea8eb44e
37 changed files with 5000 additions and 6182 deletions

View file

@ -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",
};