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
- Use a table with datetime field
- Edit the datetime value to any other value
- "Submit" the changes
OS Version
MacOS 26
Tabularis Version
0.13.4
Relevant Log Output
Describe the bug
If I edit a datetime field value in PostgreSQL, I get the following error:
To Reproduce
OS Version
MacOS 26
Tabularis Version
0.13.4
Relevant Log Output