View Issue Details

IDProjectCategoryView StatusLast Update
0004223SymmetricDSBugpublic2020-01-23 20:41
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.10.7 
Target Version3.10.9Fixed in Version3.10.9 
Summary0004223: getTruncateSql() should use getDeleteSql() when dialect does not support truncate
DescriptionAbstractDatabasePlatform.getTruncateSql() checks to see if database platform supports truncates. If not, it reverts to using delete automatically, but it does not use the getDeleteSql() method, which it should since not all platforms create the same delete statement.
Tagsinitial/partial load

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.10 2fec1104

2020-01-02 09:46:14

Philip Marzullo

Details Diff
0004223: getTruncateSql() should use getDeleteSql() when dialect does
not support truncate
Affected Issues
0004223
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDatabasePlatform.java Diff File

Issue History

Date Modified Username Field Change
2020-01-02 14:40 pmarzullo New Issue
2020-01-02 14:40 pmarzullo Status new => assigned
2020-01-02 14:40 pmarzullo Assigned To => pmarzullo
2020-01-02 14:40 pmarzullo Tag Attached: initial/partial load
2020-01-02 14:45 pmarzullo Target Version 3.11.3 => 3.10.9
2020-01-02 14:46 pmarzullo Status assigned => resolved
2020-01-02 14:46 pmarzullo Resolution open => fixed
2020-01-02 14:46 pmarzullo Fixed in Version => 3.10.9
2020-01-02 15:00 Changeset attached => SymmetricDS 3.10 2fec1104
2020-01-23 20:41 admin Status resolved => closed