aws / aws/amazon-documentdb-odbc-driver
Convert date in string format to TIMESTAMP/DATE/TIME
Open
- Dominant language
- C++
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Convert date in string format to TIMESTAMP/DATE/TIME
AC:
1. Test for YYY-MM-DD[T]HH:MM:SS[.MMM] can be converted to TIMESTAMP/DATE/TIME
2. Test for YYY-MM-DD[T]HH can be converted to TIMESTAMP/DATE
3. Test for HH:MM:SS[.MMM] can be converted to TIME
Contributor guide
Research direction
Start by locating the driver's existing conversion path for date and time strings, then identify where its tests cover TIMESTAMP, DATE, and TIME values. Add coverage for the three formats listed in the acceptance criteria and verify that each converts to the specified type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100