formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
218 stars 59 forks source link

How to NOT render table output? #205

Open OnkelTem opened 11 months ago

OnkelTem commented 11 months ago

I store HTML data in my table, but if I select * from it, it prints HTML rendered, while I need to see the original data. How to disable this prerender thing? Thanks