mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix the Synopsis on OP_Concat. Added test_addop_breakpoint() during
SQLITE_DEBUG. Enhanced sqlite3VdbeChangeToNoop() to omit the instruction if it is the most recent added. Continue to fix problems with UPDATE and WITHOUT ROWID. FossilOrigin-Name: 9b6d9e106aaa3c2efb33d234d26cf08cd3c967b9
This commit is contained in:
@@ -1203,7 +1203,7 @@ case OP_ResultRow: {
|
||||
}
|
||||
|
||||
/* Opcode: Concat P1 P2 P3 * *
|
||||
** Synopsis: r[P3]=r[P2]+r[P3]
|
||||
** Synopsis: r[P3]=r[P2]+r[P1]
|
||||
**
|
||||
** Add the text in register P1 onto the end of the text in
|
||||
** register P2 and store the result in register P3.
|
||||
|
Reference in New Issue
Block a user