1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐛 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:
Marcos Marx
2021-08-10 00:47:13 -03:00
committed by GitHub
parent c8ed1c55ad
commit e9f4f3721d
6 changed files with 38 additions and 7 deletions

View File

@@ -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 |