dbbase.column_types.WriteOnlyColumn.isnot

WriteOnlyColumn.isnot(other)

Implement the IS NOT operator.

Normally, IS NOT is generated automatically when comparing to a value of None, which resolves to NULL. However, explicit usage of IS NOT may be desirable if comparing to boolean values on certain platforms.

See also

ColumnOperators.is_()