surrealdb.py icon indicating copy to clipboard operation
surrealdb.py copied to clipboard

SurrealDB SDK for Python

Results 39 surrealdb.py issues
Sort by recently updated
recently updated
newest added

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? Makes it easier to start contributing to...

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? ## Type of Change - [ ]...

### Is your feature request related to a problem? I have some data saved in `.xlsx` documents (~ 10,500 rows, 4.3 MB in total) that I need to ingest into...

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? ## Type of Change - [ ]...

### Describe the bug Although we can set the `max_size` value when we create the Surreal() WebSocket connection, this is not propagated to the actual websocket connection. Therefore, when we...

bug

### Describe the bug insert datetime value to table ### Steps to reproduce I want insert this {'date': '2023-07-03T07:18:52.841147', 'open': 27430.0, 'high': 27730.0, 'low': 27420.0, 'close': 27720.0, 'final': 27490.0, 'y_final':...

bug

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? It looks like there was a lot...

### Is your feature request related to a problem? I'm trying to host an instance of SurrealDB using a self signed TLS certificate. However, I can't use the python SDK...

### Describe the bug I have this field ``` DEFINE FIELD rate_limit_reset ON TABLE api_keys TYPE duration DEFAULT 1h; ``` ```python File "/home//api/src/api/TESTSTST.py", line 19, in main result = await...

Python
SDK
/surrealdb.py
GitHub Bug

### Describe the bug `select value` returns a slightly different shape than a normal `select`, the fix would be to add a check for that before returning the response. ie....

bug