Please answer the questions below, it helps us to track the issue.
-
Which driver are you using and version of it (Ex: PostgreSQL 10.0):
PostgreSQL 14.1
-
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81):
4.9.0, build 190
-
The steps to reproduce this issue:
-
Create a table with a nullable timestamp field (e.g. named 'ts') and add a row where the field is null
-
Display the added row by selecting all rows from the table
-
Right-click on the ts field set the value to the current timestamp by choosing Set -> NOW()
-
Commit the transaction
EXPECTED: As soon as the transaction is committed, the field of the row column is updated with the current timestamp (similar to changing columns of type integer, varchar, etc)
ACTUAL: The row column continues to display NULL even though it was updated (i.e. if the select statement is re-run, the timestamp is shown)