On Dec 20, 2008, at 4:48 PM, KathyS wrote:
JDBC code is straightforward:
Statement stmnt = con.createStatement();
stmnt.execute("SET query_governor_cost_limit 2");
The only difference with Cayenne internal execution path would be that Cayenne will use PreparedStatement here. Anyways, I need to try it I guess...
Andrus
