-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
linq2db/linq2db#4954 (comment):
As I mentioned now it could lose precision due to use of microseconds and double instead of ticks
ydb-dotnet-sdk/src/Ydb.Sdk/src/Value/YdbValueParser.cs
Lines 96 to 100 in 5ec38b4
| public TimeSpan GetInterval() | |
| { | |
| EnsurePrimitiveTypeId(Type.Types.PrimitiveTypeId.Interval); | |
| return TimeSpan.FromMilliseconds((double)_protoValue.Int64Value / 1000); | |
| } |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working