9 comments (9 comments)16 reactions (16 reactions)0 assignees (0 assignees)C#3,376 forks (3,376 forks)batch import
area-jsonarea-queryarea-sqlitearea-sqlservercustomer-reportedgood first issue
Repository metrics
- Stars
- 14,651 stars (14,651 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
For users using JSON without a strongly-typed schema, mapping the column as a string is the only option at the moment. We should provide translations for JSON_VALUE/JSON_QUERY for SQL Server and json_extract for SQLite.
Contributor guide
- Research direction
- Implement translations for JSON VALUE and JSON QUERY for SQL Server and json extract for SQLite in the provider specific expression translators.
- Tech stack
- csharpsqlite
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C#SQL