System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
2013-07-01
18:23 Closed ticket [fe50b8c2e8]: Oracle DataTypes plus 3 other changes artifact: 31e4ce2082 user: mistachkin
18:22
In the SQLiteFunction class, check if the database connection is open prior to attempting to call the Cancel method. Add NoFunctions connection flag to skip binding functions registered in the application domain. Fixes and adjustments to comments. Add several data-types for compatibility purposes. Fix for [fe50b8c2e8]. check-in: dff9a878dd user: mistachkin tags: trunk
17:04 Ticket [fe50b8c2e8] Oracle DataTypes status still Open with 6 other changes artifact: 8ae29460ae user: mistachkin
13:36 New ticket [fe50b8c2e8]. artifact: 2adb184ed4 user: anonymous

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
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].