2009-10-04 08:46:24 UTC
Hello,
Using sqlitebrowser 1.3-2.2 from Ubuntu repo on Ubuntu 9.04.
I've tried several many times to add a new database record but always get a popup error message saying "Make sure a table is selected".
I am in the Browser tab and have definitely chosen a table. I'm looking at a view of 581 records. I can't figure out why on earth this is giving this non-sensical message. The Log panel shows a sql statement was executed that looks like,
INSERT INTO Paths(id) VALUES(Null);
To try to figure out what's wrong I did a manual sql query with,
INSERT INTO Paths VALUES(0);
and that executed without error and created a new record at the top of the browser window.
So why doesn't the "New Record" button work then. Any ideas?
Chris :)