pgfutter icon indicating copy to clipboard operation
pgfutter copied to clipboard

Can't do capital case table names

Open merlinstardust opened this issue 8 years ago • 3 comments

I tried to specify the table Members (uppercase m) but instead it creates a table members (lowercase m).

merlinstardust avatar Apr 18 '16 22:04 merlinstardust

The column names are normalized. First they are made lowercase and then all special characters are stripped away.

But in case of specified column names they shouldn't be normalized. On Apr 19, 2016 12:35 AM, "Merlin Patterson" [email protected] wrote:

I tried to specify the table Members (uppercase m) but instead it creates a table members (lowercase m).

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/lukasmartinelli/pgfutter/issues/15

lukasmartinelli avatar Apr 19 '16 04:04 lukasmartinelli

Not the columns. The table name itself is being normalized and I explicitly declare --table "Members"

merlinstardust avatar Apr 19 '16 04:04 merlinstardust

Yes. Please fix this bug

postgresify(tableName)

ip75 avatar Apr 29 '20 16:04 ip75