LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-336] Beef up regression tests for SIMILAR TO #536

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="emcdermid", created="Wed, 20 Aug 2008 13:12:55 -0500 (GMT-05:00)"] The regression tests for SIMILAR TO cover many cases, but miss a few operators entirely, including ^, [], and ?


Current SIMILAR TO pattern tests are in org.eigenbase.sql.test.SqlOperatorTests.java

dynamobi-build commented 12 years ago

[author="jvs", created="Wed, 20 Aug 2008 13:52:12 -0500 (GMT-05:00)"] Also, see FRG-220 for a known issue with SIMILAR TO; character classes probably also need more coverage, even ignoring my mistake in that bug's comments.