Hi Venkat 2013/9/10 Venkat Sadasivam <[email protected]>
> I set the attach records to false it still writing to serialize > Configuration object. > > http://www.jooq.org/javadoc/latest/org/jooq/conf/Settings.html#setAttachRecords(java.lang.Boolean) > That is funny. Can you show me some code where this doesn't work? I might not be able to verify it before Friday, though. I feel attaching Configuration to a record (which contains JDBC connection) > will lead to many issues in cached and clustered environment. We cannot > keep same JDBC connection until a Record object exist in memory. > Interestingly, this was also brought up at a jOOQ workshop I've held today at http://www.ch-open.ch. But the Record is not required to contain a JDBC connection. It may well contain a ConnectionProvider, but if you implement this differently from jOOQ's default implementations, there is no active connection inside a record, right? -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
