Skip to content

Commit e232ba1

Browse files
authored
Update README.md
1 parent 02f268c commit e232ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following JDBC Types are supported by the library:
5757
The ``SQLServerBulkCopy`` implementation of Microsoft requires **all columns** of the destination table
5858
to be defined, even if the columns contain auto-generated values.
5959

60-
So imagine, you have a table, where a auto-incrementing primary key is given:
60+
So imagine you have a table with an auto-incrementing primary key:
6161

6262
```sql
6363
CREATE TABLE [dbo].[UnitTest](

0 commit comments

Comments
 (0)