-
Notifications
You must be signed in to change notification settings - Fork 66
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
Bug: Not supporting latest SurrealDB fully. #150
Comments
You are going to have to provide details about which ways this is not supporting surreal db fully... |
I have the same issue, when I try to make any query I always resolves on a timeout error |
Ex: The above code always produces |
I get the above warnings in my console |
Again, You're using an ancient version of the sdk. Reporting issues on that is pointless. Use the main branch or, better yet, the cbor branch. Or, just have some patience - they're overhauling the sdk right now in the cbor branch and will release a stable version soon |
That's the only stable version available now brother as mentioned in the official website of SurrealDB. Could please let me know what's the "latest" version and where is that available? |
Use a specific commit - choose latest from main or cbor branch. And, again, have a bit of patience. They'll be done soon. |
@nickchomey Please go through the stackoverflow post you have shared. It never works. |
I tried to download the latest version on main branch (v0.2.2-0.20240612173039-8f4a6983912f), but I still have the same issue and apparently the smartUnmarshal was removed |
Ive started just using Query and then writing SurrealQL queries for pretty much everything right now, as I find various commands to be non-functional. When the sdk stabilizes i'll switch to the specific commands. |
I'm having the most success with commit 3d48437 of this sdk. The 3 commits after that seem to not work at all (to be fair, theyre called Work In Progress). And i have SurrealDB v2.0.2 This works for me to get connected. Signin returns an error when you specify the Database and Namespace.
|
@nickchomey SDK works fine for me too up to the level you have mentioned in your code snippet above. But further query e.g. select, create, update are facing challenges. |
I've had success with Insert. And Query. We'll just have to make the most of what we have for now while they stabilize the sdk. Complaining does not help. |
I always use Query, but without the Smart um marshal, I don't know the alternative to use |
@nickchomey It's NOT mere complaining. In my case I am facing the problem in the following code:
The above code is responsible for defining all my tables. It's giving me timeout error. Hence the SDK is not fully compatible with latest SurrealDB. |
@nickchomey If you are interested I can share my complete project. |
@nickchomey any updates? |
Not sure why you're asking me? Anyway, just look at the repo, branches and commits. The cbor branch was merged into main recently. Give it a try. |
When can we expect updates to support the latest SurrealDB i.e. 2.0.4? |
Hey SurrealDB team! 👋 I see you're already hard at work on a new version of this library, but I just wanted to report that we've had a report from a user of the Grafana datasource for SurrealDB that specific time comparison queries are not working against SurrealDB v2.0 with the Typically, we do not pin datasource dependencies to Git SHAs, so for now we are going to declare the datasource as compatible with v1.0 only and await the new release. Best of luck with the new version! 🚀 |
Describe the bug
Not supporting latest SurrealDB fully.
Steps to reproduce
Not supporting latest SurrealDB fully.
Expected behaviour
Should support fully.
SurrealDB version
surreal 2.0.1, windows 11, golang sdk 0.2.1
Contact Details
[email protected]
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: