Best datetime implementation for syncing #485
Unanswered
needledrag
asked this question in
Q&A
Replies: 1 comment 6 replies
-
If you are using I'm using Just to have more details, can you share a sample where you need to convert your values ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Just wondering what the recommended implementation for storing dates is when it comes to syncing dates (datetime) between Sqlite and SqlSever?
My SqlSever fields are currently stores as datetime, the Sqlite client dB shows the field as datetime but the values seem to be stored as ticks, which is fine but it means I need a converter to upload data from client to server and vice versa. That's also fine, but given the chance to change the database schema and start from scratch is there a 'best fit' for storing these fields in terms of performance and doing away with the converters which add a tiny bit of overhead?
Any suggestions or ideas appreciated
Shaun
Beta Was this translation helpful? Give feedback.
All reactions