Antony Judes
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..  2. update with the...
### 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...
### 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;...
### 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...
### 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...
### 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...
### 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,...
### 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...