Commit 6907182
committed
Added DateTime mapping
Added mapping for DateTime without timezone. This is the datetime2 type in Sql Server, corresponding to Types.TIMESTAMP {java.sql.Timestamp), as specified here https://docs.microsoft.com/en-us/sql/connect/jdbc/using-basic-data-types?view=sql-server-20171 parent d00df97 commit 6907182
1 file changed
Lines changed: 5 additions & 0 deletions
File tree
- JSqlServerBulkInsert/src/main/java/de/bytefish/jsqlserverbulkinsert/mapping
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
| |||
0 commit comments