View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003419 | SymmetricDS | Bug | public | 2018-02-13 18:13 | 2022-08-30 13:04 |
Reporter | sven | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.33 | ||||
Target Version | 3.14.1 | Fixed in Version | 3.14.1 | ||
Summary | 0003419: MS SQL -> SQLite, don't translate "NEXT VALUE FOR" default value | ||||
Description | I have a table in MS SQL Server that has a default value of NEXT VALUE FOR [column]. During the initial load process Symmetric tries to translate this into SQLite, which does not support this default value and therefore throws an error for the outgoing batch, halting progress. | ||||
Steps To Reproduce | Table in SQL with a default value of NEXT VALUE FOR Try to replicate to a SQLite database | ||||
Additional Information | 2018-02-13 12:54:48,626 ERROR [v3-mc-0000000] [AcknowledgeService] [qtp1006485584-14] The outgoing batch xxx-250 failed: [,1] [SQLITE_ERROR] SQL error or missing database (near "VALUE": syntax error) relevant portion of batch file: <column name=\"col\" type=\"INTEGER\" size=\"10\" default=\"NEXT VALUE FOR [col]\"> <platform-column name=\"mssql2008\" type=\"int\" size=\"10\" default=\"NEXT VALUE FOR [col]\"/> </column> | ||||
Tags | ddl/schema, dialect: sql-server, initial/partial load | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-02-13 18:13 | sven | New Issue | |
2018-02-13 18:13 | sven | Tag Attached: mssql | |
2018-02-13 18:13 | sven | Tag Attached: sqlite | |
2018-02-13 18:15 | sven | Note Added: 0001125 | |
2019-04-23 20:49 | admin | Tag Renamed | mssql => dialect: mssql |
2019-04-23 20:51 | admin | Tag Renamed | sqlite => dialect: sqlite |
2019-04-24 12:50 | admin | Tag Renamed | dialect: mssql => dialect: sql-server |
2019-04-24 17:33 | elong | Tag Attached: ddl/schema | |
2019-04-24 17:33 | elong | Tag Attached: initial/partial load | |
2019-04-24 17:33 | elong | Tag Detached: dialect: sqlite | |
2022-08-15 19:08 | emiller | Assigned To | => emiller |
2022-08-15 19:08 | emiller | Status | new => resolved |
2022-08-15 19:08 | emiller | Resolution | open => fixed |
2022-08-15 19:08 | emiller | Fixed in Version | => 3.14.1 |
2022-08-15 20:00 | Changeset attached | => SymmetricDS 3.14 e6ac8b2d | |
2022-08-30 13:04 | admin | Status | resolved => closed |