-
Notifications
You must be signed in to change notification settings - Fork 46
Allow to disable schema fetch #219
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
Labels
feature
A new functionality
Comments
GRISHNOV
added a commit
that referenced
this issue
Dec 12, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 12, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 19, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 26, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 26, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 26, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 26, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 26, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 27, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 28, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 29, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Dec 29, 2022
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 9, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 10, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 11, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 11, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 11, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 12, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 12, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 12, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
GRISHNOV
added a commit
that referenced
this issue
Jan 12, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
DifferentialOrange
pushed a commit
that referenced
this issue
Jan 12, 2023
Added support of the fetch_schema parameter, which allows to ignore schema changes on the server. Closes #219
DifferentialOrange
added a commit
that referenced
this issue
Feb 13, 2023
Overview This release introduces the support of `fetch_schema` connection option to disable schema fetch and various fixes. Breaking changes This release should not break any existing behavior. New features - `fetch_schema` parameter for a connection (#219). Bugfixes - Error code on socket error (#279). Thanks We want to thank @bekhzod91 for a bugfix contribution.
DifferentialOrange
added a commit
that referenced
this issue
Feb 13, 2023
Overview This release introduces the support of `fetch_schema` connection option to disable schema fetch and various fixes. Breaking changes This release should not break any existing behavior. New features - `fetch_schema` parameter for a connection (#219). Bugfixes - Error code on socket error (#279). Thanks We want to thank @bekhzod91 for a bugfix contribution.
Merged
DifferentialOrange
added a commit
that referenced
this issue
Feb 13, 2023
Overview This release introduces the support of `fetch_schema` connection option to disable schema fetch and various fixes. Breaking changes This release should not break any existing behavior. New features - `fetch_schema` parameter for a connection (#219). Bugfixes - Error code on socket error (#279). Thanks We want to thank @bekhzod91 for a bugfix contribution.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest to implement an option that disables schema fetching.
As it was implemented in netbox (tarantool/tarantool#4789).
And as it was implemented in Go connector:
https://github.com/tarantool/go-tarantool/blob/de95e3184df6bde148e7cc87229572d4247f599b/connection.go#L199-L201
The text was updated successfully, but these errors were encountered: