Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cast to decimal overflow bug #3922

Merged
merged 12 commits into from
Jan 26, 2022

Commits on Jan 20, 2022

  1. fix cast to decimal overflow check bug

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    fcff139 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    2fb31e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. add case to check value if overflow

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    4f717d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_cast_overflow_bug' of github.com:guo-shaoge/tics in…

    …to fix_cast_overflow_bug
    
    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    
    Conflicts:
    	dbms/src/Functions/tests/gtest_tidb_conversion.cpp
    guo-shaoge committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    9e6db1e View commit details
    Browse the repository at this point in the history
  3. fix clang-tidy and fmt

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    270e81f View commit details
    Browse the repository at this point in the history
  4. fix comment

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    ec1d975 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. fix fmt

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    6220996 View commit details
    Browse the repository at this point in the history
  2. use sub-namespace instead of enum for TiDBSQLFlags

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1a06c96 View commit details
    Browse the repository at this point in the history
  3. fix case

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ba104f5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix_cast_overflow_bug' of github.com:guo-shaoge/tics in…

    …to fix_cast_overflow_bug
    guo-shaoge committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    56973c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a331cc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    d5b6e47 View commit details
    Browse the repository at this point in the history