Thanks Oleg!
That makes sense.  I just wanted to make sure I wasn't missing anything 
before I went ahead and did that.

cheers,
Alex


On 6/9/15 5:37 AM, Oleg Broytman wrote:
> Hello!
>
> On Mon, Jun 08, 2015 at 04:46:08PM -0700, aseiden <asei...@tippett.com> wrote:
>> Is it possible to combine SQLObject Versioning with a SQLRelatedJoin?
>     I don't believe it's possible, at least possible using simple
> approach. The problem is that versioned data is copied to a separate
> versioning table while joins retain pointers between main tables.
>
>     I think your best bet is to implement your own versioning in the main
> table (Cart, in your case).
>
> Oleg.


------------------------------------------------------------------------------
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to