TablePlus / TablePlus

TablePlus macOS issue tracker
https://tableplus.com
3.34k stars 56 forks source link

My username is being cut off at the colon #3315

Open ahaubenstock opened 3 weeks ago

ahaubenstock commented 3 weeks ago

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 you using and version of it (Ex: PostgreSQL 10.0): Redshift

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 274

  3. The steps to reproduce this issue: Log into a Redshift database with a username of the form IAMA:user@service.com

Noted: If the bug is related to data, please attach an example SQL data.

I would expect the app to try to log in with the full username (e.g. IAMA:user@service.com), but it looks like it is splitting at the colon and only using "IAMA" as the username during login instead of the full thing.

ahaubenstock commented 3 weeks ago

This is on Windows by the way.