robregonm / YiiFirebird

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

Added support for most types of variables; #9

Closed edgardmessias closed 11 years ago

mlorentz75 commented 11 years ago

I like the changes in CFirebirdSchema.php, how you read the dbType in findColumns() with one less JOIN. Where did you get the code values for fcodtype and fcodsubtype from? I currently looking at a real world schema where a column is defined as NUMERIC(15,5) and I get fcodtype 16 (yes, that's INT64) and fcodsubtype 1.

edgardmessias commented 11 years ago

I found here: http://wiert.me/2009/08/13/interbasefirebird-query-to-show-which-fields-in-your-database-are-not-based-on-a-domain/

Sorry, I do not understand much English.

edgardmessias commented 11 years ago

Thanks @hannes42, just fix the code type INT64.

mlorentz75 commented 11 years ago

:+1:

robregonm commented 11 years ago

Could you please re-sync your local repository and fix the file conflicts, in order to merge the pull request to the code? Thanks :+1:

edgardmessias commented 11 years ago

Ready