Great. Thanks so much! However, I've never accessed the 'trunk' before.
I don't think I have access. Do I need to do a get from Mercurial source control? I have WING IDE, which I believe supports Mercurial. On Jun 27, 3:28 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > > Maybe just add a new property dynamically to the row > > We could call it 'nativeRef' > > > Would it be something like: > > self.nativeRef = tmp # Python can add new properties 'on-the-fly', > > right? > > > as the new 2nd last statement of insert()? > > If that is useful we can do it. I just did it in trunk so you can test > it but I called self._last_reference to avoid possible naming > conflicts. > > Massimo