Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.3
-
None
-
None
Description
Now, the data convert function in ODBC is very long , and very hard to maintenance, we need to refactor it with some short function.
1. split one long function to little functions to make it more easy to maintain.
2. support convert very long CHAR/VARCHAR to others struct like timestamp.
3. Don't modify SQLDataType for SQL_NUMERIC any more. Use FSDataType to decide the real data format.