sqlitebrowser icon indicating copy to clipboard operation
sqlitebrowser copied to clipboard

Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:

Results 469 sqlitebrowser issues
Sort by recently updated
recently updated
newest added

### What did you do? build ### What did you expect to see? successful build master branch ### What did you see instead? See log error ### DB4S Version 3.12.99...

linux
compilation

### What did you do? -> opened a database with a fts5 table -> select * from TABLE_NAME where link match 'SOMETHING' limit 25; -> selected a row -> couldn't...

### Describe the new feature Dear reader, I have two columns that I want to display next to each other in order to plot the containing data (either in a...

### Describe the new feature I see a discussion of allowing a stable sort for multiple columns in #1407. Ctl-clicking doesn't seem to be working in version 3.12.2 on macOS...

### What did you do? I browsed a table or view, selected a cell and copied the data. ### What did you expect to see? I expected the clipboard to...

### What did you do? When running select queries similar to the following: ```sql SELECT * from ... join ... on ... = ... where ... = 80 order by...

linux

Can sqlitebrowser handle parameterized SQL? Like: ``` SELECT a,b,c FROM table1 WHERE a=:param1 AND b=:param2 ``` If not: might be nice to include this - perhaps it could emulate the...

enhancement
Execute SQL

To reproduce - run sql command select pow(2,2) - overwriting the included dll with the sqlite dll https://www.sqlite.org/2021/sqlite-dll-win64-x64-3350500.zip resolves the issue

compilation
sqlite

### What did you do? Attempt to open a sqbpro with populated SQL tabs and/or a last known database file that is missing. If database exists, the clearing of SQL...

bug
crash
projects
opening database

### What did you do? For example, on macOS (10.15.7 and above as far as I know) you can set your text cursor to not blink at all by running...

enhancement
gui