--
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.
Thanks for the good work.
> Are the ID's to store really that large? Perhaps if you would use int types
> in GWT code, and map them to INTEGER SQL types, wouldn't that work?
No they't like 1 or 2 or 3.
However, I can't say what big table on appengine will return to me.
It seems incremental and I'll likely not exceed an int value but ...
the id I get from appengine is a long and so I should code for any
value.
String is a hassle but ... my app isn't database intensive.
I wonder if the error would be ignored when really deployed. I need
to code it though in hosted mode. Will try a test of Long in
deployment later.
Shawn