On Wednesday 22 August 2007 18:09, Ed Leafe wrote: > On Aug 22, 2007, at 1:27 PM, Paul McNett wrote: > > I've determined that dbSQLite.getFields() is receiving a tableName > > argument that is an empty string. This comes from > > dCursorMixin.getFields > > where tableName got the default arg of None, so it converts it to > > self.Table, which appears to be the empty string for some reason. > > I don't know why, but the use of temp cursors in the backend classes > seemed to be the cause. I don't know why this never appeared before, > but it just seemed fundamentally wrong, so I changed all these > routines to accept the AuxCursor from the main cursor that calls > them. This seems to be working fine on my system, but of course, > please let me know how this works on your stuff. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com dbPostgres is no longer working. It bails on line thePKFieldName = rs2[0][3]
I have not figured out why yet. It's late and I'm stopping for the evening. Tomorrow I need to see a client in the morning. So I will check into what is wrong in the afternoon. Larry just stay at 3322. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
