-
Notifications
You must be signed in to change notification settings - Fork 714
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
date got displayed dirty even if correct on DB #253
Comments
The " |
thanks brodybits, but what if I dont want to change target? What is your suggestion in this case? |
From your description it sounds like you found a special case where the retrieval of your date goes wrong. If you cannot reproduce this case then I would like to treat this as a minor issue, i.e. non-blocking. In terms of the If you want to investigate this issue, we have to debug how the csharp-sqlite classes handle the query on your database. Unfortunately, I cannot promise when or even if I will really have time to work on this. |
Hi there. This issue may be another occurrence of #195 ? |
According to the OP:
|
No reproducable scenario. If you find a reproducable scenario, or can even provide a database or database dump that can be used to demonstrate the problem, please report it and I will take another look. |
I am using wp8.1 silverlight and cordova (target wp8).
Everything works fine in my app but I am experience one weird thing:
After inserting one date for instance 1430323815 (the timestamp of now in sec.), it is saved properly on my DB (I verified it using windows power tool) but when I get its value, I receive something like -516517568. Please is there a way to fix it? If I do a query select a row with date='1430323815' the executing returns an entry but still with some date in this -516517568. Please any hint is appreciated.
If I do that on another new table I cannot reproduce this issue.
The text was updated successfully, but these errors were encountered: