View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006296 | SymmetricDS | Bug | public | 2024-03-18 12:19 | 2024-04-19 15:46 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.3 | ||||
Target Version | 3.15.4 | Fixed in Version | 3.15.4 | ||
Summary | 0006296: DefaultDatabaseWriter sql(...) method parsing sql statement during exception needs changed | ||||
Description | When an exception occurs when executing a send SQL batch, it is parsing the SQL and changing a CREATE OR ALTER statement to a CREATE OR CREATE statement. The parsing sees the ALTER string and changes it to a CREATE, causing the CREATE OR CREATE to be executed. We should also log the exception that we are trying to parse to easily determine if our parsing is having problems. | ||||
Tags | data sync | ||||
SymmetricDS: 3.15 3966f6cc 2024-03-18 17:43:32 Details Diff |
0006296: DefaultDatabaseWriter sql(...) method parsing sql statement during exception needs changed |
Affected Issues 0006296 |
|
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/DefaultDatabaseWriter.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mssql/MsSql2000DatabasePlatform.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-03-18 12:19 | pmarzullo | New Issue | |
2024-03-18 12:19 | pmarzullo | Status | new => assigned |
2024-03-18 12:19 | pmarzullo | Assigned To | => pmarzullo |
2024-03-18 12:19 | pmarzullo | Tag Attached: data sync | |
2024-03-18 14:50 | pmarzullo | Target Version | 3.15.4 => 3.15.5 |
2024-03-18 17:42 | pmarzullo | Description Updated | View Revisions |
2024-03-18 17:52 | pmarzullo | Status | assigned => resolved |
2024-03-18 17:52 | pmarzullo | Resolution | open => fixed |
2024-03-18 17:52 | pmarzullo | Fixed in Version | => 3.15.4 |
2024-03-18 17:52 | pmarzullo | Target Version | 3.15.5 => 3.15.4 |
2024-03-19 16:20 | admin | Status | resolved => closed |
2024-04-19 15:46 | pmarzullo | Changeset attached | => SymmetricDS 3.15 3966f6cc |