ntorrey

Results 15 issues of ntorrey

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

package: core
type: bug

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

### Is your feature request related to a problem? It would be nice to be able to delete multiple tables with one statement. For example: `REMOVE TABLE customers, orders;` Currently...

feature

### Is your feature request related to a problem? With the UPDATE statement, we can return a limited set of values (from the [website](https://surrealdb.com/docs/surrealql/statements/update): either NONE, BEFORE, AFTER, DIFF, or...

noissue

### Describe the bug I think there's a bug in 1015a94 unless I'm misunderstanding something (which is very possible). Using the "change" | "merge" Websocket RPC method always throws an...

bug
triage

### Describe the bug If I create a record with a time as a string: ```sql CREATE timeTable SET time = '5:30'; -- Or CREATE timeTable SET time = 5:30;...

bug
triage

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

package: angular
type: bug

This is kind of related to https://github.com/surrealdb/surrealdb/issues/30#issue-1335459899 It would be great if there were a backup() and restore() method in the js library. Since I use firebase functions to run...

enhancement

**Describe your feature request** It would be great if we could edit the definition of a table 'view' in the designer (e.g. `DEFINE TABLE AS SELECT ...`). **Are you willing...

feature

### Is your feature request related to a problem? I know versioned tables are still a ways off, but it would be great to be able to choose whether or...

feature
triage