Gray

Results 153 comments of Gray

Huh right. Didn't take that into consideration. I could also release ormlite-jdbc-only or something targets. Let me see if I can get the pom.xml file to handle both...

Not everyone is using maven or gradle. I still got somewhat frequent questions about how the core classes weren't on the classpath.

Thanks for this @juur . There is a format string but it is designed as SImpleDataFormat string. Any idea how to hack in the TZ? Maybe start with `{TZ XXX}`...

My fix handles the date-string type but I think your issue is more generic and applies when we are dealing anytime with Date or Calendar entries. Does it? Aren't Date's...

Is this really the full exception or is there a caused-by information?

Ouch. Is it possible this is after the application has closed but is not fully down and part of it comes up thinking it is has valid database connections? I'm...

Any chance you are trying to do database operations _before_ the database is open somehow?

Did you try `order.getPrice()` as opposed to the `toString()`? I think that you are right that this is some string to number conversion issue.

Shit right. Sorry. Yeah I can't reproduce this using H2 and my unit tests. It's the raw methods that need the strings.

I bet it is the postgres driver that is doing the conversion of 7.527E7 to the double. I bet it is doing a isDigit() or == '.' and just stopping...