Skip to content

Commit

Permalink
document conflict detection limitations around the use of binary colu…
Browse files Browse the repository at this point in the history
…mns.
  • Loading branch information
mhanes committed Feb 7, 2013
1 parent aa99baa commit 6816215
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions symmetric-assemble/src/docbook/conflicts.xml
Expand Up @@ -103,6 +103,13 @@
</varlistentry>
</variablelist>
</para>
<important>
<para>Be aware that conflict detection will <emphasis>not</emphasis> detect changes to binary columns in
the case where <literal>use_stream_lobs</literal> is true in the trigger for the table. In addition, some
databases do not allow comparisons of binary columns whether <literal>use_stream_lobs</literal> is true or not.
</para>
</important>

<para>
The choice of how to resolve a detected conflict is configured via the <literal>resolve_type</literal> column. Depending on the setting, two additional boolean settings
may also be configured, namely <literal>resolve_row_only</literal> and <literal>resolve_changes_only</literal>, as discussed in the resolution settings below.
Expand Down

0 comments on commit 6816215

Please sign in to comment.