Paul McNett wrote: > dabo Commit > Revision 2615 > Date: 2007-01-06 22:28:20 -0800 (Sat, 06 Jan 2007) > Author: Paul > > Changed: > U branches/paul_sandbox/dabo/db/dBackend.py > U branches/paul_sandbox/dabo/db/dCursorMixin.py > U branches/paul_sandbox/dabo/db/dbSQLite.py > U branches/paul_sandbox/dabo/db/test/test_dCursorMixin.py > > Log: > Reverted my prior switch to use getFields() for DataStructure, because > getFields() doesn't take into account derived fields, or fields in other > joined tables, which was the whole reason we added getStructureDescription > in the first place. > > Fixed getStructureDescription() to be generic (no need for a separate > one in dbSQLite anymore) and to return consistent formats for sqlite > and mysql. Still need to add unit tests for the other databases to > make sure everything still works. In the meantime, if users of Firebird > (Uwe?) and Postgres (John?) could check out the paul_sandbox branch and > see if it works with their apps that would be most helpful. > -- snip -- Paul,
please be more specific on what to test. Do you mean i should run an existing app with your branch to see what happens? I did that. Besides the existing problem with the errorbox comming up when i edit a record in a childform, i see no real differences. The error was: Database Execution failed with response: (-501, "Error while trying to close PreparedStatement's associated result set: \n Dynamic SQL Error\n SQL error code = -501\n Attempt to reclose a closed cursor") Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
