We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28626d commit 6f6bd54Copy full SHA for 6f6bd54
1 file changed
src/tokenizer.rs
@@ -1966,7 +1966,7 @@ impl<'a> Tokenizer<'a> {
1966
|| matches!(ch, '$' if self.dialect.supports_dollar_placeholder())
1967
}));
1968
1969
- // If the dialect supports a dollar sign as a money prefix (e.g., SQL Server),
+ // If the dialect supports a dollar sign as a money prefix (e.g. SQL Server),
1970
// and the value so far is all digits, check for a decimal part, e.g. `$123.45`
1971
if matches!(chars.peek(), Some('.'))
1972
&& self.dialect.supports_dollar_as_money_prefix()
0 commit comments