coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.43k stars 339 forks source link

Inserting a negative integer bugfix #148

Closed swell-d closed 8 months ago

swell-d commented 8 months ago

Hello, i try to create new row with a value "-1" and see the error: "Value is not a number. INTEGER NOT NULL"

Fixed.