Replies: 1 comment 1 reply
-
It seems to be working here, both for the identifier input and output methods:
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey 👋,
I think it should be possible to include an extension in the DB_URL, right?
I want to enable the
identifier_mangling
extension via......but it does not seem to work. I have to call
DB.extension :identifier_mangling
. Theidentifier_output_method
option from the URL, on the other hand, is taken into account correctly, whenidentifier_mangling
is enabled.Thanks
Beta Was this translation helpful? Give feedback.
All reactions