Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBZ-123 Corrected MySQL Connector's support for BIT(n) columns #107

Merged
merged 1 commit into from Sep 21, 2016

Conversation

rhauch
Copy link
Member

@rhauch rhauch commented Sep 21, 2016

Corrected how the MySQL connector is treating columns of type BIT(n), where n is the number of bits in the value. When n=1, the resulting values are booleans; when n>1, the resulting values are little endian byte[] that have the minimum number of bytes to hold the n bits.

Corrected how the MySQL connector is treating columns of type `BIT(n)`, where _n_ is the number of bits in the value. When  `n=1`, the resulting values are booleans; when `n>1`, the resulting values are little endian `byte[]` that have the minimum number of bytes to hold the `n` bits.
@rhauch rhauch merged commit 7306039 into debezium:master Sep 21, 2016
@rhauch rhauch deleted the dbz-123 branch September 21, 2016 20:23
ramanenka added a commit to ramanenka/debezium that referenced this pull request Mar 22, 2022
DBZ-4833 MySQL 5.7 - no viable alternative at input 'ALTER TABLE ORD_…
bdbene pushed a commit to bdbene/debezium that referenced this pull request Jun 23, 2023
* Set log4j2.formatMsgNoLookups to true
bdbene pushed a commit to bdbene/debezium that referenced this pull request Jun 23, 2023
* Set log4j2.formatMsgNoLookups to true
methodmissing pushed a commit to methodmissing/debezium that referenced this pull request Apr 6, 2024
* Set log4j2.formatMsgNoLookups to true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant