[sqlalchemy] Re: Firebird - column types

2007-10-12 Thread Roger Demetrescu

Werner,

On 10/4/07, Werner F. Bruhin [EMAIL PROTECTED] wrote:

 Scanning firebird.py I noticed that:

  FBText returns BLOB SUB_TYPE 2

 Shouldn't that be BLOB SUB_TYPE 1 or BLOB SUB_TYPE TEXT

 and FBBinary returns BLOB SUB_TYPE 1

 Shouldn't that be BLOB SUB_TYPE 0

 See Helen's FB Book on page 182 and/or page 78 of the IB 6 Data
 Definition Guide (DataDef.pdf).

You are right... it is fixed in [3589].

Thanks,

Roger

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Firebird - column types

2007-10-04 Thread Roger Demetrescu

Hi Werner !

On 10/4/07, Werner F. Bruhin [EMAIL PROTECTED] wrote:

 Scanning firebird.py I noticed that:

  FBText returns BLOB SUB_TYPE 2

 Shouldn't that be BLOB SUB_TYPE 1 or BLOB SUB_TYPE TEXT

 and FBBinary returns BLOB SUB_TYPE 1

 Shouldn't that be BLOB SUB_TYPE 0

Well, I personally never used blob types on my FB applications...


 See Helen's FB Book on page 182 and/or page 78 of the IB 6 Data
 Definition Guide (DataDef.pdf).

Thanks for the tip..  I tried to download this guide, but found some
older versions and some broken links too...

Would you mind send it to me privately, or pointing me to a valid URL ?

Thanks,

Roger

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---