zzzprojects / sqlfiddle

http://sqlfiddle.com
MIT License
275 stars 52 forks source link

Cyrillic word "авто" detection error in SQL.js #74

Closed crayxt closed 10 years ago

crayxt commented 10 years ago

I tried to build DB with SQL.js driver with the following schema

create table s1 (word text, type text); insert into s1 values ('авто','noun');

But it failed to built with error SQLite exception: 1, near "좺 syntax error

Once I change "авто" to something else schema builts just fine. I use Mozilla Firefox 29 on Fedora Linux 20, 64-bit. From Add-ons I have only Adblock Plus installed (No JS blockers).

crayxt commented 10 years ago

It turns out there is improved version of sql.js (https://github.com/lovasoa/sql.js). See https://github.com/kripken/sql.js/issues/46

I am closing this and opening a new issue.