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 .bit & .timestamp, add decode case for .string #131

Merged
merged 3 commits into from Feb 28, 2018
Merged

Add support for .bit & .timestamp, add decode case for .string #131

merged 3 commits into from Feb 28, 2018

Conversation

PitchLabsAsh
Copy link
Contributor

Why:

MySQL types .bit and .timstamp were not supported

How:

Added case in the parser for .bit by assuming length was never > 1 byte
Added case in the parser for .timestamp using the same parser as .date

@PitchLabsAsh PitchLabsAsh changed the base branch from master to beta February 28, 2018 00:55
@tanner0101 tanner0101 added this to the 3.0.0-rc.1.1 milestone Feb 28, 2018
@tanner0101 tanner0101 added the enhancement New feature or request label Feb 28, 2018
@tanner0101 tanner0101 self-assigned this Feb 28, 2018
@tanner0101
Copy link
Member

Thanks!

@tanner0101 tanner0101 merged commit ceb1d3c into vapor:beta Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Vapor 3
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants