Skip to content

fix(sql): fix inconvertible types error when updating string column#3005

Merged
bluestreak01 merged 3 commits intomasterfrom
improve_string_conversion_in_update
Feb 23, 2023
Merged

fix(sql): fix inconvertible types error when updating string column#3005
bluestreak01 merged 3 commits intomasterfrom
improve_string_conversion_in_update

Conversation

@puzpuzpuz
Copy link
Contributor

Fixes #3004

@puzpuzpuz puzpuzpuz added Bug Incorrect or unexpected behavior SQL Issues or changes relating to SQL execution labels Feb 20, 2023
@puzpuzpuz puzpuzpuz self-assigned this Feb 20, 2023
@ideoma
Copy link
Collaborator

ideoma commented Feb 22, 2023

[PR Coverage check]

😍 pass : 7 / 11 (63.64%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/SqlCompiler.java 7 11 63.64%

@bluestreak01 bluestreak01 merged commit 917929c into master Feb 23, 2023
@bluestreak01 bluestreak01 deleted the improve_string_conversion_in_update branch February 23, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Incorrect or unexpected behavior SQL Issues or changes relating to SQL execution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ERROR: inconvertible types: CHAR -> STRING

4 participants