krisgithub1234 / linqbridge

Automatically exported from code.google.com/p/linqbridge
Other
0 stars 0 forks source link

Make the code SQL Server CLR "SAFE" compatible #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, version 1.1 of LINQBridge is rejected as not being SAFE when 
attempting to deploy LinqBridge.dll or any assembly containing the 
compiled code. This is due to two lambda expressions at lines 87 and 111 
of OrderedEnumerable.cs.

Convert these lambda expressions to regular methods to enable deploying 
LINQBridge-enabled assemblies to SQL Server 2005/2008.

Original issue reported on code.google.com by allon.guralnek on 29 Jan 2010 at 7:28

GoogleCodeExporter commented 9 years ago
Fixed in r235.

Original comment by allon.guralnek on 31 Jan 2010 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 16 Nov 2010 at 10:11