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

Fix possible exception due to an invalid SQL query and make project compatible with .NET 8 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jonnydee
Copy link

This pull request fixes two issues:

  1. An exception which may occur during insertion of notes because strings are not properly escaped.
    (This has been fixed by using SQL parameters.)
  2. An exception which occurs when this library is used with a .NET 8 project because the internally used JSON serializer is missing a TypeInfoResolver configuration.
    (This has been fixed by configuring the JSON serializer with a DefaultJsonTypeInfoResolver.

@jonnydee jonnydee changed the title Fix possible exception due to invalid SQL query and make project compatible with .NET 8 Fix possible exception due to an invalid SQL query and make project compatible with .NET 8 Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant