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

Support for timestamps with sub second resolution. #281

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
need conv
  • Loading branch information
Alexibu committed Dec 28, 2023
commit e2d2fb00fa7084a3c22502c3bfc476bed4fdb81d
1 change: 1 addition & 0 deletions source/mysql/types.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module mysql.types;
import taggedalgebraic.taggedalgebraic;
import std.datetime : DateTime, TimeOfDay, Date;
import std.typecons : Nullable;
import std.conv;

/++
A simple struct to represent time difference.
Expand Down