TINYINT replaced by BIT in xsd?

Certified Senior Developer

I couldn't get my DataStore to to republish a DataType association that's been around for a year.

Finally, I created a new DataType from the same view and compared the downloaded xsd's

Old one:

<xsd:appinfo source="appian.jpa">@Column(name="isMultiplePlan", columnDefinition="TINYINT")</xsd:appinfo>

New one:
<xsd:appinfo source="appian.jpa">@Column(name="isMultiplePlan", columnDefinition="BIT")</xsd:appinfo>

The view hasn't changed. It's still a TINYINT(1).

Is BIT new with the MariaDB version?

Thanks,

Colin

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data