| OLD | NEW |
| 1 /* Automatically generated. Do not edit */ | 1 /* Automatically generated. Do not edit */ |
| 2 /* See the mkopcodec.awk script for details. */ | 2 /* See the mkopcodec.awk script for details. */ |
| 3 #if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) |
| defined(SQLITE_DEBUG) | 3 #if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) || defined(VDBE_PROFILE) |
| defined(SQLITE_DEBUG) |
| 4 const char *sqlite3OpcodeName(int i){ | 4 const char *sqlite3OpcodeName(int i){ |
| 5 static const char *const azName[] = { "?", | 5 static const char *const azName[] = { "?", |
| 6 /* 1 */ "NotExists", | 6 /* 1 */ "NotExists", |
| 7 /* 2 */ "SeekLe", | 7 /* 2 */ "SeekLe", |
| 8 /* 3 */ "IncrVacuum", | 8 /* 3 */ "IncrVacuum", |
| 9 /* 4 */ "VCreate", | 9 /* 4 */ "VCreate", |
| 10 /* 5 */ "ResultRow", | 10 /* 5 */ "ResultRow", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 /* 140 */ "NotUsed_140", | 145 /* 140 */ "NotUsed_140", |
| 146 /* 141 */ "ToText", | 146 /* 141 */ "ToText", |
| 147 /* 142 */ "ToBlob", | 147 /* 142 */ "ToBlob", |
| 148 /* 143 */ "ToNumeric", | 148 /* 143 */ "ToNumeric", |
| 149 /* 144 */ "ToInt", | 149 /* 144 */ "ToInt", |
| 150 /* 145 */ "ToReal", | 150 /* 145 */ "ToReal", |
| 151 }; | 151 }; |
| 152 return azName[i]; | 152 return azName[i]; |
| 153 } | 153 } |
| 154 #endif | 154 #endif |
| OLD | NEW |