Skip to content

Conditional CHAR vs VARCHAR as needed by mysql#9

Open
addshore wants to merge 1 commit into
survivorbat:masterfrom
addshore:upstream-issue-7
Open

Conditional CHAR vs VARCHAR as needed by mysql#9
addshore wants to merge 1 commit into
survivorbat:masterfrom
addshore:upstream-issue-7

Conversation

@addshore

Copy link
Copy Markdown

Identified a long time ago in
#7
And I finally came to upgrade, so have validated
this fix on my mysql setup

It used to query
CAST(username as varchar)
now it queries
CAST(username as CHAR)

Identified a long time ago in
survivorbat#7
And I finally came to upgrade, so have validated
this fix on my mysql setup

It used to query
CAST(username as varchar)
now it queries
CAST(username as CHAR)
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.

1 participant