Skip to content

Commit a1386d8

Browse files
committed
100 ns prec
1 parent 82be107 commit a1386d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/destination/mssql/client/client_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ import (
55
"fmt"
66
"os"
77
"testing"
8+
"time"
89

910
"github.com/cloudquery/plugin-sdk/v4/plugin"
11+
"github.com/cloudquery/plugin-sdk/v4/schema"
1012
"github.com/goccy/go-json"
1113
"github.com/stretchr/testify/require"
1214
)
@@ -37,5 +39,6 @@ func TestPlugin(t *testing.T) {
3739
RemoveColumn: true,
3840
},
3941
},
42+
plugin.WithTestDataOptions(schema.TestSourceOptions{TimePrecision: 100 * time.Nanosecond}), // datetime2
4043
)
4144
}

0 commit comments

Comments
 (0)