Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running SqlClrJsonParser with SQL2008R2 which only supports Net 3.5 #4

Open
salusalpha opened this issue Jan 31, 2022 · 1 comment
Open
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@salusalpha
Copy link

I added Newtonsoft.Json.dll v 3.5.8 but it does not compile due to this issues

JsonParserUDF.cs line 43 -> item.Path
JsonParserUDF.cs line 60 -> ja.SelectTokens(path.value)

Any solutions to make it run under SQL2008R2 net 3.5 ?

@EitanBlumin EitanBlumin self-assigned this Jan 31, 2022
@EitanBlumin EitanBlumin added the enhancement New feature or request label Jan 31, 2022
@EitanBlumin
Copy link
Collaborator

Hi @salusalpha ,

Adding backward-compatibility for .NET 3.5 will require some development, and since SQL2008R2 is way out of support, I'm afraid this cannot be highly prioritized at this time.

@EitanBlumin EitanBlumin added the help wanted Extra attention is needed label Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants