Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix .NET SDK issue by specifying a namespace
The SDK was encountering errors with various operations (e.g., QUERY, RAWQUERY, SET, UPSERT) that interact directly with the database. This commit fixes the issue for SurrealDB V2.X, but it is not compatible with V1.X. Fixes surrealdb#127: Changes included: - Updated const strings for HTTP request headers from 'NS' to 'surrealdb-ns' and 'DB' to 'surrealdb-db'.
- Loading branch information