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

### Details After install I execute sqlitestudio steven@DEVELOPMENT-JETSON:/opt/SQLiteStudio/$ ./sqlitestudio bash: ./sqlitestudio: cannot execute binary file: Exec format error Any ideas why this is happening? It seemed a rather straight forward...

Is there a settings or function for SQLITE studio to do "Auto word wrapping" in its SQL Editor? Like VS Code and Sublime Text.

enhancement

### Details of Problem and Solution. I try to add a database of type Android SQLite. But a strange thing happen in "Android database URL" page, the "OK" button can't...

bug
plugin-android

It would be nice to have global SQL editor scripts, not associated with a specific database, saved in SQLite database which is automatically attached/connected at application launch. Perhaps it could...

enhancement

### Details First of all, I'm really grateful that this project supports `SQLite3MultipleCiphers` which is rare to come. I think this upgrade is necessary along with SQLite `v3.36.0` mostly because...

enhancement

After installing SQLiteStudio using the portable version (which is the only version type, until the installer returns, in v3.4.x, per a comment seen in Issue #4087), an Ubuntu user then...

enhancement

### Details External translation.mo files are not loaded. ### Steps to reproduce Use modified translation.mo files in \msg folder. Open a database file with the program. Command line like the...

bug
pending-clarification

![image](https://user-images.githubusercontent.com/481846/181908135-3ace680a-b412-4520-9ca4-73d5fdd123a3.png)

bug

With SQLite 3.38 the `sqlite3_error_offset()` was introduced, that can point to a specific character at which the error happened. It can be used to in error messages and also to...

enhancement

With SQLite 3.37 these two apis were introduced. SQLiteStudio should use it to not be limited to int32 of affected rows number.

enhancement
non-functional