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
Our initial support for v22.1 CockroachDB should include just that of running basic queries.
v22.1
The scope of this is that a user should be able to, via the console:
The following are excluded from the scope of basic queries and can be implemented afterwards:
In order for the GraphQL-Engine to be able to support this, the following gaps need to be closed (to be made into separate issues):
General infrastructure:
On the server side:
cockroachdb_table_metadata.sql
fetchFunctionMetadata
SET LOCAL
On the console side:
Docs:
Incoming support/fixes from CRDB team (in rough priority order):
#typeHints
#placeholders
is_generated
pg_catalog.col_description
The text was updated successfully, but these errors were encountered:
just added #8891 to this list, which we'll estimate later
Sorry, something went wrong.
Released in v2.15.0! Closing
No branches or pull requests
Our initial support for
v22.1
CockroachDB should include just that of running basic queries.The scope of this is that a user should be able to, via the console:
The following are excluded from the scope of basic queries and can be implemented afterwards:
In order for the GraphQL-Engine to be able to support this, the following gaps need to be closed (to be made into separate issues):
General infrastructure:
On the server side:
cockroachdb_table_metadata.sql
#8800fetchFunctionMetadata
for cockroachdb #8840SET LOCAL
options #8797On the console side:
Docs:
Incoming support/fixes from CRDB team (in rough priority order):
#typeHints
greater than#placeholders
for prepare stmt cockroachdb/cockroach#87535is_generated
from information schema values are inconsistent with PostgreSQL cockroachdb/cockroach#87481pg_catalog.col_description
is very slow cockroachdb/cockroach#87947The text was updated successfully, but these errors were encountered: