summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite/src/opcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src/opcodes.c')
-rw-r--r--ext/pdo_sqlite/sqlite/src/opcodes.c63
1 files changed, 31 insertions, 32 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/opcodes.c b/ext/pdo_sqlite/sqlite/src/opcodes.c
index aa562721ef..d962852148 100644
--- a/ext/pdo_sqlite/sqlite/src/opcodes.c
+++ b/ext/pdo_sqlite/sqlite/src/opcodes.c
@@ -61,31 +61,31 @@ const char *const sqlite3OpcodeNames[] = { "?",
/* 57 */ "Function",
/* 58 */ "NewRowid",
/* 59 */ "Blob",
- /* 60 */ "Next",
- /* 61 */ "Or",
- /* 62 */ "And",
+ /* 60 */ "Or",
+ /* 61 */ "And",
+ /* 62 */ "Next",
/* 63 */ "ForceInt",
/* 64 */ "ReadCookie",
- /* 65 */ "Halt",
- /* 66 */ "IsNull",
- /* 67 */ "NotNull",
- /* 68 */ "Ne",
- /* 69 */ "Eq",
- /* 70 */ "Gt",
- /* 71 */ "Le",
- /* 72 */ "Lt",
- /* 73 */ "Ge",
- /* 74 */ "Expire",
- /* 75 */ "BitAnd",
- /* 76 */ "BitOr",
- /* 77 */ "ShiftLeft",
- /* 78 */ "ShiftRight",
- /* 79 */ "Add",
- /* 80 */ "Subtract",
- /* 81 */ "Multiply",
- /* 82 */ "Divide",
- /* 83 */ "Remainder",
- /* 84 */ "Concat",
+ /* 65 */ "IsNull",
+ /* 66 */ "NotNull",
+ /* 67 */ "Ne",
+ /* 68 */ "Eq",
+ /* 69 */ "Gt",
+ /* 70 */ "Le",
+ /* 71 */ "Lt",
+ /* 72 */ "Ge",
+ /* 73 */ "Halt",
+ /* 74 */ "BitAnd",
+ /* 75 */ "BitOr",
+ /* 76 */ "ShiftLeft",
+ /* 77 */ "ShiftRight",
+ /* 78 */ "Add",
+ /* 79 */ "Subtract",
+ /* 80 */ "Multiply",
+ /* 81 */ "Divide",
+ /* 82 */ "Remainder",
+ /* 83 */ "Concat",
+ /* 84 */ "Expire",
/* 85 */ "Negative",
/* 86 */ "DropIndex",
/* 87 */ "BitNot",
@@ -126,9 +126,9 @@ const char *const sqlite3OpcodeNames[] = { "?",
/* 122 */ "MakeRecord",
/* 123 */ "Variable",
/* 124 */ "CreateTable",
- /* 125 */ "Insert",
- /* 126 */ "Real",
- /* 127 */ "HexBlob",
+ /* 125 */ "Real",
+ /* 126 */ "HexBlob",
+ /* 127 */ "Insert",
/* 128 */ "IdxGE",
/* 129 */ "OpenRead",
/* 130 */ "IdxRowid",
@@ -139,11 +139,10 @@ const char *const sqlite3OpcodeNames[] = { "?",
/* 135 */ "NotUsed_135",
/* 136 */ "NotUsed_136",
/* 137 */ "NotUsed_137",
- /* 138 */ "NotUsed_138",
- /* 139 */ "ToText",
- /* 140 */ "ToBlob",
- /* 141 */ "ToNumeric",
- /* 142 */ "ToInt",
- /* 143 */ "ToReal",
+ /* 138 */ "ToText",
+ /* 139 */ "ToBlob",
+ /* 140 */ "ToNumeric",
+ /* 141 */ "ToInt",
+ /* 142 */ "ToReal",
};
#endif