Commit 61e50ea
committed
Increase max bulk_batch_size
The previous limit was a max of 1000 query parameters. This is changed
to max of 1000 rows (the max allowed rows for inserting) or 2050 query
parmeters (ms sql reports a max allowed of 2100 parameters but a few
parameters are reserved for executing the query).1 parent 7982506 commit 61e50ea
1 file changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
0 commit comments