Open erdnaxeli opened 3 years ago
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().
Exception.code
extented_code
sqlite3_extended_errcode()
https://sqlite.org/rescode.html#pve
Hi,
The current
Exception.code
field return the primary result code. It would be nice to add a new fieldextented_code
, usingsqlite3_extended_errcode()
.https://sqlite.org/rescode.html#pve