use String(max_len) for DECIMAL types with sqlite
This solves an issue where DECIMAL is not native
to sqlite by using a string to store values and
converting them to float in user code.
Signed-off-by:
Kevin Morris <kevr@0cost.org>
Please register or sign in to comment