-
### Company or project name
_No response_
### Question
I can pass a table name to a query like so
```sql
ALTER TABLE {table: Identifier} ...
```
But it looks like I cannot do that with column n…
-
I suggest to remove weird `echo` flag because it's behavior is confusing. There is similar flag in SQLAlchemy for instance and it's behavior is the following: "if you don't want to setup your own logg…
decaz updated
5 years ago
-
### Issue Summary
Hello,
We are migrating from the Redshift to the Snowflake.
We ran into one problem. Snowflake does not support the multiple statements in one API call.
### Steps to Reproduce
…
-
Hey, thanks for the codebase.
I'm making use of it for a project where I need to convert dbml into databricks sql create table statements.
Do you want pydbml to produce arbitrary sql dialects?
If …
-
### Feature description
Create a sql resource in `dlt.sources.sql_database` that allows creating models/tables with sql. Could be named sql_query and work like sql_table, except that instead of creat…
-
In the `psql` cli we can execute two statements in one go. E.g.
```sql
CREATE TABLE test_table (user_id INTEGER NOT NULL PRIMARY KEY , user_name VARCHAR(256) NOT NULL);
CREATE INDEX idx_test_ta…
-
releem-agent[9353]: ERROR : [Worker] - 2024/10/09 06:31:39 runner.go:129: Error 1055 (42000): Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'performance_…
-
## Context
The current `Query` task is limited to executing a single SQL statement and handling its output. Some automation tasks require executing multiple SQL statements, potentially wrapped in a…
-
running spatialite executable and creating a database throws an error
```
$ ./spatialite db
SpatiaLite version ..: 5.1.0.1 Supported Extensions:
- 'VirtualShape' [direct Shapefile acce…
-
This is a follow-up to #27285 to ensure that users can "disable" class-level execution phase scripts and statements that would otherwise be inherited in a `@Nested` test class.
Commits b98b99999736…