• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sigmacomputing / sqlparser-rs / 8761434648

20 Apr 2024 01:07AM UTC coverage: 87.826% (+0.001%) from 87.825%
8761434648

push

github

web-flow
feat: implement wildcard select ilike (#22)

Implements parsing for `SELECT * ILIKE ...` which is valid syntax in
snowflake: https://docs.snowflake.com/en/sql-reference/sql/select

Via googling, it seems like only snowflake supports this syntax. I could
not find any other dialect that does. Snowflake does not allow `SELECT *
ILIKE <pattern> EXCLUDE <column>` so I implemented that as well.

39 of 44 new or added lines in 4 files covered. (88.64%)

20619 of 23477 relevant lines covered (87.83%)

2.86 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

97.22
/tests/sqlparser_snowflake.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc