fix(pest): extend inapplicatable symbols
Previously we had problems parsing arithmetic operations like `b*b`. Because of incorrect handling of the forbidden symbols in the names we recognized `b*b` as a column name rather then a multiplication.
parent
1322f6ce
No related branches found
No related tags found
Pipeline #38049 passed with warnings
Stage: build
Stage: test
Stage: stress-test
Stage: stress-test-processing
Showing
- sbroad-core/src/executor/engine/mock.rs 19 additions, 0 deletionssbroad-core/src/executor/engine/mock.rs
- sbroad-core/src/frontend/sql/ir/tests.rs 25 additions, 4 deletionssbroad-core/src/frontend/sql/ir/tests.rs
- sbroad-core/src/frontend/sql/query.pest 3 additions, 1 deletionsbroad-core/src/frontend/sql/query.pest
Loading
Please register or sign in to comment