Re: Quick query question

2009-04-03 Thread Dave Lamy
Well unfortunately this doesn't appear to be working. This is my first time to try and use the db: prefix in an Expression and from what I can tell no code actually attempted to parse it. Am I misusing this prefix capability? All I'm really doing is 1) determine the PK name (assumption of a sin

pruning the querylogger

2009-04-03 Thread Bryan Lewis
This might be an obvious question but I couldn't find it in the list and docs. In our old Cayenne-2-based apps, we selectively pruned the query logging to avoid cluttering our log files with uninteresting repetitive queries. We used QueryLogger.setLoggingLevel() before each performQuery(). Yeah,