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 af42d18 commit 4ccac65Copy full SHA for 4ccac65
src/dialect/mod.rs
@@ -850,8 +850,8 @@ 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
854
- }
+ flase
+ }
855
/// Returns true if this dialect supports the E'...' syntax for string literals
856
///
857
/// Postgres: <https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS-ESCAPE>
0 commit comments