Conversion Code Clean-Up
Registered by
Ralph Lange
Replace the current conversion code (both "fast" and full versions) by templated C++ functions.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Ralph Lange
- Direction:
- Needs approval
- Assignee:
- Ralph Lange
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Whiteboard
The conversion code in Data Access library is a good fit for this perhaps.
ANJ: My int64 branch has already changed most of the dbConvert.c code to use macros for the common standard numeric conversions. It also include new tests for the cvtFast routines, which pointed out some inconsistencies in our current string conversion code.
(?)