We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the following example:
person = db.create(RecordID('person', { name: 'Tobie', location: 'London' }), { "settings": { "active": True, "marketing": True, } })
The resulting record will be:
person:⟨{ name: 'Tobie', location: 'London' }⟩
The record id is incorrectly wrapped in unicode brackets.
See description
The record should be:
person:{ name: 'Tobie', location: 'London' }
surrealdb 2.1.4 for macos on x86_64
1.0.3
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In the following example:
The resulting record will be:
The record id is incorrectly wrapped in unicode brackets.
Steps to reproduce
See description
Expected behaviour
The record should be:
SurrealDB version
surrealdb 2.1.4 for macos on x86_64
surrealdb.py version
1.0.3
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: