SQLitePreparedStatement ErrorMessage

I’m working with a small app that uses SQLite.

If I type in a field name wrong or maybe the field name count doesn’t match the parameters count the only error message I get back is “Unable to prepare statement”. As of yet I don’t recall seeing any other error messages.

Just curious if that’s all the ErrorMessage ever returns?

It is
File a bug report as that might be something we can change to get a more specific error message

Thanks Norman. I’ll file one later today.