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 .NET SDK issue by specifying a namespace #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 5, 2024

  1. 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'.
    NakanoMiku13 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0cd54eb View commit details
    Browse the repository at this point in the history