Skip to content

Conversation

@AdalbertMemSQL
Copy link
Collaborator

In SingleStore, TINYINT and BOOLEAN are aliases, so converting TINYINT(1) to BOOLEAN might seem useful.
However, the server always reports the column length as 4, making this conversion effectively a no-op.
Additionally, BIT(1) in SingleStore is not an alias for BOOLEAN - it can store more information - so converting it would not make sense.
Given these inconsistencies, this PR removes the TINYINT(1) to BOOLEAN conversion logic entirely to simplify and clarify type handling.

@AdalbertMemSQL AdalbertMemSQL merged commit fae3292 into master Oct 29, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants