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

Re rebalance coherence #25

Merged
merged 6 commits into from
Jan 17, 2019
Merged

Commits on Jan 7, 2019

  1. Add a toolchain file pointing to a nightly containing the re-rebalance

    coherence feature and run rustfmt
    weiznich committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    c135762 View commit details
    Browse the repository at this point in the history
  2. Toy around with the specialization and re-rebalance coherence feature

    This removes quite a lot of dirty hacks from diesel-oci
    weiznich committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    421e622 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. fixing exists clause

    pgab committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    be67f0d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. fixing exists query, using `SELECT CASE WHEN EXISTS (subquery) THEN 1…

    … ELSE 0 END FROM DUAL`
    pgab committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    b2c7e1b View commit details
    Browse the repository at this point in the history
  2. fixed multi value and normal insert to be in the form of:

    `INSERT INTO table (columns...) select :1 from dual union all select :2 from dual union all select :3 from dual`
    pgab committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    d973c19 View commit details
    Browse the repository at this point in the history
  3. added link for best practice discussion, also showing an alternative …

    …way to handle this
    pgab committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    58bc76a View commit details
    Browse the repository at this point in the history