askbook / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Missing some DbType enum values #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The OpenNETCF ORM has problems referencing this library becasue a few DbType 
enumeration value are missing, specifically:

        UInt16,
        UInt32,
        UInt64,
        Object

I've added them in my local branch and rebuilt, but this means I've forked for 
very little added value and I'd like ORM users to be able to just use your 
binaries.

Original issue reported on code.google.com by cta...@gmail.com on 20 Aug 2012 at 10:17

Attachments:

GoogleCodeExporter commented 8 years ago
I ended up needing a few more in the enum.  Update attached.

Original comment by cta...@gmail.com on 20 Aug 2012 at 10:45

Attachments:

GoogleCodeExporter commented 8 years ago
Do you not also need to update 
System.Data.Ersatz/src/System.Data.Common/DbTypes.cs with the additional types?

Original comment by stewart....@gmail.com on 22 Aug 2012 at 12:32

GoogleCodeExporter commented 8 years ago
Assigned to stewart for followup

Original comment by noah.hart@gmail.com on 29 Oct 2012 at 7:39

GoogleCodeExporter commented 8 years ago
I've not looked at the OpenNETCF ORM, but I've applied the suggested patch.

Original comment by stewart....@gmail.com on 19 Dec 2012 at 1:43

GoogleCodeExporter commented 8 years ago

Original comment by stewart....@gmail.com on 19 Dec 2012 at 1:44