1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Add the OP_Concat8 opcode, similar in concept to OP_String8. (CVS 1648)

FossilOrigin-Name: bbd3e93348bc3a1178f5278c6cf0b82e75bbf642
This commit is contained in:
danielk1977
2004-06-21 09:06:41 +00:00
parent 9e6db7d70f
commit 72c952a1c4
7 changed files with 64 additions and 74 deletions

View File

@@ -219,7 +219,7 @@ void sqlite3FinishTrigger(
{ OP_Integer, 0, 0, 0 },
{ OP_String8, 0, 0, "CREATE TRIGGER "},
{ OP_String8, 0, 0, 0 }, /* 6: SQL */
{ OP_Concat, 2, 0, 0 },
{ OP_Concat8, 2, 0, 0 },
{ OP_MakeRecord, 5, 0, "tttit" },
{ OP_PutIntKey, 0, 0, 0 },
};