Re: Set timezone on connection

2015-08-04 Thread Michael Gentry
Hi Markus, If I'm reading the JavaDocs correctly for OracleConnection, then it is simply an extension of JDBC's Connection, which means you'd probably run into issues when using a connection pool, as you are only setting the time zone on one connection. Also, many connection pools will close idle

Re: A bunch of stuff is deprecated.

2015-08-04 Thread Andrus Adamchik
Yeah, that's the new way of doing things. Also check out with ObjectSelect, SelectById and SQLSelect query classes: https://cayenne.apache.org/docs/4.0/upgrade-guide/ar01.html#framework-api > On Jul 31, 2015, at 9:43 PM, Joe Baldwin wrote: > > Oops, I missed this one. > > So > > orde