Skip to content
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

Fb3 support #60

Merged
merged 4 commits into from
Mar 3, 2018
Merged

Fb3 support #60

merged 4 commits into from
Mar 3, 2018

Conversation

fernandobatels
Copy link
Contributor

@fernandobatels fernandobatels commented Jan 10, 2018

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

New feature

Improvement

  • RDB$LINGER from RDB$DATABASE on unittesting with Firebird 3 server

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 :)

Changes on ConnectionTestCases file to accept changes
of firebird 3.*

Changes on FbTestCases to provide version of firebird server
UnitTest CursorTestCases adapted to suppor changes on firebird 3.*.

Gitignore added
Now you can use boolean data type of firebird 3.*.

Added unittest for boolean type on DataTypeTestCase.
- Adjusts on spaces in fb.c.
- Update date on fb.gemspec.
@rowland rowland merged commit 9a16288 into rowland:master Mar 3, 2018
@fernandobatels fernandobatels deleted the fb3-support branch July 15, 2018 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants