Ticket Hash: | fe50b8c2e8406a2f9b642eeaa50a23152612fc9c | ||
Title: | Oracle DataTypes | ||
Status: | Closed | Type: | Feature_Request |
Severity: | Minor | Priority: | NextRelease |
Subsystem: | Convert | Resolution: | Fixed |
Last Modified: |
2013-07-01 18:23:38 11.81 years ago |
Created: |
2013-07-01 13:36:18 11.81 years ago |
Version Found In: | 1.0.86.0 |
User Comments: | ||||
anonymous added on 2013-07-01 13:36:18:
Hi Joe, I would appreciate if you would include some often used Oracle Datatypes into SQLiteConvert.cs. Those would be: - VARCHAR2 mapping to DbType.AnsiString - CLOB mapping to DbType.String - NUMBER mapping to DbType.Decimal - RAW mapping to DbType.Binary Thanks in advance, Bernd mistachkin added on 2013-07-01 18:23:38: Fixed on trunk by check-in [dff9a878dd]. |