dbeaver / dbeaver/dbeaver

Problem marker is shown for the keyword GENERATED in CREATE TABLE-statement

Open
#36,118 1 comment 0 reactions 0 assignees View on GitHub
xf:sql editor xf:sql parser
Dominant language
Java
Stars
51.8k
Forks
4.4k
Avg merge
3d 8h
Merged PRs (30d)
188

Description

### Description

![img](https://github.com/user-attachments/assets/db44590f-64df-4bbf-802a-554c2c37122b)

Use this code:

```
CREATE TABLE sample (
id int4 GENERATED ALWAYS AS IDENTITY( INCREMENT BY 1 MINVALUE 1 MAXVALUE 2147483647 START 1 CACHE 1 NO CYCLE) NOT NULL,
hello integer NOT NULL
);

```

### DBeaver Version

Enterprise Edition 24.2.4-202410262322

### Operating System

Windows 10

### Database and driver

PostgreSQL 16
PostgreSQL JDBC Driver 42.7.4

### Steps to reproduce

_No response_

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.