Skip to content

Commit b41cc98

Browse files
committed
Fix assertion when changing column type from string to boolean
1 parent ebdc9b5 commit b41cc98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dsql/DdlNodes.epp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4900,6 +4900,7 @@ void AlterDomainNode::checkUpdate(const dyn_fld& origFld, const dyn_fld& newFld)
49004900
case blr_dec64:
49014901
case blr_dec128:
49024902
case blr_int128:
4903+
case blr_bool:
49034904
// Cannot convert column %s from character to non-character data.
49044905
errorCode = isc_dyn_dtype_conv_invalid;
49054906
break;

0 commit comments

Comments
 (0)