sqlitestudio icon indicating copy to clipboard operation
sqlitestudio copied to clipboard

A free, open source, multi-platform SQLite database manager.

Results 365 sqlitestudio issues
Sort by recently updated
recently updated
newest added

It seems like there's a weird, yet interesting behavior with the latest version, as I haven't noticed it with previous versions. When I open multiple view tables, I have noticed...

bug
non-functional

It would be useful to have a way to see current pragma values set on the database. Tooltip may be too small to fit them all (or not?). Maybe another...

enhancement

For 4.0.0 the default hotkeys need to be reviewed in context of how well are they aligned with typical hotkeys for particular operating system. Hotkeys needing adjustment (more to be...

enhancement

DbSqliteCipher (based on SQLCipher) plugin is redundant, because DbSqliteWx plugin (based on SQLite3 Multi Cipher) supports SQLCipher encryption, while does not rely on external dependency (the OpenSSL crypt library). The...

enhancement

![Image](https://github.com/user-attachments/assets/7aa4f467-aaeb-455f-bfe5-478c3aa239ad) I am unable to change the font for the tab labels, form hint, and other labels. The Configuration -> "Look & Feel" -> Fonts section applies changes to most...

### Current behavior: The current code format only allows adjusting the width of the indentation block, and it always uses spaces for indentation. ### Expected behavior: Allows always using tabs...

enhancement

An option for the export script to create sql for only data

enhancement

What I did: - opened a new SQL-edior window - executed : SELECT readfile('C:\\Program Files\\SQLiteStudio\\ext\\sqlar.dll'); - right click in the result and execute GENERATE QUERY FOR SELECTED CELLS (SELECT) after...

pending-clarification

There are issues with Android database selection form, more details posted by @marco4phx in https://github.com/pawelsalawa/sqlitestudio/discussions/5197#discussioncomment-11998819

bug
plugin-android

- [ ] Database list - Ctrl+drag table/view onto the SQL Editor -> generate SELECT. - [ ] Database list - Ctrl+drag selected columns onto the SQL Editor -> generate...

enhancement