1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🐛 Source MySQL: Value '65535' is outside valid range for type (#7559)

* BUG-5842: Mysql Value '65535' is outside valid range for type java.lang.Short

* BUG-5842: Bumped versions of connector.

* BUG-5842: Fixed unit-test for mysql-encrypt

* Update docs/integrations/sources/mysql.md

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
This commit is contained in:
Alexander Tsukanov
2021-11-04 12:18:44 +02:00
committed by GitHub
parent a377ac7340
commit 7c3b7ef489
7 changed files with 25 additions and 5 deletions

View File

@@ -180,6 +180,7 @@ If you do not see a type in this list, assume that it is coerced into a string.
| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.4.9 | 2021-11-02 | [7559](https://github.com/airbytehq/airbyte/pull/7559) | Correctly process large unsigned short integer values which may fall outside java's `Short` data type capability|
| 0.4.8 | 2021-09-16 | [6093](https://github.com/airbytehq/airbyte/pull/6093) | Improve reliability of processing various data types like decimals, dates, datetime, binary, and text |
| 0.4.7 | 2021-09-30 | [6585](https://github.com/airbytehq/airbyte/pull/6585) | Improved SSH Tunnel key generation steps |
| 0.4.6 | 2021-09-29 | [6510](https://github.com/airbytehq/airbyte/pull/6510) | Support SSL connection |