当我尝试使用 SonarQube REST API 删除事件时,出现错误:
{"err_code":500,"err_msg":"ActiveRecord::JDBCError: 'where 子句'中的未知列 'scope': SELECT * FROM
snapshots
WHERE (uuid = 'xxxxxxxxxxxxxxxx' AND scope = 'PRJ') LIMIT 1"}
我使用 SonarQube 6.2
我怎样才能避免这个错误?
当我尝试使用 SonarQube REST API 删除事件时,出现错误:
{"err_code":500,"err_msg":"ActiveRecord::JDBCError: 'where 子句'中的未知列 'scope': SELECT * FROM
snapshots
WHERE (uuid = 'xxxxxxxxxxxxxxxx' AND scope = 'PRJ') LIMIT 1"}
我使用 SonarQube 6.2
我怎样才能避免这个错误?