This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Quote issue to preserve the case of the column name #127
Description
In PgSQL, if a table is created with camel case (or other way in which case of all chars is not same) column name e.g. firstName
without the quotes then it is case insensitive and is converted to e.g. firstname
In order to make it case-sensitive, column name should be quoted "firstName"
everywhere it is used.
However this is not same in MySQL.
Metadata
Metadata
Assignees
Labels
No labels