Skip to content

Conversation

@idseefeld
Copy link

With this optional configuration you can disable the the case sensitivity of PostgreSQL.
Users have to ensure valid table, column, and alias names (e.g. without SQL keywords, white space, etc.)
You just need to create the NPoco database like so:

var type = new PostgreSQLDatabaseType() { EscapeTableColumAliasNames = true };
var db = new Database(Database.Connection, type);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant