dbbase.column_types.WriteOnlyColumn.is_distinct_from

WriteOnlyColumn.is_distinct_from(other)

Implement the IS DISTINCT FROM operator.

Renders “a IS DISTINCT FROM b” on most platforms; on some such as SQLite may render “a IS NOT b”.

New in version 1.1.