-
### What did you do?
1. Create or open any database (file or memory)
2. Execute `ROLLBACK;VACUUM;` in the sql editor
3. Change the active tab
### What did you expect to see?
The application shoul…
-
**To Reproduce**
1. Type a SELECT query on a non-empty table. Keep cursor at the end of the query (in editor).
2. Run the query using a keyboard shortcut (Cmd + Enter)
3. Observe that a table with …
-
http://codemirror.net/
-
### Feature description
We currently have some inconsistencies, resulting in some plugins supporting multiple SQL statements (more of a side effect rather than intended behavior) while others support…
-
[client_2024-10-25T133137.log](https://github.com/user-attachments/files/17523948/client_2024-10-25T133137.log)
[server_2024-10-25T083141.log](https://github.com/user-attachments/files/17523949/ser…
-
Is there an option to sort lines in the SQL Script editor?
f3 text,
f2 real,
f1 integer
to
f1 integer,
f2 real,
f3 text
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0
# Modules to migrate
- [ ] base_comment_template
- [ ] bi_sql_editor
- [ ] report_async
- [ ] report_layout_config
- [ …
-
Hi,
The SQL editor has a toolbar on top (with buttons to open or change connections). Is there a way to add my own button to that toolbar? And is there a way I can get the current DB connection …
-
### Details
It seems that the syntax checker work in all windows except the SQL Functions editor. It don't detect Unbalanced brackets.
Is there a raison to that ?
### SQLiteStudio version
3.4.4
-
### Describe the bug
SELECT id, glyph FROM emojis WHERE glyph = "🇨🇶";
Makes error
'non terminated literal'
It works on the main row list filtering, but not works in the SQL Query Editor.
### …