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

Add CHAR and DATETIME types support #823

Merged
merged 2 commits into from
Sep 30, 2019

Conversation

agarciamontoro
Copy link
Contributor

This PR adds support for two MySQL types: CHAR and DATETIME.

The former shares much of its behaviour with VARCHAR, whereas the latter is similar to DATE, so I have refactored the tests for the older types to test also the new ones.

Fixes #807.

Signed-off-by: Alejandro García Montoro <alejandro.garciamontoro@gmail.com>
Signed-off-by: Alejandro García Montoro <alejandro.garciamontoro@gmail.com>
@ajnavarro ajnavarro requested a review from a team September 17, 2019 09:37
@ajnavarro ajnavarro merged commit d161e2d into src-d:master Sep 30, 2019
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.

Not support types of char and datetime
4 participants