Nissim said:

> > 4) in the BasePeer methods that return stuff from the db but don't take
> > a connection argument, check first if objectDataNeedsTrans, then if
> > that's true, check if any of the tables in the criteria
> > containsObjectColumn, and if that's true, set up a transaction.
> >

John McNally wrote:
> 
> 4.  I was thinking that  TurbineUserPeer and possibly anywhere else (this
> should be minimized) that is using the Visitor table should perform these
> tasks.
> 

But then any other applications that use large objects and BasePeer will
have the same problems.  The only additional code running in BasePeer
for non-postgres users is the if (db.objectDataNeedsTrans())...the rest
is only run for postgres users...

        -Nissim


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to