Jacek,

On 26/01/2011 12:14, Jacek Kałucki wrote:
> Użytkownik Werner F. Bruhin napisał:
>> It is defined as:
>>
>> ("notes", "L", False, "CELLARBOOK", "notes"),
>>
>> In the database it is defined as a Blob subtype text, I would like it to
>> be mapped to a multiline textctrl.
>>
>> It would be great if AppWizard could be tweaked as I have quit a few of
>> these columns.
>>
>> Can anyone give me some tips on this.
>>
>>
> In this situation you rather should use "M" - memo type instead.
> The "L" type is rather intended to be used with binary data like
> pictures, etc.
>
Thanks.

I changed my local copy of dbFirebird.py to check for field_sub_type and 
if it is "1" I set it to "M" otherwise to "L", but I could only do this 
after I re-indented the whole file, which obviously makes the patch huge.

I guess the file uses a mixed tabs/spaces for indentation instead of 
just one of them (tabs is preferred, I believe) - can someone confirm 
that this is the case?

Should I submit the huge patch or just post the changes on codepad?

Werner


_______________________________________________
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]

Reply via email to