Casey Banner

Results 57 comments of Casey Banner

Hey, thanks for this. I'm a bit busy currently but I'll take a look and integrate as soon as I can.

Seems good, I can't test this at the moment, confirm that nothing breaks for ECE and I'll merge?

I'm also running into this issue. I'm comparing two relatively short arrays, and it would be great to be able to have some state in the match to print out...

I'm also interested in the fix for this, I've gone over my zsh config and don't see any issues

I made a PR with changes to support the new fn pointer syntax as well as the broken examples (it was a problem with `asRange` copying the input to the...

I believe `updateRaw` takes `String[]` and not `Object[]`, it looks like that code path uses only the JDBC String type when it ends up setting the objects on the compiled...

Yea, it was really strange, the same code running in production was not producing the issue. Issuing queries in pgAdmin manually using the same syntax (`7.527E7`), to the DB instance...

Here is a quick test with API tracing on in the JDBC driver (PGJDBC-NG): I changed the above code to do: ``` compiledStatement.setObject(6, order.getPrice().toString(), SqlType.STRING); ``` ``` // From my...

Yep, agreed this seems to be out of ORMLite's realm. Feel free to close this out :) Ah, of course - yes I'll extend the entity and just do that....