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

Handle Firebird 4/5 types #64

Merged
merged 24 commits into from
Mar 4, 2025
Merged

Conversation

mlazdans
Copy link
Contributor

@mlazdans mlazdans commented Mar 4, 2025

Handle new types:
INT128
DECFLOAT
TIME WITH TIMEZONE
TIMESTAMP WITH TIMEZONE

Sorry for rather large PR 😅 it also includes:
some whitespace cleanups
windows build script updates
optional $hosts parameter for tests

UPDATE: I messed up a bit and this PR got even larger 😅
Added new INI settings:

ini_set("ibase.default_trans_params", IBASE_READ | IBASE_NOWAIT)
ini_set("ibase.default_lock_timeout", "30"); // only used together with trans_param IBASE_LOCK_TIMEOUT

This should close issue #4 and make PR 3 obsolete.

@MartinKoeditz
Copy link
Collaborator

Thank you for your efforts. I will check your changes and merge them.

@mlazdans
Copy link
Contributor Author

mlazdans commented Mar 4, 2025

You can hide whitespace changes to make it a bit easier:
image

@MartinKoeditz MartinKoeditz merged commit 8ce7268 into FirebirdSQL:master Mar 4, 2025
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