TablePlus icon indicating copy to clipboard operation
TablePlus copied to clipboard

TablePlus macOS issue tracker

Results 266 TablePlus issues
Sort by recently updated
recently updated
newest added

1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MySQL 5.7 2. Which TablePlus build number are you using (the number on the welcome screen, Ex:...

enhancement

### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...

### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...

Can you please implement ALT up /down, where it is behaving the same as in VSCODE? I notice I often want to do this with SQL (eg. to quickly move...

Hi there, When using the shortcut to truncate tables, it should show the window where you can select "disable foreign key check". Now you have to right click on the...

It would be super cool if TablePlus could help write sql queries using AI in the sql editor! It would save time and educate developers when they are unsure on...

1. Which driver are you using and version of it (Ex: PostgreSQL 10.0) PostgreSQL 12.4 2. Which TablePlus build number are you using (the number on the welcome screen, Ex:...

When using RDS instances of mysql, we're unable to use `KILL` directly, instead we call a function that does this. ```sql CALL mysql.rds_kill_query(processID); CALL mysql.rds_kill(processID); ``` Please add support for...

1. PostgreSQL 15.3 2. TablePlus Version 6.0.0 (550) 3. Issue: - No tables appear in sidebar ![image](https://github.com/TablePlus/TablePlus/assets/24624865/adf2d267-bf8c-441d-a466-243c5aefc053) - `(SELECT table_name, table_schema, table_type FROM information_schema.tables) UNION (SELECT c.relname AS table_name, n.nspname...

Request support for Google Cloud Spanner in TablePlus. I've been using TablePlus for several years now, & I've been very impressed with its features & ease of use. However, I've...