crystal-sqlite3 icon indicating copy to clipboard operation
crystal-sqlite3 copied to clipboard

Expose extended result codes in the exception

Open erdnaxeli opened this issue 4 years ago • 0 comments
trafficstars

Hi,

The current Exception.code field return the primary result code. It would be nice to add a new field extented_code, using sqlite3_extended_errcode().

https://sqlite.org/rescode.html#pve

erdnaxeli avatar Jan 06 '21 22:01 erdnaxeli