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 4ccac65 commit d173cedCopy full SHA for d173ced
src/dialect/mod.rs
@@ -850,7 +850,7 @@ pub trait Dialect: Debug + Any {
850
851
/// Returns true if the dialect supports the table hints in the `FROM` clause.
852
fn supports_table_hints(&self) -> bool {
853
- flase
+ false
854
}
855
/// Returns true if this dialect supports the E'...' syntax for string literals
856
///
0 commit comments