dbbase.column_types.WriteOnlyColumn.isnot_distinct_from

WriteOnlyColumn.isnot_distinct_from(other)

Implement the IS NOT DISTINCT FROM operator.

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

New in version 1.1.