apache / datafusion-sqlparser-rs

Extensible SQL Lexer and Parser for Rust
Apache License 2.0
2.8k stars 543 forks source link

Fix always uses CommentDef::WithoutEq while parsing the inline comment #1453

Closed git-hulk closed 1 month ago

git-hulk commented 1 month ago

This closes #1452.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11144229831

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser/mod.rs 13 15 86.67%
tests/sqlparser_common.rs 17 20 85.0%
<!-- Total: 35 40 87.5% -->
Totals Coverage Status
Change from base Build 11111316639: 0.002%
Covered Lines: 29960
Relevant Lines: 33548

💛 - Coveralls
git-hulk commented 1 month ago

cc @iffyio