Paul McNett wrote:
> Okay, we are in slightly better shape with the firebird unit tests, as 
> they run but some of them fail. Here's what I'm seeing:
> 
> [EMAIL PROTECTED]:~/projects/dabo/dabo/db/test$ python test_dCursorMixin.py
> EF.F...F.F...E...E....................................
> ======================================================================

Sorry for answering late on this.
I didn't understand your attempt to handle this in dabo,
so i didn't do anything about it.

I already tried to explain what the problem is:

If you do create a table with "create table atable ( aField INT )"
aField is not case sensitive.
If you do it with "create table "aTable" ( "aField" INT )" aTable and
aField are case sensitive.

I hope that you can look into it soon.

Uwe

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to