-
The lines of the SQL statements should be indented (data.ddl lines 2-5 and 9-15)
-
When parser not set `trailing_commas=true` in `ParserOptions` or use `BigQueryDialect`, the following SQL will be wrongly parse instead of throw an error.
```sql
SELECT foo, bar, FROM baz
-- Wi…
-
hi, installed this and ran snippet with all default parameters. It generated SQL statements for table creation, but no data insert statements. Each sql file has -- INSERTING DATA INTO , but no lines f…
-
Hey, your tech reviewer here.
Example: https://github.com/anthonydb/practical-sql/blob/master/Chapter_08/Chapter_08.sql
The COPY statements are interspersed with table definition statements. Th…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
The parser was unable to parse EVENT statements f…
-
- SqlPackage or DacFx Version: 162.4.92
- .NET Framework (Windows-only) or .NET Core: DotNet6 (6.0.417)
- Environment (local platform and source/target platforms): Windows 10
**Steps to Reproduce…
-
The `query-exec` function will execute only a single SQL statement. There seems no way that I can see of adding multiple statements at once. Specifically, I would hope that something like the exampl…
-
**Scenario:**
Assume you have a database named `Company` with a table named `Employees`. The `Employees` table has the following columns:
- `EmployeeID` (integer, primary key)
- `FirstName` (varc…
-
### **Describe the feature**
The feature adds the ability to automatically generate SQL column comments in Databricks Delta Live Tables (DLT). Specifically, it updates the `CREATE STREAMING TABLE` SQ…
-
## Context
We do not have anything Googlable about data privacy and security - even though this is up to the developer at implementation-level, it would be nice to have a page or section stating th…