Azure / Azure/azure-functions-sql-extension
Support Sql Geometry and Geography types
Open
enhancement
- Dominant language
- C#
- Stars
- 130
- Forks
- 71
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 4
Description
The default Newtonsoft serializer cannot serialize Sql Geometry and Geography types and we would need a custom convertor.
https://stackoverflow.com/questions/45848550/newtonsoft-json-jsonserializationexception-error-getting-value-from-value-on
Contributor guide
Research direction
The issue identifies SQL Geometry and Geography serialization and links a Newtonsoft.Json failure example, but names no files or tests. Start by reproducing the serialization failure in the extension’s SQL binding path; done means both types serialize successfully without the default serializer exception, with coverage for the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sql
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100