hugoloza / gwt-mobile-webkit

Automatically exported from code.google.com/p/gwt-mobile-webkit
2 stars 0 forks source link

Not able to read blob object stored from sqlite database using gwt-html5-database api #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by santosh....@darkhorseboa.com on 23 Jul 2012 at 8:00