-
There's a test that currently fails in the Oracle test suit where we fetch a `ResultSet` that has been retrieved from a JDBC query and assert equality with a plain SQL query.
Both results contain a…
-
`Alter rule` is not a standard SQL, it belongs to the PG dialect.
Therefore `AlterRuleStatement` should not exist under the `common` package.
Since `ALTER RULE` is a PostgreSQL language extens…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
It seems that there are many long insert internal SQL statements in …
-
**Is your feature request related to a problem? Please describe.**
When trying to use pgx in a multi database module, like scany or similar, and trying to be compatible with database/sql it fails bec…
-
### Package
OpenTelemetry
### Package Version
| Package Name | Version |
| ------------------------------------- | ------- |
| OpenTelemetry.Instrumentation.SqlClient …
-
**Is your feature request related to a problem? Please describe.**
Our [docs](https://www.cockroachlabs.com/docs/stable/cockroach-sql-binary) state the following:
> the cockroach-sql command is a …
-
### Description
Issue:
execute : UPDATE pg_catalog.pg_type SET typbyval=$1 WHERE "oid"=$2 parameters: $1 = 'f', $2 = '16'
execute : UPDATE pg_catalog.pg_type SET typbyval=$1 WHERE "oid"=$2 param…
-
I've seen a debug zip from a v22.2.6 cluster where the `crdb_internal.create_statements.txt` file does not contain user-created tables, and the `crdb_internal.create_statements.txt.err` file contains …
-
When viewing metrics, if a user clicks on a graph with a tooltip, the tooltip will not disappear
**To Reproduce**
1. View `SQL Statements` graph on the metrics page for `Last 6 hours`
2. Click …
-
* Track the types of SQL statements that are being executed, so for all DB blocks created, we should have a record of the statement type (e.g. CREATE MATERIALIZED VIEW, CREATE TABLE, DROP TABLE)
* Ins…