sapiens / SqlFu

Fast and versatile .net core data mapper/micro-orm
Other
229 stars 50 forks source link

Oracle support #14

Closed techniq closed 10 years ago

techniq commented 11 years ago

I noticed the OracleProvider is currently commented out. Any plans to support Oracle in the future (or why the current provider is commented out)?

sapiens commented 11 years ago

I don't have ANY experience with Oracle and writing DDL support for it was a chore. I mainly support rdbms I'm using and I don't see myself using Oracle in the near(and far) future. Personally, I won't be supporting Oracle but I will accept a pull request from someone who wants to add Oracle support.

techniq commented 11 years ago

No problems, thanks for the quick reply. I'm in the process of evaluating different (Micro-)ORMs and was checking to see which ones supported my needs. On a related note, does SqlFu require .NET 4.0+ (no 3.5)?

sapiens commented 11 years ago

4.0 or 4.5 . I thought the world has moved on already from 3.5 :)

techniq commented 11 years ago

You'd be right, except for SharePoint 2010 development :(