harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases
http://harelba.github.io/q/
GNU General Public License v3.0
10.19k stars 421 forks source link

Address issue #253 #272

Open clsn opened 3 years ago

clsn commented 3 years ago

UnicodeDecodeError was being treated as a ValueError, since it is a subclass, but it doesn't have the .message attribute, which caused an uncaught exception.

harelba commented 2 years ago

Handled as part of the new beta version