We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f268c commit e232ba1Copy full SHA for e232ba1
1 file changed
README.md
@@ -57,7 +57,7 @@ The following JDBC Types are supported by the library:
57
The ``SQLServerBulkCopy`` implementation of Microsoft requires **all columns** of the destination table
58
to be defined, even if the columns contain auto-generated values.
59
60
-So imagine, you have a table, where a auto-incrementing primary key is given:
+So imagine you have a table with an auto-incrementing primary key:
61
62
```sql
63
CREATE TABLE [dbo].[UnitTest](
0 commit comments