alaisi / postgres-async-driver

Asynchronous PostgreSQL Java driver
Apache License 2.0
287 stars 38 forks source link

Make columns case sensitive available on result, "not converted to upper case" #62

Closed wiltonlazary closed 6 years ago

wiltonlazary commented 6 years ago

Is to hard to create a framework that need to get columns names as it is defined on select alias enclosed by ""

put the original name on PgColumn

alaisi commented 6 years ago

Merged #63