Skip to content
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

Fix invalid date entering cache DB #1796

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Fix invalid date entering cache DB #1796

merged 1 commit into from
Dec 30, 2023

Conversation

ValueRaider
Copy link
Collaborator

@ValueRaider ValueRaider commented Dec 22, 2023

peewee.DateTimeField is not ISO-compliant. If user enforces strict ISO-compliance, then translation between DateTimeField and sqlite breaks. Fix is to manually implement translation.

Fix #1748

'peewee.DateTimeField' is not ISO-compliant. If user enforces strict ISO-compliance,
then translation between DateTimeField and sqlite breaks. Fix is to manually
implement translation.
@ValueRaider ValueRaider merged commit d1a34a4 into dev Dec 30, 2023
1 check passed
@ValueRaider ValueRaider mentioned this pull request Dec 30, 2023
@ValueRaider ValueRaider deleted the fix/cookie-cache-date branch December 30, 2023 17:33
@ValueRaider ValueRaider mentioned this pull request Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant