html5sql icon indicating copy to clipboard operation
html5sql copied to clipboard

Mistake in README example

Open pihomeserver opened this issue 10 years ago • 1 comments

Hello, In the documentation from the README you give an example (in General Guide for Using section) :

"CREATE table (id INTEGER PRIMARY KEY, data TEXT);"

Should be

"CREATE TABLE table (id INTEGER PRIMARY KEY, data TEXT);"

pihomeserver avatar Jun 14 '15 09:06 pihomeserver

Also in the section An Array of SQL Statement Objects, a " is missing at the end of the SQL instruction

pihomeserver avatar Jun 14 '15 09:06 pihomeserver