Hmm.  I think I was using Beta1 at the time.  The problem I ran into
probably wasn't Postgres specific now that I think about it.

I think the problem I had was identical to 'Derick' his post "Compile
time error, criteria.or(c0); c0 unresolved" on the user list:

    [javac]
D:\Projects\AMS\ServletSource\src\com\ams\web\om\BaseCellPeer.java:598:
cannot resolve symbol
    [javac] symbol  : variable c0
    [javac] location: class com.ams.web.om.BaseCellPeer
    [javac]                                                
criteria.or(c0);
    [javac]

He didn't specify what version he was using.  But adding primary keys to
some of his tables fixed the problem.

-james

On Mon, 2002-05-20 at 14:33, John McNally wrote:
> There was a similar patch to postgresql's template last november.  Is
> there some other problem?
> 
> john mcnally
> 
> On Mon, 2002-05-20 at 12:46, James A. Hillyerd wrote:
> > On Mon, 2002-05-20 at 10:55, [EMAIL PROTECTED] wrote:
> > 
> > >   2. handle tables with no pk's
> > 
> > Torque has problems with tables with no PK when using Postgres as well. 
> > Is it possible to transfer that part of the patch over, or is it not
> > related?
> > 
> > -james

-- 
[]  James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer
[]  PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to