Skip to content

[Bug]: Cannot save datetime field in PostgreSQL #401

Description

@frol

Describe the bug

If I edit a datetime field value in PostgreSQL, I get the following error:

Update failed: error serializing parameter 0

PostgreSQL update context:
- table: "public"."monitored_accounts"
- column: "created_at" (timestamp with time zone)
- new value JSON type: string
- primary key: "account_id" JSON type string
- SQL: UPDATE "public"."monitored_accounts" SET "created_at" = $1 WHERE "account_id" = $2

To Reproduce

  1. Use a table with datetime field
  2. Edit the datetime value to any other value
  3. "Submit" the changes

OS Version

MacOS 26

Tabularis Version

0.13.4

Relevant Log Output

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions