detail Sqlite error messages
Posted: 24.08.2013, 22:04
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.
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.