View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003868 | SymmetricDS | Bug | public | 2019-01-30 12:22 | 2019-06-25 18:06 |
| Reporter | gislik | Assigned To | |||
| Priority | low | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.9.16 | ||||
| Target Version | 3.10.3 | Fixed in Version | 3.10.3 | ||
| Summary | 0003868: SymmetricDS fails to create SQLITE3 tables on initial load if table name conflicts with reserved SQL keywords. | ||||
| Description | After triggering the creation of a SQLITE3 table (with table name "limit") on the target side SymmetricDB throws the following errors: [SQLITE_ERROR] SQL error or missing database (near "limit": syntax error) and org.jumpmind.db.sql.SqlException: Failed to execute sql: pragma table_info(limit) | ||||
| Steps To Reproduce | Create the following SQLITE3 table on the source: CREATE TABLE IF NOT EXISTS "limit" ( "id" varchar(36), "created_at" datetime, "updated_at" datetime, "deleted_at" datetime, "kind" varchar(255) NOT NULL, "volume" real, "set_by" varchar(36) , PRIMARY KEY ("id") ); And try to sync to a target. | ||||
| Tags | ddl/schema, dialect: sqlite | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-01-30 12:22 | gislik | New Issue | |
| 2019-04-25 19:34 | elong | Tag Attached: dialect: sqlite | |
| 2019-04-25 19:34 | elong | Tag Attached: ddl/schema | |
| 2019-05-22 17:05 |
|
Assigned To | => user606 |
| 2019-05-22 17:05 |
|
Status | new => assigned |
| 2019-05-22 17:07 |
|
Status | assigned => resolved |
| 2019-05-22 17:07 |
|
Resolution | open => fixed |
| 2019-05-22 17:07 |
|
Fixed in Version | => 3.10.3 |
| 2019-05-22 18:00 | jfrees | Changeset attached | => SymmetricDS 3.10 6f96748a |
| 2019-06-25 18:06 | admin | Status | resolved => closed |