mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Check if valid encoding, defaulting to utf-8 #178

Closed tkopets closed 6 years ago

tkopets commented 6 years ago

Check if connection encoding is a valid python encoding, if not use utf-8 encoding. If connection encoding is set to null (which results in python None), then use utf-8 encoding.

Fixes #177