Skip to content

Commit 0a47432

Browse files
authored
Fix for hana empty date value (#352)
* - Fix del valor empty date de SAP HANA , no estaba correspondiendo al valor esperado 87959 * - Fix del valor empty date de SAP HANA , no estaba correspondiendo al valor esperado 87959
1 parent 69346a1 commit 0a47432

File tree

3 files changed

+1
-562
lines changed

3 files changed

+1
-562
lines changed

java/src/main/java/com/genexus/db/driver/GXDBMShana.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public boolean ObjectNotFound(SQLException e)
9191

9292
public java.util.Date nullDate()
9393
{
94-
return CommonUtil.ymdhmsToT_noYL(1000, 1, 1, 0, 0, 0);
94+
return CommonUtil.ymdhmsToT_noYL(1, 1, 1, 0, 0, 0);
9595
}
9696

9797
public boolean useDateTimeInDate()

java/src/main/java/com/genexus/sap/DestinationProvider.java

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)