Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow raw identifiers for SqlIdentifier (column-name)
This allows using the `r#identifier` syntax for SqlIdentifier (column-name), which is used in derive macros. Previously the derive macros would panic when encountering such an identifier: `"r#identifier"` is not a valid identifier
- Loading branch information