SQLite Forum

sqlite-gui application
Login
> App uses the delimeter applying on last CSV export.

Ah, I do see the options to use other column delimiters, but I agree that the default of a comma is a better idea.

Couple small things...

I don't know if it would ever be done, but you can't create an empty table. There's an error message when creating an empty table without any records:

```
---------------------------
Error
---------------------------
near ")": syntax error
---------------------------
OK   
---------------------------
```

Is there a way to save database changes, or does that happen automatically? When creating a new table in your bookstore example DB, it looks like it automatically saved it, without any kind of user ack. I suppose this is operating like the sqlite cli...there's no prompt to save before exiting. For a gui, though, a save db changes message might be expected.

The "save" icon (for save query) looks permanently grayed out, but it actually saves queries. Is that by default?