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

Add support for "char" #1285

Merged
merged 3 commits into from
Feb 14, 2024
Merged

Add support for "char" #1285

merged 3 commits into from
Feb 14, 2024

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Feb 14, 2024

Postgres offers a type "char" distinct from CHAR,
represented by one byte

Map this type in QValue, sqlserver also has char,
& on clickhouse we can represent it with FixedString(1)

Postgres offers a type "char" distinct from CHAR,
represented by one byte

Map this type in QValue, sqlserver also has char,
& on clickhouse we can represent it with FixedString(1)
serprex added a commit that referenced this pull request Feb 14, 2024
iskakaushik pushed a commit that referenced this pull request Feb 14, 2024
@serprex serprex merged commit b2ed20a into main Feb 14, 2024
7 checks passed
@serprex serprex deleted the add-qchar-type branch February 14, 2024 14:22
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.

2 participants