You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get DATETIME(3) type data from the database, that is, accurate to the millisecond level of data. But now the soci library directly converts the date type of data into std::tm type, the millisecond data is lost, how can I get it?
The text was updated successfully, but these errors were encountered:
I want to get DATETIME(3) type data from the database, that is, accurate to the millisecond level of data. But now the soci library directly converts the date type of data into std::tm type, the millisecond data is lost, how can I get it?
The text was updated successfully, but these errors were encountered: