TablePlus / TablePlus-iOS

TablePlus iOS issue tracker
https://tableplus.com
16 stars 0 forks source link

Datetime values saved as strings #11

Closed giulianov closed 3 years ago

giulianov commented 3 years ago
  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): MySQL

  2. Which TablePlus version number are you using: build 292

  3. The steps to reproduce this issue: in a new or old record, select a datetime column and enter the function now() as a value. When saving it is sent as a string. You can also see that that is the case by pressing the eye icon, this shows the SQL command where the function is surrounded by single quotes. The datetime is then interpreted as the 0000-00- etc value. It does not happen for numeric columns.

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

huyphams commented 3 years ago

It should be fixed in our latest release.