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

Support SQL Select and Explain actions for Postgres JSON fields. #1229

Merged
merged 1 commit into from Jan 31, 2020

Conversation

tim-schilling
Copy link
Contributor

Closes #1133

I'm not sure of a good way to dynamically import the postgres members. I'm definitely open to other methods.

@codecov
Copy link

codecov bot commented Dec 20, 2019

Codecov Report

Merging #1229 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1229      +/-   ##
==========================================
+ Coverage   86.41%   86.47%   +0.05%     
==========================================
  Files          25       25              
  Lines        1428     1434       +6     
  Branches      204      205       +1     
==========================================
+ Hits         1234     1240       +6     
  Misses        141      141              
  Partials       53       53
Impacted Files Coverage Δ
debug_toolbar/panels/sql/tracking.py 89.47% <100%> (+0.58%) ⬆️

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 9ddf49d...ab5c53e. Read the comment docs.

@matthiask matthiask merged commit 852e455 into jazzband:master Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sql_select, sql_explain fails with json contains queries
2 participants