Page 1 of 1

detail Sqlite error messages

Posted: 24.08.2013, 22:04
by Wild_Pointer
hello,

I've noticed that error messages for SQLite are useless. What can you say when you get error "SQL logic error or missing database" when you have the name of table misspelled in the SQL statement you want to execute? So I made error messages more detail using sqlite_errstr function.
Please find the patch file attached. I'm using git, hope it will not cause problems.

I'll be glad to provide any additional information needed.

Re: detail Sqlite error messages

Posted: 26.08.2013, 21:18
by EgonHugeist
Patch applied. R2685 \tesing 7.1 (SVN)

Tank you!