Kaydet (Commit) d52bb9ca authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Fridrich Štrba

coverity#982631 Missing break in switch

Change-Id: I1c21dfb48f4ecdcc3c599d69fe76bde006a85313
üst f9d7a1b3
......@@ -1746,6 +1746,7 @@ bool ODbaseTable::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow, cons
case DataType::DOUBLE:
case DataType::TIMESTAMP:
bSetZero = true;
//fall-through
case DataType::LONGVARBINARY:
case DataType::DATE:
case DataType::BIT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment