Antony Judes

Results 21 issues of Antony Judes

### Describe the bug start & length values are not used or work in UPDATE with PATCH statement. 1. i have a record like this.. ![image](https://github.com/surrealdb/surrealdb/assets/13608248/bf0d6113-4d4f-4569-9fa8-97ad6807c681) 2. update with the...

bug
documentation
topic:surrealql

### Describe the bug Index not applied if the value comes from object fields ### Steps to reproduce 1. create member table with name and other fields, and define unique...

bug
topic:indexing

### Describe the bug Index does not work correctly on fields in the array of data ### Steps to reproduce 1. prepare like the following: ```sql DEFINE TABLE student SCHEMAFULL;...

bug
feature
topic:indexing

### Describe the bug Compound indexes not applied in Queries ### Steps to reproduce 1. prepare like the following: ```sql DEFINE TABLE student SCHEMAFULL; DEFINE FIELD name ON student TYPE...

bug
topic:surrealql
topic:indexing

### Is your feature request related to a problem? we are using mongodb for local dev env, we start using the below command mongod --config mongod.conf or mongod -f mongod.conf...

feature
topic:cli

### Describe the bug Index using CONTAINS works only for exact matches, not for partial matches. ### Steps to reproduce 1. prepare like the below: ```sql --DEFINES DEFINE TABLE student...

bug
topic:indexing

### Describe the bug Apply INDEX on DELETE statements with WHERE clause, without SELECT clause i am migrating millions of records from Mongo DB to Surreal DB, for that first,...

bug
topic:surrealql
topic:indexing

### Describe the bug Need the option to catch errors from transactions OR give inner errors of transactions as a reason ### Steps to reproduce 1. Prepare like this. ```sql...

bug
topic:surrealql