You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SqlClient/SqlClientProvider.fs
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -515,9 +515,14 @@ type SqlProgrammabilityProvider(config : TypeProviderConfig) as this =
515
515
if resultType = ResultType.DataTable then
516
516
// if we don't do this, we get a compile error
517
517
// Error The type provider 'FSharp.Data.SqlProgrammabilityProvider' reported an error: type 'Table' was not added as a member to a declaring type <type instanciation name>
0 commit comments