Has anyone else noticed that java.sql.Date and java.sql.Timestamp throw IAE
if given a date like today, "2009-01-08"?

Near as I can tell from the emul source, this is due to
Number.__decodeNumberString deciding that a string starting with "0" (so
"08") is octal, setting the radix to 8, and the parse stopping on the "8"
because its not octal.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to