Skip to content

Conversation

@morningman
Copy link
Contributor

Proposed changes

  1. Support convert(expr, target_type) function, which is same as CastExpr
  2. Support cast (expr as signed/unsigned int)
    This is just for compatibility, the signed/unsigned specification is meaningless.
  3. Add more columns for table information_schema.columns

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

…cast

1. Support convert(expr, target_type) function, which is same as CastExpr
2. Support cast (expr as signed/unsigned int)
   This is just for compatibility, the signed/unsigned specification is meaningless.
@morningman morningman added the area/mysql-compatibility Issues or PRs related to the mysql compatibility label Aug 16, 2020
@morningman morningman self-assigned this Aug 16, 2020
Copy link
Contributor

@kangkaisen kangkaisen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kangkaisen kangkaisen added the approved Indicates a PR has been approved by one committer. label Aug 26, 2020
@morningman morningman merged commit f218327 into apache:master Aug 27, 2020
morningman pushed a commit to morningman/doris that referenced this pull request Sep 2, 2020
morningman pushed a commit to morningman/doris that referenced this pull request Sep 2, 2020
morningman added a commit that referenced this pull request Sep 3, 2020
@yangzhg yangzhg mentioned this pull request Feb 9, 2021
yiguolei pushed a commit to yiguolei/incubator-doris that referenced this pull request Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/mysql-compatibility Issues or PRs related to the mysql compatibility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MysqlCompatibility] Support convert() function and signed/unsigned integer

3 participants