🐛 Add batch to insert records in MSSQL (2100 params limit) (#5272)
* add batch size to 700 records x 3 columsn = 2100 params * remove import * add comment * add value as variable * docs and bump version * add tests for mssql failure * remove validation of msgs for batch test
This commit is contained in:
@@ -79,6 +79,7 @@ You should now have all the requirements needed to configure SQL Server as a des
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
| :------ | :-------- | :----- | :------ |
|
||||
| 0.1.8 | 2021-08-07 | [#5272](https://github.com/airbytehq/airbyte/pull/5272) | Add batch method to insert records |
|
||||
| 0.1.7 | 2021-07-30 | [#5125](https://github.com/airbytehq/airbyte/pull/5125) | Enable `additionalPropertities` in spec.json |
|
||||
| 0.1.6 | 2021-06-21 | [#3555](https://github.com/airbytehq/airbyte/pull/3555) | Partial Success in BufferedStreamConsumer |
|
||||
| 0.1.5 | 2021-07-20 | [#4874](https://github.com/airbytehq/airbyte/pull/4874) | declare object types correctly in spec |
|
||||
|
||||
Reference in New Issue
Block a user