-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new BOOLEAN datatype doesn't work in fb... #53
Comments
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 |
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.
The text was updated successfully, but these errors were encountered: