Skip to content

Commit

Permalink
Fix HANA dialect doesRoundTemporalOnOverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Apr 23, 2024
1 parent 94bade5 commit 6355190
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,12 @@ public boolean supportsCurrentTimestampSelection() {
return true;
}

@Override
public boolean doesRoundTemporalOnOverflow() {
// HANA does truncation
return false;
}

@Override
public boolean supportsExistsInSelect() {
return false;
Expand Down

0 comments on commit 6355190

Please sign in to comment.