-
## Feature Request
is it possible to update parser to support PAGE_CHECKSUM=1 TRANSACTIONAL=1 in create table statement ?
CREATE TABLE t (
col1 int(10) unsigned NOT NULL,
col2 int(10) unsi…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
In Athena parsing, error happens when "IS …
-
**Describe the bug**
KeyError 'columns' generated instead of DDLParserError
**To Reproduce**
Steps to reproduce the behavior:
1. Take file https://github.com/penguin9360/School-Projects/blob/3b1…
ivbeg updated
2 years ago
-
Hello. Thanks for the great tool.
I want to use a column named "type" and set a CHECK constraint on it.
However, the first DDL execution succeeds, but subsequent commands(such as exporting or appl…
-
Table DDL:
```
CREATE TABLE heres(
id serial,
name varchar,
lnglat geometry("POINT", 4326),
primary key (id)
);
```
`INSERT INTO heres (name, lnglat) VALUES ('test2',ST_GeomFromEWKT('…
huaxk updated
5 years ago
-
### Is your feature request related to a problem?
Inspired by https://github.com/ibis-project/ibis/issues/8110
I use duckdb for local analysis and processing and a hosted postgres to house our pro…
-
db: PostgreSQL 14.5
psqldef: v0.13.22
## create table query
```sql
CREATE TABLE test (
"double" double precision NOT NULL DEFAULT '100'::double precision
);
```
## --export output
found…
-
In SQLite, the type is completely ignored (type affinity) when we use `AS` for computed columns. For example, this is valid:
```sql
create table t (i int, j geeeenerattteeeeed as (i));
pragma tab…
-
Note: originally reported by a user here https://discord.com/channels/841451783728529451/849377751370432573/1170711514773209150 and I'm seeing the same output.
- EdgeDB Version: 4.0+d568f08
- Edge…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
### 2. What did you expect to see? (Required)
### 3. What did…