You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added `non_exhaustive` to AST enums. It allows us to add new features and extend the AST without breaking the API. If you encounter the following error,
49
36
please add a wildcard match `_ => {..}`https://github.com/SeaQL/sea-query/pull/891
50
37
```rust
@@ -64,6 +51,19 @@ help: ensure that all possible cases are being handled by adding a match arm wit
0 commit comments