yetone / yetone/activemodel

Issue : Missing parentheses in `SqlDateTime` format string

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The format string used in the `SqlDateTime` class's `_init` method, `"%Y-%m-%d %H:%M:%s"`, is missing parentheses around the seconds format specifier. It should be `"%Y-%m-%d %H:%M:%S"`. This will cause datetimes to be formatted incorrectly when used in queries.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.