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

Add infix operators for relational algebra #8036

Merged
merged 3 commits into from
Oct 22, 2015
Merged

Commits on Oct 21, 2015

  1. Defines joins (⨝ ⟕ ⟖ ⟗) and antijoin (▷) as valid infix operators

    Note: ▷ is semantically a geometric shape, but I could not find a separate character for antijoin
    jiahao committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    0dd5b9c View commit details
    Browse the repository at this point in the history
  2. Update latex_symbols

    - Minor clean up of latex_symbols generator script
    - Update list of latex symbols
    jiahao committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    6341f7d View commit details
    Browse the repository at this point in the history
  3. Update NEWS

    jiahao committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    93668d1 View commit details
    Browse the repository at this point in the history