Skip to content

Commit b3dcd99

Browse files
committed
Change timestamp precision
1 parent e33cb35 commit b3dcd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/semantickernel-data-oracle/src/main/java/com/microsoft/semantickernel/data/jdbc/oracle/OracleDataTypesMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class OracleDataTypesMapping {
7777
/**
7878
* Oracle database type used to map offset date time
7979
*/
80-
public static final String OFFSET_DATE_TIME = "TIMESTAMP(7) WITH TIME ZONE";
80+
public static final String OFFSET_DATE_TIME = "TIMESTAMP(9) WITH TIME ZONE";
8181
/**
8282
* Oracle database type used to map UUID
8383
*/

0 commit comments

Comments
 (0)