Skip to content

Enable update with __INDEX__ on explicit index column#733

Merged
texodus merged 1 commit intomasterfrom
index-update
Sep 22, 2019
Merged

Enable update with __INDEX__ on explicit index column#733
texodus merged 1 commit intomasterfrom
index-update

Conversation

@sc1f
Copy link
Contributor

@sc1f sc1f commented Sep 21, 2019

This PR removes the abort() we previously added for updates using implicit index, thus updates using __INDEX__ (which always shadows the primary key) now work on indexed tables.

@codecov-io
Copy link

codecov-io commented Sep 21, 2019

Codecov Report

Merging #733 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #733   +/-   ##
=======================================
  Coverage   92.29%   92.29%           
=======================================
  Files          59       59           
  Lines        2141     2141           
=======================================
  Hits         1976     1976           
  Misses        165      165

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4897c3...9824430. Read the comment docs.

@texodus
Copy link
Member

texodus commented Sep 22, 2019

Thanks for the PR! Looks great!

@texodus texodus merged commit c139992 into master Sep 22, 2019
@texodus texodus deleted the index-update branch September 22, 2019 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants