You are not logged in.
Pages: 1
Hi,
when using IRestOrm (mORMot2) and running into an error, it would be nice to get access to the error code returned by the sql engine.
Internally it runs TSqlRequest.Step and that raises an ESqlite3Exception, but the user of IRestOrm cannot get any details on the error occured.
Is there a way to access those information for possible internal handling of such situations.
Regards,
Daniel
Last edited by sakura (2022-10-19 14:34:48)
Offline
Yes that would be nice, I usually notice there's something wrong on client side (no results) and then connect to server and check logs.
Offline
Pages: 1