mirror of
https://github.com/nxshock/mssqlbulkloader.git
synced 2024-11-28 00:21:03 +05:00
Use money type in tests
This commit is contained in:
parent
81729ffcd0
commit
143ba6aae2
@ -17,7 +17,7 @@ func TestCsvReaderBasic(t *testing.T) {
|
|||||||
encoding: "win1251",
|
encoding: "win1251",
|
||||||
comma: rune(";"[0]),
|
comma: rune(";"[0]),
|
||||||
skipRows: 3,
|
skipRows: 3,
|
||||||
fieldsTypes: "s ttffsssss",
|
fieldsTypes: "s ttmmsssss",
|
||||||
dateFormat: "02.01.2006",
|
dateFormat: "02.01.2006",
|
||||||
timestampFormat: "02.01.2006 15:04:05",
|
timestampFormat: "02.01.2006 15:04:05",
|
||||||
timezone: time.Local}
|
timezone: time.Local}
|
||||||
|
@ -14,7 +14,7 @@ func TestDbfReaderBasic(t *testing.T) {
|
|||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
|
|
||||||
options := &Options{
|
options := &Options{
|
||||||
fieldsTypes: "sssssstdffsss",
|
fieldsTypes: "sssssstdmmsss",
|
||||||
timezone: time.Local,
|
timezone: time.Local,
|
||||||
encoding: "cp866"}
|
encoding: "cp866"}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user