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

Fixes for Live mode, Linux and Firebird 3 compatibility #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

qweqq
Copy link

@qweqq qweqq commented Apr 23, 2022

Hello!

I found some bugs while trying to run the tool against Firebird 3 on Linux in Live mode - with the fixes in this pull request it seems to work with a production server with the same environment.

I wasn't sure if I should create separate pull requests so I created only one to keep the conversation in one place.

…ommand header

This is needed for Firebird 3 support.
When receiving a message in live mode append a newline to it before processing it
and allow an additional trailing space on the statement id line and table header
lines.

The above fixes failing statement finish processing when in live mode.
…ment prepare

Firebird 3 uses this when working with generators (and maybe other cases).
Firebird 3 (2+?) shows the initial transaction id in the header for
commit retaining transactions.
In Firebird 3 it is reported with COMMIT RETAINING transactions.
@cincuranet
Copy link
Owner

Hi. Thanks for the contribution. It would be better to create separate PRs. It's easier to manage.

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