aws / aws/amazon-documentdb-odbc-driver
Implement SqlTypeDecimalDigits in type_traits
Open
- Dominant language
- C++
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
DECIMAL_DIGITS: The total number of significant digits to the right of the decimal point.
for details, see https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlcolumns-function?view=sql-server-ver15
Contributor guide
Research direction
Start by locating the type_traits implementation and reading how existing SQL metadata traits are defined. Consult the linked SQLColumns documentation for DECIMAL_DIGITS, then confirm that the new SqlTypeDecimalDigits trait reports the specified number of digits to the right of the decimal point.
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
- Needs clarification
- Newbie friendliness
- 35/100