-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
convert query result back to text #6713
convert query result back to text #6713
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #6713 +/- ##
===========================================
+ Coverage 0 63.38% +63.38%
===========================================
Files 0 162 +162
Lines 0 13176 +13176
Branches 0 1819 +1819
===========================================
+ Hits 0 8351 +8351
- Misses 0 4534 +4534
- Partials 0 291 +291
|
Thanks for investigating this @AndrewChubatiuk. 😄 It looks like might need a bit more work before things are totally happy though: #6706 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous type was TEXT, not JSON
383c810
to
fe8da5d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirmed this change reverts query_results.data
back to the text
data type
Migration looks good; although the next preview docker build will be proof of that
Cool, lets merge this then. Thanks for getting this done @AndrewChubatiuk. 😄 |
What type of PR is this?
Convert QueryResult data column back to text due to a limit of JSON(10MB) and JSONB(255MB) column type size
Description
Removed from migrations conversion of QueryResult.data to JSONB, and added custom JsonText type, which is actually a copy of removed PseudoJson type
How is this tested?
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings (if there are UI changes)