inloop / sqlite-viewer

View SQLite file online
http://inloop.github.io/sqlite-viewer
Apache License 2.0
861 stars 324 forks source link

Website freeze on entering Query #16

Closed pagdot closed 9 months ago

pagdot commented 7 years ago

When entering this Query

UPDATE entries SET category=( SELECT S.nr FROM categories C, subcategories S WHERE (C.name="Transport") AND (S.name="Öffentlich") AND (C.nr=S.catNr) ) WHERE nr = 1

the webapp freezes

It happens when entering the text or pasting it into the text field. Tested on Chrome and Firefox

yuraj11 commented 9 months ago

Fixed.