Thomas Harmon
Thomas Harmon
In standard SQL you may select literals without a table, eg `SELECT 1 + 1;`. This is not supported by `nom-sql` but in a perfect world it would be. comment...
In master (and on the incoming `bump nom to v5` PR), `compound_selection` will match unbalanced paren pairs. We only want "(nested)" or "nested" to match, but using opt for both...
Currently on master: https://github.com/ms705/nom-sql/blob/026473b277586e07359ae4a591dca5a39e74a349/src/order.rs#L58 In `src/order.rs`, the order by clause allows for trailing commas, which is technically invalid SQL. Eg, `"select * from users order by name ascage desc,\n"` will...
As mentioned in the comments of `arithmetic.rs`, operator precedence is not currently supported and neither is nested arithmetic expressions. I plan on eventually submitting a PR to support this but...
### What does this PR try to resolve? See [this thread](https://github.com/rust-lang/cargo/issues/10729), particularly [this comment](https://github.com/rust-lang/cargo/issues/10729#issuecomment-1191633351) ### How should we test and review this PR? Currently trying to get a functional or...
First off, thanks for the awesome project! **Describe the bug** Issue: All routes 404. I've been successfully running matrix for a while now. However, I've had some issues with coturn...