Re: Found cgen documentation error

2011-07-20 Thread Joseph Senecal
Thanks! I have my custom templates working now :-) Sorry about the false report for a documentation problem. The pages looked so similar that I thought they were linking to the same page. I should have looked closer. Joe On Jul 20, 2011, at 12:59 AM, Andrus Adamchik wrote: > > On Jul 20, 20

Re: Query prefetch missing rows

2011-07-20 Thread Tad
I can't reproduce it using disjoint prefetch semantics anymore. I suspect my Eclipse/Tomcat instance was at fault. -- Thanks, Tad On Tue, Jul 19, 2011 at 8:26 PM, Andrus Adamchik wrote: > It really shouldn't make a difference. > > So if you fetch the data outside Cayenne using MySQL client, whic

setFetchOffset & setFetchLimit issue

2011-07-20 Thread Gary Jarrel
Hi Guys, I have an issue with using setFetchOffset & setFetchLimit together with SQL Server 2008 R2. Basically the code looks something like this: SelectQuery query = getPrototypeQuery().queryWithParameters(params, true); query.setFetchOffset(offset); query.setFetchLimit(limit); List result = ge

Re: Found cgen documentation error

2011-07-20 Thread Andrus Adamchik
On Jul 20, 2011, at 10:48 AM, Joseph Senecal wrote: > The page: http://cayenne.apache.org/doc/cgen.html > describes a tag: supertemplate > By activating Maven debuging, I was able to determine that this tag is > actually: superTemplate > And that it is case sensitive. Actually you are reading t

Found cgen documentation error

2011-07-20 Thread Joseph Senecal
The page: http://cayenne.apache.org/doc/cgen.html describes a tag: supertemplate By activating Maven debuging, I was able to determine that this tag is actually: superTemplate And that it is case sensitive. What I can't determine is what I should put in that tag to have it use my template instea