Skip to content

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

Closed
olegrok opened this issue May 16, 2022 · 0 comments · Fixed by #271
Closed

Allow to disable schema fetch #219

olegrok opened this issue May 16, 2022 · 0 comments · Fixed by #271
Assignees
Labels
feature A new functionality

Comments

@olegrok
Copy link
Contributor

olegrok commented May 16, 2022

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

@olegrok olegrok added the feature A new functionality label May 16, 2022
@GRISHNOV GRISHNOV self-assigned this Dec 7, 2022
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.
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
Labels
feature A new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants