Issue #16 - any progress?

2 views
Skip to first unread message

Mikeo

unread,
Apr 15, 2010, 4:53:48 PM4/15/10
to gwt-mobile-webkit-users
Hi,

I'm being hit by issue #16 where executeSql(String, Object[]) reports
a mismatch between the number "?" and arguments when executing in
development mode.

Have you made any progress on this?

I've been spending some time trying to figure out the problem. A GWT
build using the latest code check out from the SVN trunk does not fix
the problem.

I've done a bunch of different tests and it almost seems like the
Object array is not being passed to the browser when running in dev
mode. All of the following result in the error "number of '?'s in
statement string does not match argument count":

tx.executeSql("replace into dbtest (name) values (?)", null);
tx.executeSql("replace into dbtest (name) values (?)", new Object[]
{"hi"});
tx.executeSql("replace into dbtest (name) values (?)", new Object[]
{"hi", "lo"});

dbtest has a single TEXT column.

Thanks for you help,
Mike.

--
You received this message because you are subscribed to the Google Groups "gwt-mobile-webkit-users" group.
To post to this group, send email to gwt-mobile-...@googlegroups.com.
To unsubscribe from this group, send email to gwt-mobile-webkit...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwt-mobile-webkit-users?hl=en.

Bart Guijt

unread,
Apr 16, 2010, 4:17:38 AM4/16/10
to gwt-mobile-...@googlegroups.com
Thanks for your testing efforts, Mike!

While I am aware of the issue, right now I am literally swamped with a
client's project. I am sorry I can't help you with this right now.
Hopefully in May I can spend some time on the project again, and since
this issue is high on my list I'll probably start on that.

All the best,

Bart.
--
Bart Guijt
GSM: 06-30408987

Check out my blog: http://bart.guijt.me/blog/

"ceterum censeo Apple regulam faciendam"

Bart Guijt

unread,
May 5, 2010, 10:06:22 AM5/5/10
to gwt-mobile-...@googlegroups.com
Mike, all,

Just a message to make you guys aware of the latest html5-database-1.5.1 release with Mike's patch to make Dev Mode work properly. Thanks again, Mike, your effort is much appreciated!

All the best,

Bart Guijt
E: bgu...@gmail.com
T: +31 6 30408987
Reply all
Reply to author
Forward
0 new messages