-
Writing customized connectors to DBMS other than the default three might be desirable. Or, in my case, customize one of the existing three—I'd like to be able to inherit an SQL connector and modify it…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
#### Expected Behavior
```sql
CREATE TABLE accounts (
user_id SERIAL PRIMARY KEY,
username VARCHAR (50) UNIQUE NOT NULL,
password VARCHAR (50) NOT NULL,
email VARCHAR (255) UNIQUE NOT…
-
### Apache Iceberg version
1.7.0 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
Currently when configuring two REST catalogs in spark, the `s3.signer.uri` of the …
-
I love using DBeaver, but one of the things that frustrates me a lot is that autocomplete doesn't know SQL keywords like "and" and "or" and tries to replace them with table or fieldnames starting with…
-
Requesting a feature for Foldable component to be able to embed other sql files.
I can think of many useful scenarios, where a "break-down" of data could be presented upon expansion in neat ways on…
-
### Description
I am using the DBeaver community edition on my MAC and while trying to connect SQL server DB by my window authentication I am getting below error.
Unable to load authentication D…
-
### Template for?
CVE-2023-48788
### Details:
PoC
https://github.com/horizon3ai/CVE-2023-48788
-
## Description:
Currently, SQL queries are defined directly within the route files. To improve code modularity and maintainability, all SQL queries should be moved to a dedicated query file. This wil…
-
- Use parameterized query / prepared statement
- Specify an environment variable to restrict transaction endpoint [default (or production) disabled]
- Ideally, move all queries to the services directo…