Open jacobgjorva opened 2 weeks ago
sqlplus
.I had same issue, as @kristijanhusak says - its not controlled by vim-dadbod-ui. I have set a global default length in my .zshrc to kind of solve the issue:
export SQLCMDMAXVARTYPEWIDTH=36
export SQLCMDMAXFIXEDTYPEWIDTH=36
Kind of works, for some queries i saved them where i controll the length with LEFT(). @jacobgjorva If you find a better solution please let me know :)
Would love for the table to be better formatted when using SQL SERVER.