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

type::table function always returns NONE #287

Closed
Dhghomon opened this issue May 20, 2024 · 0 comments · Fixed by surrealdb/surrealdb.js#271
Closed

type::table function always returns NONE #287

Dhghomon opened this issue May 20, 2024 · 0 comments · Fixed by surrealdb/surrealdb.js#271
Labels
bug Something isn't working

Comments

@Dhghomon
Copy link

Describe the bug
The type::table function always returns NONE.

To Reproduce
return type::table("person");
NONE
return type::table(person:one);
NONE

Expected behavior
return type::table("person");
[person]

return type::table(person:one);
[person]

Environment:

Platform: Web
Navigator: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0
Version: 2.0.6
Flags: featureFlags: false, models_view: true, apidocs_view: true, themes: false, newsfeed: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant