System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 740be9289db55a877a3bfb10b503a4f79178684e
Title: Type name "double precision" should be supported
Status: Closed Type: Feature_Request
Severity: Minor Priority: Medium
Subsystem: Convert Resolution: Works_As_Designed
Last Modified: 2013-08-26 19:43:46
Version Found In: 1.0.89.0
User Comments:
anonymous added on 2013-08-26 09:31:46:
When running my program under Visual Studio (2012), the following gets logged in Output Window:

WARNING: Type mapping failed, returning default type Object for name "double precision".

We are using the DevExpress XPO as ORM. Please see here for the demo programs to reproduce the issue:
http://www.devexpress.com/Support/Center/Question/Details/Q515075

Could you please explain, why this warning happens on a valid data type?


Thank you,
Zvonko

mistachkin added on 2013-08-26 19:38:39:
The type name "double" is supported; however, the type name "double precision" is
not currently supported.  Changing to feature request.

mistachkin added on 2013-08-26 19:43:46:
Perhaps the "eXpressPersistent Objects" product could use the type name "double"
when dealing with System.Data.SQLite?