On 1/26/10 12:46 PM, Jacek Kałucki wrote: > 1) described in ticket #1132 (two years ago), it's because > dCursorMixin.save() method line of code > if pk in self._mementos.keys(): > saverow(self.RowNumber) > there should be: > if pk in self._mementos.keys() or pk in self._newRecords.keys(): > saverow(self.RowNumber)
See r5602 just committed. Ed, please review the changes too. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
