Closed yoavcloud closed 2 weeks ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/dialect/mod.rs | 1 | 2 | 50.0% | ||
src/dialect/redshift.rs | 1 | 2 | 50.0% | ||
<!-- | Total: | 23 | 25 | 92.0% | --> |
Totals | |
---|---|
Change from base Build 11707125112: | 0.0% |
Covered Lines: | 30587 |
Relevant Lines: | 34217 |
Thanks @yoavcloud and @iffyio
Adds support for dialects (Redshift) that expect the TOP keyword in a SELECT statement to appear before the ALL/DISTINCT option. For example: SELECT TOP 2 DISTINCT FROM tbl; https://docs.aws.amazon.com/redshift/latest/dg/r_SELECT_list.html