System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: a6bfb32a365673827a0506ec8d15f6a3440a7dc9
Title: Allow Custom Data Mapper
Status: Deferred Type: Feature_Request
Severity: Cosmetic Priority: Medium
Subsystem: None Resolution: Open
Last Modified: 2016-01-28 20:45:21
Version Found In:
User Comments:
anonymous added on 2015-05-29 09:19:36: (text/x-fossil-plain)
Currently the datatype mapping is done via an internal Datatype.xml file, containing a list of all supported data types (mappings). It would be nice if somehow (also via designer) you could add your "custom" mappings.

I'll give an example of why this would be handy:
I had to connect to an existing sqlite database via entity framework. This database was created with "custom types" like UINT64, UINT32, UINT16 ... (which seems to be excepted). Currently these can't be mapped and will therefor not be added while importing.