Skip to content

Commit 5080530

Browse files
authored
Update README.md
1 parent ebdbc71 commit 5080530

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This .NET library aims to simplify two common workflows that copy table data between SQL Server databases.
44

5+
[![CI](https://github.com/stevekirks/sql-bulk-copy-merge/actions/workflows/ci.yml/badge.svg)](https://github.com/stevekirks/sql-bulk-copy-merge/actions/workflows/ci.yml)
6+
[![NuGet Version](http://img.shields.io/nuget/v/SqlBulkCopyMerge.svg?style=flat)](https://www.nuget.org/packages/SqlBulkCopyMerge/)
7+
58
## Workflows
69
This library has the following workflows.
710

@@ -61,4 +64,4 @@ Target database connection requires READER + WRITER + CREATE TABLE + EXECUTE per
6164

6265
Tested on SQL Server 2019.
6366

64-
Spatial types (Geometry, Geography) are unsupported because SQLBulkCopy does not support them. The library ignores unsupported columns.
67+
Spatial types (Geometry, Geography) are unsupported because SQLBulkCopy does not support them. The library ignores unsupported columns.

0 commit comments

Comments
 (0)