Upgrade bundled library to 2.8.14 + misc fixes

(http://www.sqlite.org/cvstrac/chngview?cn=1742)
This commit is contained in:
Wez Furlong 2004-07-10 12:27:51 +00:00
parent cd732f1a3f
commit e563b4eafa
43 changed files with 5953 additions and 5559 deletions

View file

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