Skip to content

[RFC]: Avoid using reserved keywords as table names #448

@alexmerlin

Description

@alexmerlin

RFC

We need to stop using reserved keywords (e.g.: order) as table names.
But if it's a must, then wrap them in backticks.

Same for table columns: names such as group, order etc must be avoided.

Q A
Proposed Version(s) 6.1.0
BC Break? Yes

Note

These reserved keywords differ based on the platform.

Example: Cannot create table user on PostgreSQL, but it works on MariaDB.

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions