[Tdbc] Fix Sqlite update hook (#5251)
authorilho159kim <ilho159.kim@samsung.com>
Thu, 11 May 2023 06:11:42 +0000 (15:11 +0900)
committerGitHub <noreply@github.com>
Thu, 11 May 2023 06:11:42 +0000 (15:11 +0900)
commit0a57a558dc8c834e615ebe0917b40c98090ccf84
tree0a4d5b57cf24924844ff5b4995dd4458eb5fa8b9
parent9c424beba93d9a9f213354b1e3dd6bfde296bf69
[Tdbc] Fix Sqlite update hook (#5251)

If the delete statement is executed, the record can't be returned
because the value for the rowid doesn't exist in the database
Therefore, in the case of delete, the record is returned to null

Signed-off-by: ilho kim <ilho159.kim@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
src/Tizen.Data.Tdbc.Driver.Sqlite/Tizen.Data.Tdbc.Driver.Sqlite/Connection.cs