Hi Uwe,

On 26/01/2011 16:13, Uwe Grauer wrote:
> I commited your changes with rev 6347.
A belated thanks.

Just noticed this in firebird.db:

             elif ftype == "varying":
                 if r["rdb$field_length"] > 64:
                     ft = "M"
                 else:
                     ft = "C"

In a utf-8 encoded database this means that varchar larger then 16 
characters will be defined as a "M" field.

What about using "rdb$character_length" instead - see exchange with 
Helen on FbSupport?

Werner

_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/4d492b92.6050...@free.fr

Reply via email to