Paul McNett wrote: > Uwe Grauer wrote: >> 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? > > Yes, I made changes to a section of the code that caused you grief > before, so I wanted to know if inserting, updating, saving, canceling > works as well as it does in the current trunk. > > What I need to do is install a test Firebird and Postgres server so I > can subject them to the unit testing, but in lieu of that at least we > have your real application to test. > >> 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. > > This error didn't exist in trunk, but does exist in my branch? >
It does exist in the trunk as well. I stopped using firebird for dabo in order to see the new things. Since my finding of the "reclose a closed curser" error i'm waiting for you to catch up on the problem. Maybe both of you didn't test against firebird with the newer revisions because i know there are other errors coming up right now. Just try the new "Add controls from Dataenviroment" to see that kinterbasdb is initialized more than once. I wanted to let you decide when it's time for fixing the firebird support, so i didn't report other firebird problems. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
