go-sqlite3
go-sqlite3 copied to clipboard
&dest should be dest in pre update hook when getting old/new row
Since the dest slice is already an address, taking the address of the address when updating the values causes the values to be lost in the caller
Thanks, can you also add a unit test that previously would have failed?