> Using latest 4.4 on android, I am trying to track down a problem with
> empty results. It may have to do with a boolean field. When I look
> at the db contents, I see SMALLINT 1 stored for "true", but when I
> look at a query translation, it seems to be using the string 'true' as
> the lookup value.
I can reproduce this Larry and I'll get a fix out tonight. There were two bugs. One was with query handling of true in general which affected certain database types. Once this was fixed the internal conversion from true/false -> 1/0 was tripping up the Android code.
Sorry for this. I've now added much better testing of querying for all data-types on all database variants.
gray
larry
> Thanks, Gray, 4.5 is working nicely; it's very kind of you to respond quickly. ORMLite is doing a lot of heavy lifting for me, despite its name.
Great to hear Larry. Thanks also for commenting and giving ORMLite a thumbs up on SourceForge.
gray
You received this message because you are subscribed to a topic in the Google Groups "ORMLite Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ormlite-user/V39vwKvQ1sI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ormlite-user...@googlegroups.com.