sdesalas / websqldump

An ultra-light JS library for exporting data out of WebSQL
MIT License
38 stars 14 forks source link

quotes around table name #1

Closed michel-reyes closed 8 years ago

michel-reyes commented 8 years ago

Hello, excellent plugin... I have a table called transaction, in my project a i have some problems, but i fixed now in the websqldump i found the same issue and i fixed too

line 57: sql: "SELECT * FROM '" + table + "';", // addquotes around the table name

sdesalas commented 8 years ago

Hi Neomicho!

You are awesome!! Always happy to find out other people are using/testing my code too.. Thanks for the fix, applying right away!!

Steven