Results 10 issues of Lyle Johnson

When I have a DynamoDB item like this: ``` { "id": "7e7e9de9-cb80-4697-bbed-b112caa34050", "minValue": 0, "maxValue": 10000, "readingType": "Power", "units": "Watts" } ``` where the types of `minValue` and `maxValue` are...

bug

### Describe the bug A `CREATE` statement for a table whose name is "functional_role_organization_assoc" fails to parse. ### Steps to reproduce Create a `.surql` field that defines a table, and...

bug
triage

### Describe the bug A `DEFINE FIELD` statement for a field whose name is "ifBandwidth" fails to parse. ### Steps to reproduce Create a `.surql` field that defines a table,...

bug
triage

**Describe the bug** When I apply migrations I'm getting a "413 Payload Too Large" error for a relatively small migration file. I do however have around 1800 schemas and I'm...

### Describe the bug I attempted to issue a RELATE statement with CONTENT as demonstrated in the current online documentation (at https://surrealdb.com/docs/surrealdb/surrealql/statements/relate#adding-data-using-set-and-content) but got an error message. ### Steps to...

bug

### Describe the bug I'm updating my code base from `surrealdb.js` version 0.11.1 to `surrealdb` version 1.0.0-beta.20 and running into a snag. I have this query which returns the expected...

bug

### Describe the bug A `RecordId` with a long string of numbers as its identifier is not always jsonified properly. In some cases the long numeric string is not properly...

bug

### Describe the bug A `RecordID` with a long string of numbers as its identifier is not always stringified properly. In some cases the long numeric string is not properly...

bug

It seems like we ought to be able to look at the migration history to determine when to stop, and not require the user to specify the "to" argument for...

**Describe the bug** In some environments, when I attempt to apply migrations, they eventually fail with a string of error messages: ``` Executing migration AddSkyfallDatabaseUser... Executing migration AddSubjectAreas... Executing migration...