Issue : Missing parentheses in `SqlDateTime` format string
Open
- 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.