kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k stars 94 forks source link

display NULL and empty string #255

Closed letieu closed 4 months ago

letieu commented 4 months ago

Currently NULL and empty string look the same on dbout. Can we have some way to format ?

kristijanhusak commented 4 months ago

Which db? In postgres you can create global .psqlrc file that will hold some configuration to show this.

https://database.guide/how-to-show-null-values-when-running-queries-in-psql-postgresql/

letieu commented 4 months ago

Which db? In postgres you can create global .psqlrc file that will hold some configuration to show this.

https://database.guide/how-to-show-null-values-when-running-queries-in-psql-postgresql/

very appreciated