detail Sqlite error messages

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Wild_Pointer
Expert Boarder
Expert Boarder
Posts: 164
Joined: 18.03.2008, 13:03
Contact:

detail Sqlite error messages

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: detail Sqlite error messages

Post by EgonHugeist »

Patch applied. R2685 \tesing 7.1 (SVN)

Tank you!
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Post Reply