mirror of
https://github.com/apache/sqoop.git
synced 2025-05-02 21:11:38 +08:00
SQOOP-3288: Changing OracleManager to use CURRENT_TIMESTAMP instead of
SYSDATE in case of incremental import to make the process session time aware (Daniel Voros via Attila Szabo)
This commit is contained in:
parent
69463f0b3e
commit
a7f5e0d298
@ -649,7 +649,7 @@ protected void finalize() throws Throwable {
|
||||
|
||||
@Override
|
||||
protected String getCurTimestampQuery() {
|
||||
return "SELECT SYSDATE FROM dual";
|
||||
return "SELECT CURRENT_TIMESTAMP FROM dual";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user