little-brother / sqlite-gui

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

Query History record doesn't have spaces on new lines #160

Open jungle-boogie opened 6 days ago

jungle-boogie commented 6 days ago

Hello,

FYI...I think this problem has been around as long as there's been a query history table.

1.sqlite-gui-1.9.0-x64, write a query where you have a newline:

select title from books
where price between 1.0 and 8.0
  1. Enter query history and notice query is select title from bookswhere price between 1.0 and 8.0

I would expect books where, since the other spaces appear correctly.

little-brother commented 4 days ago

Thanks for the report. It's a standard control problem. I think it will be easy to fix it in the next release.