-
The `ST_AsBinary(geom)` requirement in SQL statements is a wart that I would like to get rid of. The underlying postgres driver (pgx) supports binary transfer protocol. We should be able to fetch requ…
-
### Context
When i run sql scripts through [vscode sql tools](https://vscode-sqltools.mteixeira.dev/en/home/). The received query string in SimpleQueryFn is of the form
```sql
select * from emplo…
-
### Actual Behaviour
If I want to setup a metadata table (database) I can not turn on the SQL to highlighting.
### Expected Behaviour
If I click `Turn on highlighting` the SQL Statements will be hig…
-
Eric Harmeling (ericharmeling) commented:
@rafiss
Jira Issue: DOC-1032
-
Exalate commented:
https://github.com/cockroachdb/cockroach/pull/73669 --- Release note (sql change): The `create_type_statements` table now has an index on `descriptor_id`.
Jira Issue: DOC-2149
-
Reproduction process: There is SQL injection based on time blind annotation on the page where the navigation displayed in the foreground is obtained from the homepage, http://localhost:8080/list.php?i…
-
### What type of enhancement is this?
API improvement, User experience
### What does the enhancement do?
From [Wikipedia](https://en.wikipedia.org/wiki/Primary_key), the primary key uniquely specif…
-
A customer has an EXEC SQL block in COBOL with the syntax:
```
EXEC SQL
SELECT A, B, C, D, E, F, G
INTO
:A,
…
-
Currently, we don't support `.import` statements. So, to import CSV we have to do a workaround:
1. Create a temporary DB and import CSV
2. Export the db dump
3. Import that using shell: `$ turso …
-
## Observed
When trying to execute a query over self hosted clickhouse cluster, the query fails as it is not able to determine the server timezone during connectivity. This behaviour is transient a…