Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Add charset to fields #637

Merged
merged 1 commit into from
Mar 12, 2019
Merged

Add charset to fields #637

merged 1 commit into from
Mar 12, 2019

Conversation

ajnavarro
Copy link
Contributor

Depending on the field type, we must add a specific charset to avoid client errors. If the charset was 0, JDBC clients changed blob types to varchar ones, because the charset was not set to binary.

Signed-off-by: Antonio Jesus Navarro Perez antnavper@gmail.com

Depending of the field type, we must add a specific charset to avoid client errors. If the charset was 0, JDBC clients changed blob types to varchar ones, because the charset was not setted to binary.

Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com>
@ajnavarro ajnavarro merged commit b32d2fd into src-d:master Mar 12, 2019
@ajnavarro ajnavarro deleted the fix/return-correct-charset-depending-of-type branch March 12, 2019 16:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants