Pass to ColumnInterface::dbTypecast()
non-null and non-expression values only
#960
Labels
ColumnInterface::dbTypecast()
non-null and non-expression values only
#960
Seems, all implementations of
ColumnInterface::dbTypecast()
checks value onnull
andExpressionInterface
and return it as is for those values:We can check it before call
dbTypecast()
and simplify simplify both existing implementations and the creation of custom ones.The text was updated successfully, but these errors were encountered: