View Issue Details

IDProjectCategoryView StatusLast Update
0004224SymmetricDSBugpublic2020-01-23 20:42
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.11.2 
Target Version3.11.4Fixed in Version3.11.4 
Summary0004224: 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.11 91ffc86c

2020-01-02 09:47:10

Philip Marzullo

Details Diff
0004224: getTruncateSql() should use getDeleteSql() when dialect does
not support truncate
Affected Issues
0004224
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:42 pmarzullo New Issue
2020-01-02 14:42 pmarzullo Status new => assigned
2020-01-02 14:42 pmarzullo Assigned To => pmarzullo
2020-01-02 14:42 pmarzullo Tag Attached: initial/partial load
2020-01-02 14:45 pmarzullo Target Version 3.11.3 => 3.11.4
2020-01-02 14:47 pmarzullo Status assigned => resolved
2020-01-02 14:47 pmarzullo Resolution open => fixed
2020-01-02 14:47 pmarzullo Fixed in Version => 3.11.4
2020-01-02 15:00 Changeset attached => SymmetricDS 3.11 91ffc86c
2020-01-23 20:42 admin Status resolved => closed