rowland / fb

Firebird Extension Library for Ruby
64 stars 35 forks source link

Make it work with Firebird 3... #58

Open adrianlmm opened 6 years ago

adrianlmm commented 6 years ago

Currently fb only works with firebird 2.5, there is currently firebird 3 and distros like Fedora and Ubuntu are updating their packages to install Firebird 3 and deprecating 2.5 making it hard to install fb with Ruby.

Thanks.

fernandobatels commented 6 years ago

Hi, i am working on support of changes on firebird 3(https://www.firebirdsql.org/file/community/conference-2014/pdf/02_fb.2014.whatsnew.30.en.pdf) in my fork(https://github.com/fernandobatels/fb/tree/fb3-support).

In the future i will do one pull request with all changes for this repository.

If you can, open issues on my fork with firebird 3 problems/conflicts of fb extension for help me help you :)

adrianlmm commented 6 years ago

Hi fernandobatels, I added support for boolean types in my own private fork too, but yours is cleaner, so I'm using yours instead, thank you.

rowland commented 6 years ago

So far, I really like what I see in your fork. Thank you for taking this on and thank you for maintaining compatibility with previous versions of Firebird.

choallin commented 5 years ago

I would really need to use the Firebird 3 also. Is there any progress here yet?

woblavobla commented 5 years ago

Currently using my fork with fb 3. Without any problems.

fernandobatels commented 5 years ago

I would really need to use the Firebird 3 also. Is there any progress here yet?

This issue only implement the support for Firebird 3, but you can use with others versions without problems.