Replies: 1 comment 2 replies
-
|
Hey @gudstrand, could you provide an example program that shows the probem you're having? It's a bit difficult to pinpoint the issue without inspecting the code that results in the problem 🙃 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dictionary that defines a vendor, url and some other metadata. I wanted to create a db of entries that contain the entry append with a notification datetime. So, I added a datetime to dictionary and after creating a custom datetime serializer I could insert an entry to the db.
The issue is that any attempt to insert a second record for the same vendor, with a different time, results in no change to the database. What am I doing wrong?
Thanks!
-g
Beta Was this translation helpful? Give feedback.
All reactions