coleifer / sqlite-web

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

Insert Tab checks all fields #156

Closed nanoscopic closed 5 months ago

nanoscopic commented 5 months ago

The 'Insert' tab on a table checks all the fields by default.

It would be more helpful if it only checked the fields that are required / don't have a default by default.

Imo it seems it would even be preferable to not check any of the boxes to begin with and to auto-check a box once any content is put in the box. That would be an easy solve compared to determining which fields are required.

coleifer commented 5 months ago

I've decided that unchecking cols w/defaults is a fine idea and have added this.

nanoscopic commented 5 months ago

Thank you that's very helpful.