Skip to content

Conversation

@nkottary
Copy link
Member

Related to #27

  • Removed MySQLDate and MySQLDateTime types. Using Date and DateTime types from Dates module instead.
  • Modified tests for the same.
  • Contains fix for Problem parsing SQL Timestamps #26

src/datetime.jl Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if VERSION < v"0.4-"
using Dates
else
using Base.Dates
end

@nkottary
Copy link
Member Author

Can this be merged now ?

nkottary added a commit that referenced this pull request Nov 30, 2015
Use Date and DateTime from Base.Dates instead of MySQLDate, MySQLTime and MySQLDateTime types
@nkottary nkottary merged commit 21c1ebb into JuliaDatabases:master Nov 30, 2015
@nkottary nkottary mentioned this pull request Nov 30, 2015
@nkottary nkottary deleted the nk-use-dates branch November 30, 2015 04:13
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.

2 participants