View Issue Details

IDProjectCategoryView StatusLast Update
0006296SymmetricDSBugpublic2024-04-19 15:46
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.3 
Target Version3.15.4Fixed in Version3.15.4 
Summary0006296: DefaultDatabaseWriter sql(...) method parsing sql statement during exception needs changed
DescriptionWhen 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.
Tagsdata sync

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.15 3966f6cc

2024-03-18 17:43:32

pmarzullo

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

Issue History

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