SonarQube COBOL 3.0 发布。该新版本添加了一些新的规则来检测针对 DB2 的嵌入式 SQL 语句,维护数据的完整性和数据库性能:
“INSERT” statements should not set the values of identity columns
“SELECT” statements should not lead to a full table scan”
“UPDATE” and “DELETE” statements should not impact multiple rows
SQL “UPDATE” statements should not change primary key values
SQL “UPDATE” statements should not impact columns part of a partitioning index
同时提供新的 CICS 语法。
软件详情:https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10022&version=12446
下载地址:http://www.sonarqube.org/downloads/
来自:开源中国社区

