rowland / fb

Firebird Extension Library for Ruby
64 stars 35 forks source link

Fb3 support #60

Closed fernandobatels closed 6 years ago

fernandobatels commented 6 years ago

Support for changes of Firebird 3 with retrocompatibilty with older versions.

New feature

Improvement

Comments

This changes are based on information about the new version of Firebird

and this #58 issue.

The new Firebird has many changes and new features, but i determined witch only boolean datatype and linger field as changes needed on this extensions, because others changes on Firebird not affect direcly this extension.

Maybe are need more changes, but unittests are working :)