Skip to content

Renaming a stored property with only a case change results in "column already exists" error #1329

@danchanka

Description

@danchanka

When attempting to rename a stored property by changing only the case (e.g., renaming serverTimezone to serverTimeZone), an error occurs stating that a column with the specified name already exists. This issue arises because column names in PostgreSQL are case-insensitive by default and are stored in lowercase. Therefore, changing only the case of a column name is interpreted as an attempt to rename the column to an already existing name, causing a conflict.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions