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
global db db = AsyncSurrealDB(url=SURREALDB_URL) await db.connect() await db.use(SURREALDB_NAMESPACE, SURREALDB_DATABASE) await db.sign_in(SURREALDB_USERNAME, SURREALDB_PASSWORD)
Intended return sample: [{'result': [], 'status': 'OK', 'time': '987.767µs'}] After a while actual return: ``
[{'result': [], 'status': 'OK', 'time': '987.767µs'}]
surreal 1.5.5 for linux on amd64
surrealdb.py 0.4.1 for linux on amd64 using Python 3.12
No response
The text was updated successfully, but these errors were encountered:
@nxfi777 Can you share a code snippet? Would like to replicate this
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Steps to reproduce
Expected behaviour
Intended return sample:
[{'result': [], 'status': 'OK', 'time': '987.767µs'}]
After a while actual return: ``
SurrealDB version
surreal 1.5.5 for linux on amd64
surrealdb.py version
surrealdb.py 0.4.1 for linux on amd64 using Python 3.12
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: