We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b5b18 commit de914d0Copy full SHA for de914d0
src/dialect/mysql.rs
@@ -27,8 +27,7 @@ use crate::{
27
28
use super::keywords;
29
30
-const RESERVED_FOR_TABLE_ALIAS_MYSQL: &[Keyword] =
31
- &[Keyword::USE, Keyword::IGNORE, Keyword::FORCE];
+const RESERVED_FOR_TABLE_ALIAS_MYSQL: &[Keyword] = &[Keyword::USE, Keyword::IGNORE, Keyword::FORCE];
32
33
/// A [`Dialect`] for [MySQL](https://www.mysql.com/)
34
#[derive(Debug)]
0 commit comments