View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002261 | SymmetricDS | Bug | public | 2015-04-09 17:42 | 2022-07-27 18:59 |
Reporter | moizhb | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.7.12 | ||||
Target Version | 3.14.0 | Fixed in Version | 3.14.0 | ||
Summary | 0002261: Schema from Postgres outputs TIMESTAMPTZ that is not compatible with other databases | ||||
Description | [server-000] - AcknowledgeService - The outgoing batch 001-17 failed. Unknown data type: "TIMESTAMPTZ"; SQL statement: H2 database does not understand Timestamp with timezone datatype | ||||
Steps To Reproduce | During syncing the schema from server(pg) to client(h2) and if a table has column with data type as timestamp with timezone. | ||||
Additional Information | ----Error on server---- [server-000] - AcknowledgeService - The outgoing batch 001-17 failed. Unknown data type: "TIMESTAMPTZ"; SQL statement: CREATE TABLE "POSTS"( "ID" INTEGER NOT NULL AUTO_INCREMENT, "TITLE" VARCHAR(100) NULL, "POST" VARCHAR(2147483647) NULL, "CREATED_AT" TIMESTAMPTZ, "UPDATED_AT" TIMESTAMPTZ, PRIMARY KEY ("ID") ) [50004-176] ----Error on client---- Caused by: org.h2.jdbc.JdbcSQLException: Unknown data type: "TIMESTAMPTZ"; SQL statement: CREATE TABLE "POSTS"( "ID" INTEGER NOT NULL AUTO_INCREMENT, "TITLE" VARCHAR(100) NULL, "POST" VARCHAR(2147483647) NULL, "CREATED_AT" TIMESTAMPTZ, "UPDATED_AT" TIMESTAMPTZ, PRIMARY KEY ("ID") ) [50004-176] | ||||
Tags | ddl/schema | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-04-09 17:42 | moizhb | New Issue | |
2019-04-23 17:10 | elong | Tag Attached: ddl/schema | |
2019-05-13 20:19 | elong | Summary | Syncing Schema from Postgres to H2 database => Schema from Postgres outputs TIMESTAMPTZ that is not compatible with other databases |
2022-04-26 17:41 | elong | Relationship added | related to 0005280 |
2022-04-26 17:43 | elong | Assigned To | => elong |
2022-04-26 17:43 | elong | Status | new => resolved |
2022-04-26 17:43 | elong | Resolution | open => fixed |
2022-04-26 17:43 | elong | Fixed in Version | => 3.14.0 |
2022-04-26 17:43 | elong | Target Version | => 3.14.0 |
2022-07-27 18:59 | admin | Status | resolved => closed |