-
Notifications
You must be signed in to change notification settings - Fork 0
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
Transaction parameters tpShared/tpProtected unusable #2
Comments
so, is this basically a duplicate of #3 ? Are them the same issue or different ones ? Did you tried with FB3 if those options work there ? |
Where is it specified how exactly those options should be ordered ? |
Firebird 3.0, see attached screenshots for options and error:
I've made a quick and dirty workaround, but at least it's worked now:
The table names in lock_xxx property should now start with '~' or '!' if you need shared or protected lock. |
When transaction options tpShared or tpProtected enabled, StartTransaction raises an exception with error:
This is because the option syntax is like:
but the actual TPB from CreateTRParams produced in the natural order of parameters like:
Update:
UIB Compiled with {$DEFINE FB30} set in uib.inc.
These options shouldn't be there at all but they are due to #3.
The text was updated successfully, but these errors were encountered: