Data type default values support some expressions #50936
Labels
feature/accepted
This feature request is accepted by product managers
type/feature-request
Categorizes issue or PR as related to a new feature.
type/new-feature
Feature Request
Is your feature request related to a problem? Please describe:
Replace Oracle's functions with some of mysql's own expression functions.
Describe the feature you'd like:
Currently, only the following expressions are supported without additional extensions. That is, only
REPLACE(UPPER(uuid())," - ", ")
is supported, and other expressions ofreplace
are not supported.UPPER(SUBSTRING_INDEX(user(),'@',1))
#50966REPLACE(UPPER(uuid()), '-', '')
#50937DATE_FORMAT(NOW(),'%Y-%m...')
#51031STR_TO_DATE('1980-01-01','%Y-%m-%d')
#51276Add tests
default
keywords. #51481tests/integrationtest/r/ddl
#51503Related issues
Step 2
alter table ... add column
in adding expression default values feature #52676Related issues
The text was updated successfully, but these errors were encountered: