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

fix: add more disallowed pg functions #29454

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpgaspar
Copy link
Member

@dpgaspar dpgaspar commented Jul 2, 2024

SUMMARY

Adds more disallowed function to postgres

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@dosubot dosubot bot added the data:connect:postgres Related to Postgres label Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.87%. Comparing base (76d897e) to head (08ed138).
Report is 404 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #29454       +/-   ##
===========================================
+ Coverage   60.48%   83.87%   +23.38%     
===========================================
  Files        1931      519     -1412     
  Lines       76236    37412    -38824     
  Branches     8568        0     -8568     
===========================================
- Hits        46114    31378    -14736     
+ Misses      28017     6034    -21983     
+ Partials     2105        0     -2105     
Flag Coverage Δ
hive 49.15% <ø> (-0.01%) ⬇️
javascript ?
mysql 77.18% <ø> (?)
postgres 77.26% <ø> (?)
presto 53.78% <ø> (-0.02%) ⬇️
python 83.87% <ø> (+20.38%) ⬆️
sqlite 76.74% <ø> (?)
unit 59.76% <ø> (+2.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant