Skip to content

Commit

Permalink
0006162: Snapshot error from database time on Sybase ASE/ASA
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 18, 2023
1 parent 37790b2 commit 177afcd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -800,7 +800,7 @@ public Date getEarliestTransactionStartTime() {
}

public String getDatabaseTimeSQL() {
return "select current_timestamp";
return platform.scrubSql("select current_timestamp");
}

public long getDatabaseTime() {
Expand Down

0 comments on commit 177afcd

Please sign in to comment.