vim-dadbod-ui icon indicating copy to clipboard operation
vim-dadbod-ui copied to clipboard

Add configuration setting to force uppercase in internal table names

Open Palpatineli opened this issue 2 years ago • 3 comments

I need to access some sql server databases that are set to case sensitive schema names, and it's internal tables are like 'INFORMATION_SCHEMA.SCHEMATA' whose columns are like 'SCHEMA_NAME'.

Can you add a switch in configuration to force the schema names to be uppercase or lower case? Like:

let g:db_ui_uppercase_schemas = true

Thanks!

Palpatineli avatar Apr 26 '22 15:04 Palpatineli

Would setting uppercase values work for both case sensitive and case insensitive databases?

kristijanhusak avatar May 02 '22 15:05 kristijanhusak

That's a very good point. Let me try to make a pull request for it.

Palpatineli avatar May 04 '22 16:05 Palpatineli

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 04 '22 01:06 stale[bot]