Skip to content

Creating tables and columns with postgre always keeps lower case #9098

Answered by serge-rider
lucasNewSharp asked this question in Q&A
Discussion options

You must be logged in to vote

You should use quotes to set case-sensitive column names.
E.g. "SomeColumnName".

Automatic name conversion was made to avoid typos and unwanted mixed case object creation (which may cause a lot of problems in real applications).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by LonwoLonwo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #9098 on December 26, 2020 19:21.