-
Notifications
You must be signed in to change notification settings - Fork 43
Drop error_marshaling_enabled session setting #2415
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
Comments
I'll also highlight that #1676 is not resolved. |
@Totktonada A few questions to estimate the issue:
What happens if the connector doesn't support it? Old behavior and usage of
|
Errors returned from CALL/EVAL (
It was dropped. No such setting anymore.
|
Product: Tarantool
Since: 2.10.0-beta1-46-g0cdf5f9be89c
Root document: pages where the
error_marshaling_enabled
setting is mentioned:SME: @ locker
Details
box.session.setting.error_marshaling_enabled was used to enable encoding
errors returned by CALL/EVAL in the extended format (as the MP_ERROR
MsgPack extension). Now, the feature is enabled automatically if the
connector supports it (sets IPROTO_FEATURE_ERROR_EXTENSION in IPROTO_ID
features).
Requested by @locker in tarantool/tarantool@0cdf5f9
Related to #2416
The text was updated successfully, but these errors were encountered: