robregonm / YiiFirebird

Firebird Adapter for Yii 1.1.x
13 stars 8 forks source link

Int32 > int64 translation problem #27

Closed limion closed 11 years ago

limion commented 11 years ago

When I expect to get negative signed int (-274) from my Firebird server (win32), on the linux client (linux64) a have wrong positive int (4294967022). So, is that problem of this driver or something else?

limion commented 11 years ago

I have ascertained that the problem is in pdo_firebird library.

robregonm commented 11 years ago

Thank you for taking a look at this issue. I'll close it then.