little-brother / sqlite-gui

Lightweight SQLite editor for Windows
GNU General Public License v2.0
1.07k stars 51 forks source link

sqlite-gui (1.7.9 version) crashes after inserting a new record #146

Closed sergioferrari closed 1 year ago

sergioferrari commented 1 year ago

Hi Little-Brother, sqlite-gui (1.7.9 version) crashes after inserting a new record in a table using the "Add row" dialog. After filling the fields, I click on the "Save and New" button and then on the Close button. At that moment in the window that displays the table appears a black band on the last inserted line. By clicking on the "Refresh" button the application crashes and, after a few seconds, closes. The new record is entered in the database. I downloaded the application from Github and did not compile it personally.

crash_save_and_new
little-brother commented 1 year ago

Thanks.

The data storage was changed for a grid. It looks like I missed something :( I'll try to fix as soon as possible but I don't reproduce the error myself yet.

little-brother commented 1 year ago

Please check the update - sqlite-gui.1.8.0-x64-alpha.zip

sergioferrari commented 1 year ago

I made some tests of inserting new records (not many) and it seems that the problem is solved. Thank you for your quick intervention.