Adds AddImm OpCode Instruction
This PR:
- adds the AddImm opcode instruction
The instruction is required for https://github.com/tursodatabase/limbo/issues/895 which is tracking ALTER TABLE support.
See screenshot for relevant SQLite bytecode
Hey @redixhumayun, I folded Value into OwnedValue and caused a merge conflict here. Can you please rebase?
Hey @redixhumayun, I folded
ValueintoOwnedValueand caused a merge conflict here. Can you please rebase?
@penberg Hey, just saw this and took care of it. The conflict is resolved.
There are a few tests failing but I think that has to do with the fuzzer? Unsure because I don't think that has anything to do with my changes.
This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.
@penberg can we merge this in?
This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.
This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.