kristijanhusak / vim-dadbod-ui

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

mssql varchar(512) occupies 512 characters when its unnecessary #181

Closed KenroLe closed 1 year ago

KenroLe commented 1 year ago

Hey,

Ive been having issues when using mssql where a varchar(512) is 512 characters wide in dbout despite the actual resulting data in the column being at most 30 characters. Im using mssql and looking for atleast a hack to deal with this.

Would appreciate any help I can find, thanks!

stale[bot] commented 1 year ago

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.

kristijanhusak commented 1 year ago

Output is not controlled by this plugin. For mssql, sqlplus is in charge of controlling the output. There are maybe ways to configure it. See https://github.com/kristijanhusak/vim-dadbod-ui/issues/120.