Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import java.util.List;

public class SQLServerCollateTest extends TestCase {

public void testCollateWithColumn() {
String sql = "SELECT name COLLATE Chinese_PRC_CI_AI_WS FROM users";
SQLServerStatementParser parser = new SQLServerStatementParser(sql);
Expand Down Expand Up @@ -97,5 +96,3 @@ public void testValidSqlWithoutCollate() {
Assert.assertTrue("正常SQL应该通过校验", isValid);
}
}