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

expression: fix #3762, signed integer overflow handle in minus unary scalar function #3780

Merged
merged 24 commits into from
Jul 26, 2017

Commits on Jul 17, 2017

  1. Configuration menu
    Copy the full SHA
    7762b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f87e0af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    465dd1b View commit details
    Browse the repository at this point in the history
  4. *: tiny cleanup

    winkyao committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    17f1e5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d15330 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

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

Commits on Jul 20, 2017

  1. plan: fix popRowArg bug: when get expression.Constatn and getRowLen i…

    …s 2, should return datum, not row
    winkyao committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    d6e6c25 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. *:git stash

    winkyao committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ae342fc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    869e1f6 View commit details
    Browse the repository at this point in the history
  2. expression: base #3868 pr, and rewrite builtin function unary minus t…

    …o handle overflow gracely
    winkyao committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    b305a4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bedd270 View commit details
    Browse the repository at this point in the history
  4. expression: tiny refactor

    winkyao committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    0e5de09 View commit details
    Browse the repository at this point in the history
  5. expression: tiny cleanup

    winkyao committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    4045075 View commit details
    Browse the repository at this point in the history
  6. expression: cleanup

    winkyao committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    636170d View commit details
    Browse the repository at this point in the history
  7. expresion: cleanup

    winkyao committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    33bf09c View commit details
    Browse the repository at this point in the history
  8. expression: tiny cleanup

    winkyao committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    eb58c48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b199772 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    6005a18 View commit details
    Browse the repository at this point in the history
  2. expression: add some comment

    winkyao committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    e2aa622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0395bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffc0df7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27202d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03dc0e5 View commit details
    Browse the repository at this point in the history
  7. expression: adjust commet

    winkyao committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    7f01b42 View commit details
    Browse the repository at this point in the history