Dave MacLeod

Results 46 issues of Dave MacLeod

This follows the CLI documentation layout in having one page per relevant portion, but adds a touch of friendlier tone since the UI is far more likely to be used...

Note: originally reported by a user here https://discord.com/channels/841451783728529451/849377751370432573/1170711514773209150 and I'm seeing the same output. - EdgeDB Version: 4.0+d568f08 - EdgeDB CLI Version: 4.0.0+92e6888 - OS Version: Windows 11 Steps to...

bug
compiler
error-message

### Describe the bug A record ID that is either above i64::MAX or below i64::MIN should be stored as a String instead of an i64. This works for numbers greater...

bug
topic:surrealql

Resolves https://github.com/edgedb/edgedb-cli/issues/1188 as well as adds two more improvements: checking if a cast will even work in the first place, and looking for any helpful functions to do the job...

Having a database dump instantaneously overwrite any existing files of the same name has always made me a bit nervous and I think we should require the user to add...

Resolves https://github.com/edgedb/edgedb-cli/issues/1125 plus adds some extra help when database fails to connect. (Redoing another PR that also went after the ._is_interactive() part which I see is recently added code) In...

### Describe the bug * A single-digit millisecond value that should represent a tenth of a second parses as a hundredth of a second * While nanosecond values over nine...

bug
topic:surrealql

### Describe the bug DELETE ONLY should work when you pass in a single record. ### Steps to reproduce Basically this: https://surrealdb.com/docs/surrealdb/surrealql/statements/delete#basic-usage CREATE person:tobie; DELETE ONLY person:tobie; Output: ``` 'Expected...

bug
topic:surrealql

Thank you for submitting this pull request! We really appreciate you spending the time to work on these changes. ## What is the motivation? For the first: currently .chunks doesn't...