SilvioGrosso

Results 29 comments of SilvioGrosso

EDIT: Actually, this crash does not occur with a new downloaded version of: sqlite-gui.1.7.6-x64-no-ciphers it only occurs with a version currently used on my computer. Very strange because all the...

Yep. Strange indeed. But I get other crashes very easy to reproduce (e.g with undo: CTR+Z) and they are ALL solved as soon as I start working with a fresh...

Nope. Actually, I have just closed an editor window (there were 3 opened) and even this fresh install crashed :-) It is much more stable but there might be some...

Hello @little-brother > Perhaps, it's a problem with msftedit.dll library under Win10. You are a *genius* :-) It does work: no crash whatsoever. It even seems to resolve 125 too....

Hello @little-brother Thanks a lot for your reply :-) What I have been trying to do is to pick a value from the list (concerning those values related to the...

Hello @little-brother I have been testing the GUI with this code: (**PRAGMA foreign_keys = ON** in the settings) create table articles( id integer not null, fruit text primary key );...

I have tried on 2 different computers with Windows 10 and 8.1 and Alt+Click does nothing (version 1.7.6 as usual) In the previous versions I was able to visualize a...

Ok. Thanks a lot for all the details you provided. Much appreciated :-) Now, it more or less works, with the following steps: Select * from buyers CTR+click ALT+click on...

> From memory, the "official" name used for these kind of things is Entity Relationship Diagram (ERD). eg a diagram of the Entity Relationship Model Sure :-) If you wish...

I work with Sqlite databases with softwares like Db Browser, Sqlite-gui, Sqlitestudio and this feature (auto-refresh) works beautifully for my needs... Whenever I drop a table; rename it etc the...