2

I am trying to create a simple sqlfiddle in sqlite (websql), but its not working. The sqlfiddle is at Sqlite (websql) Fiddle

When I press on the Build Schema button, it goes into the build mode but stays there forever. Also, I don't see any error message. My internet connection is very good, so it cannot be due to a broken internet connection.

Question

Why is the Sqlite script below not building schema in sqlfiddle? May be I am missing something very basic.

SQlite Script being used

create table Items (Id integer PRIMARY KEY, ParentId integer);

insert into Items (Id, ParentId) values (1,0);
Sunil
  • 20,653
  • 28
  • 112
  • 197
  • 1
    That web site is broken regularly. Ask for your money back. – CL. Jan 17 '18 at 18:46
  • @Sunil, which browser are you using? Possibly the problem is this is WebSQL "implementation". I'm [using](https://www.db-fiddle.com/f/xjJGqmFVMeM14YdtrfjWsr/2) db-fiddle.com for SQLite fiddles, although that site is broken very often too. – Stanislav Kralin Jan 17 '18 at 21:28
  • @Stanislav Kralin, I tried using latest Chrome and Firefox, but the same problem in both. – Sunil Jan 18 '18 at 03:25

0 Answers0