qingxinhome
qingxinhome
This feature request has been fixed, unit test and bvt test have been completed, and now request acceptance test, please know! @fengttt @JinHai-CN @florashi181 @dengn @domingozhang @aressu1985 @daviszhen
For the following table definitions: create table emp( empno int unsigned auto_increment COMMENT 'employee number', ename varchar(15) COMMENT 'employee name', job varchar(10) COMMENT 'employee position', primary key(empno) ) COMMENT='employee table';...
This feature request has been fixed, unit test and client test have been completed, and now request acceptance test, please know! @dengn @florashi181 @fengttt
At present, in 0.6, even if '9999999999999999999999999999999.999999999999' is converted to decimal128, data truncation errors still occur,Therefore, the precision of 9999999999999999999999999999999.999999999999 cannot be guaranteed now
mysql UUID: https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functions.html#function_uuid
This feature request of uuid function has been fixed, unit test and bvt test have been completed, and now request acceptance test, please know! @fengttt @domingozhang @daviszhen @aressu1985
now,the Mo database will supports UUID data types. The functions involved are as follows: 1. The DDL table creation statement supports UUID type fields 2. UUID type fields can be...
The feature requests related to uuid type and uuid function had been fixed, unit test and bvt test have been completed, and now request acceptance test, please know! @fengttt @yingfeng...
Support PR submission and merging of left system functions, including bvt test and unit test. Please know. @domingozhang @aressu1985 @daviszhen