You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(value): DataValue::to_primary_key has an order reversal problem… (#59)
* fix(value): `DataValue::to_primary_key` has an order reversal problem when the signed integer is negative.
e.g. will happen -9 < -100
* feat: supports `UnaryOperator`
* feat: supports `Insert Overwrite`
* invalid: Throw the failure of data conversion in the `DataValue::cast`
0 commit comments