Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    forms: Avoid dropping the CDATA table · fddd2d12
    Jared Hancock authored
    MySql 5.6 and MariaDB 10 will return affected_rows == 0 if updating a row to
    its current values. Therefore, if an object is "edited", but none of the
    CDATA is modified, then the CDATA table might be dropped and rebuilt.
    fddd2d12