Matthew Rathbone

Results 137 issues of Matthew Rathbone

Beekeeper Studio should recognize that the user is running a query with a variable in it `?`. ![image](https://github.com/beekeeper-studio/beekeeper-studio/assets/279769/0ea0ed1e-5eef-4774-88cb-360905825a2e) Beekeeper should warn users when they try to use a parameter system...

bug
accepted :+1:

Right now it redirects you to the website. This should be doable in the app.

enhancement
accepted :+1:

It would be helpful to be able to compare the contents of two tables across arbitrary connections. Why would someone do this? - Compare reference data across environments (eg currency,...

enhancement
accepted :+1:
ULTIMATE :medal_sports:

Read-only mode is very useful, but it would be _more_ useful if it were dynamic, and also provided some extra options for protection. We want two things: - Update read...

ULTIMATE :medal_sports:

- [x] Publish CE on GitHub - [x] Publish UE on GitHub - [ ] Publish a release post to the blog - [ ] Send an email newsletter announcing...

Right now the result pane redraws on every resize movement. It should use the same virtual resizing style that we use for Tabulator. Notes for implementation: - This will need...

enhancement
accepted :+1:

When creating a table the app should do the following: 1. Open a new tab with the just-created table in structure view 2. Close the `new table` tab. This works...

bug
accepted :+1:
small :mouse:

The biggest issue is that it doesn't handle cancel/blur/esc events right: - If someone clicks away, it should close the datepicker and the editor - But `blur` on the input...

bug
accepted :+1:

FIREBIRD: - opening FILM table, updating 'title' makes 'description' turn into `{}`, which is wrong. - The value in the DB hasn't changed, but the value in the table has...

bug
accepted :+1:

For example, Postgresql supports: - `$1` - `:paramname` SQLite: https://www.sqlite.org/c3ref/bind_blob.html - ? - ?NNN - :VVV - @VVV - $VVV MySQL: - ?? - identifiers - ? - values https://github.com/mysqljs/mysql#preparing-queries...