AgufaGit

Results 32 comments of AgufaGit

very busy at the moment, I need at least 1 day to do tests, my estimation is November, you can point to my repo in the mean time ``` gql_websocket_link:...

confirmed it's not recognized inside `begin; commit;` block, but outside `begin; commit;` block, it's recognized, is this a bug for surrealdb itself?

Hi @remade When do you think these fixes will be done? If it's gonna be long, I'm gonna work on other tasks. Thank you

@mumoshu Hi, this was a simplified example, It wasn't working on string id, does it work with string now? ```go data, err := surrealdb.Query[any](conn, `BEGIN; CREATE t:s SET name='test'; LET...

Hi @mumoshu I think `none` should be mapped to `nil` in golang, because for a field defined as option, that field can not be null, if you put null value...

Hi @mumoshu I think I can just cast `none` to `null` in surql code, so something like `SELECT i ?? null FROM t`, because `none` and `null` means same thing...

Hi @mumoshu I went quite far with SurrealQL, including AI embedding, distance calculation, text search, etc.. Yes I have full control over the fn::auth::signin function. Yes, I just read the...

Hi @mumoshu Not yet, I still need to figure out the cause of the bug

Hi @mumoshu The new bug is related to surrealdb index, I created an issue on surrealdb surrealdb/surrealdb#6245 I tested #304, it works, awesome work, saved me a lot of work...