lana-k / sqliteviz

Instant offline SQL-powered data visualisation in your browser
https://sqliteviz.com
Apache License 2.0
2.12k stars 115 forks source link

JS error during running queries #80

Closed lana-k closed 3 years ago

lana-k commented 3 years ago

During query running there is an error in console:

Cannot read property ... of null
    at dereference.js:55

The reason is empty dataSoures during queryrunning. When it becomes null, dereference is called with null. We shouldn't call dereference when dataSources is null.