dazinator / CrmAdo

An ADO.NET Provider for Dynamics Crm
6 stars 4 forks source link

Add support for using quoted identifiers in SQL commands. #49

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

Using quoted identifiers in a SQL command is not currently supported - i.e

INSERT INTO [contact] (contactid, [firstname], lastname) VALUES ('9bf20a16-6034-48e2-80b4-8349bb80c3e2','billy','bob')

Let's make CrmAdo support quoted identifiers in SQL!