We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Certain Prefer options need to be disabled in some cases, see #2777.
Prefer
We also have a special config for Prefer: tx=commit, see db-tx-end.
Prefer: tx=commit
Ideally we wouldn't need a special config for each case.
Have a single config that enables or disables all preferences:
-- by default all preferences are enabled, so empty server-preferences-disabled = "" -- disable count: exact server-preferences-disabled = "count=exact" -- disable timezone server-preferences-disabled = "timezone"
db-tx-end
The text was updated successfully, but these errors were encountered:
Prefer: timezone
Maybe we can deprecate db-tx-end after this.
This setting does not translate 1:1 to the preferences-disabled, because it also set's a default value.
I'm undecided whether I find a shared preferences-disabled config a good or bad idea.
Sorry, something went wrong.
No branches or pull requests
Problem
Certain
Prefer
options need to be disabled in some cases, see #2777.We also have a special config for
Prefer: tx=commit
, see db-tx-end.Ideally we wouldn't need a special config for each case.
Proposal
Have a single config that enables or disables all preferences:
Notes
db-tx-end
after this. cc @wolfgangwaltherThe text was updated successfully, but these errors were encountered: