FransBouma / LinqToSQL2

Official Linq to SQL fork. A complete ORM which is backwards compatible with Linq to SQL but with new features.
Other
57 stars 22 forks source link

Add Oracle support #7

Open FransBouma opened 9 years ago

FransBouma commented 9 years ago

(requires #6 and #8 to be implemented)

Add Oracle support for DML queries. If these work, add Oracle support for DDL queries, however this is has no high priority at the moment.

Borrow from the Oracle DQE sourcecode in LLBLGen Pro Runtime.