TablePlus / TablePlus-Linux

TablePlus Linux issue tracker
https://tableplus.com
293 stars 30 forks source link

datetime on Microsoft SQL #93

Open adojck opened 3 years ago

adojck commented 3 years ago
  1. Database version: Microsoft SQL

  2. TablePlus version: 0.1.74-1 (v0.1 build 74)

  3. Linux distro: Arch Linux x86_64

  4. The steps to reproduce this issue:

I think it might be because Microsoft SQL is in beta as it was written on the database selection label.

I got two problems: 1) In row detail it does not show column type, just two times column name 2) datetime field has not proper formatting

See the screenshot: image

While on other tool that I have, that is DBeaver, datetime fields are formatted in ISO format: image

I would expect this to be in TablePlus too. I think it is a bug, as "May 2 2" is not properly formatted. Could be "May 2, 2012", but anyway I think it should go with ISO standard.

I really enjoy this database management tool. Thank you for bringing this to Linux!