ProcedureCall not failing when ommiting parameter

2017-03-27 Thread Juan Manuel Diaz Lara
I found that If you map a procedure and you pass a wrong parameter name on ProcedureCall, Cayenne does not throw an exception, it just pass null to db for the missing parameters. This could be a bug or enhancement, but I do not know where to put this comment, hope someone knows. Atte. Juan Manu

Re: Using a specific time zone for timestamp values for Derby

2017-03-27 Thread Andrus Adamchik
Correct, Cayenne follows the first approach. You can create a custom ExtendedType (or types) for the appropriate value types to alter this behavior. I guess I am with John in that the most portable approach is to keep your JVM on UTC. Wonder if introducing a TZ offset as a potential future Cayen