Solutionunvalidated
the string representation of the datetime has missing the fractional seconds — when I save a datetime which its fractional seconds are `.000`. Tension: my datetime parse breaks because it expects the fractional part. Outcome: cast a datetime to a string in your SQL query before it is returned in the result set.
e8226e29-ba46-4ffb-a694-7b9ecb0756a0
the string representation of the datetime has missing the fractional seconds — when I save a datetime which its fractional seconds are .000. Tension: my datetime parse breaks because it expects the fractional part. Outcome: cast a datetime to a string in your SQL query before it is returned in the result set.