Skip to content

feature: Enable the max length of bit type to 64 #1161

@RingsC

Description

@RingsC

Is your feature request related to a problem? Please describe.

Now, the max length of bit is limited to 63, that is a wired length and not compatible with mysql dehavior. Therefore, we should support all the functions fully, bit(64).

 Bit-Value Type - BIT
The BIT data type is used to store bit values. A type of BIT(M) enables storage of M-bit values. M can range from 1 to 64.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Labels

A-featurefeature with good ideaB-storagedata type, data storage, insert,update,delete, transactionsprio: lowLow priorityprio: normalMedium priority

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions