Matthew Rathbone

Results 189 issues of Matthew Rathbone

Right now there's no way to search a table for fields that are null or not null explicitly. We should let users do this. How to implement: 1. The database...

enhancement
accepted :+1:

There are two columns hidden in the table screenshot below, but there is no visual indication of this: ![image](https://github.com/beekeeper-studio/beekeeper-studio/assets/279769/234b3d04-81b4-4476-a123-d3a0222ac514) Previously we would make the :eye: button yellow, but now we've...

enhancement
accepted :+1:

I really hate our UserSetting database model. Yuck it sucks. Also we have a whole bunch of static configs in both `globals.ts` and just spread throughout the app. Things like:...

enhancement
accepted :+1:

Our themes should be consistent about which font they use. Right now they use a mix of Roboto and system-font. Once we have custom themes users will be able to...

bug
accepted :+1:

So we have a few UI features where we need to know the data type of a column and make a decision. Unfortunately this leads to us having to `remember`...

enhancement
accepted :+1:
blocked :stop_sign:

Things I want to do: 1. Compare two specific tables for differences 2. Compare two sets of tables for differences. (2) is a generalization of (1). Given two connections (A,...

enhancement
ULTIMATE :medal_sports:

Some databases (like SQLite) provide a pseudo-primary key for every row in a table - the rowid. We can use this to allow data editing for tables without primary keys:...

enhancement
accepted :+1:

Right click -> copy works as intended Ctrl+C does not.

bug
accepted :+1:

It's really common to be trying to figure out the right combination of firewall rules, VPNs, and connection options and need to test a connection multiple times. It's usually really...

enhancement
accepted :+1:

TODO: - [ ] Currently pressing the `Tab` key inserts an actual TAB, but that's not valid for indenting in YAML. Pressing tab should indent by x spaces instead. Blocked...

blocked :stop_sign: