Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 37 by
santosh....@darkhorseboa.com: Not able to read blob object
stored from sqlite database using gwt-html5-database api
http://code.google.com/p/gwt-mobile-webkit/issues/detail?id=37
What steps will reproduce the problem?
1. We are able to insert a value as blob like below
2. I could see in SQLite Explorer that my blob object getting stored.
3. Now, on SQLResultSet, we do not have anything called getBlob. We could
see that only getString, double, float and int are there.
How do I get the stored blob object?
What is the expected output? What do you see instead?
I was expecting a mechanism to read blob object stored in sqlite database
using gwt-html5-database api.
What version of the product are you using? On what operating system?
gwt-html5-database v1.0