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