rowland/fb

The new BOOLEAN datatype doesn't work in fb...

adrianlmm opened this issue · 7 comments

I'm trying Firebird 3 and in a Select statement if it includes a Boolean column I get the next error:

Specified table includes unsupported datatype (32764) (Fb::Error)

Please add support for the Boolean data type.

Thank tou.

What especially do you mean? Please provide more information. And i think that this adapter is supporting fb 2.5 by default.

I haven't tried building it against Firebird 3 yet. If it builds and mostly works, that would be good news and adding boolean types might not be too large a project.

I have build the gem in Firebird 3 w/o problems, I can make selects and inserts as long there are not Boolean columns in the table, everything else seems to work fine.

Any updates on this? =)

Hi, too late, but today i implemented the support for boolean datatype on my fork: fernandobatels@1000dca

In the future i will do one pull request, but you can not use my fork, with fb3-support branch, for testing my changes without any problem :)

Thanks for your patience. Just merged @fernandobatels PR. fb 0.9.0 is on rubygems.org. Have not personally tested FB 3.

Hi, i think we can close this issue