fix(redshift): listcolumns doesn't return any results for views with no schema binding#91
Merged
Vikas26021999 merged 3 commits intomainfrom Jun 7, 2024
Merged
Conversation
atzoum
reviewed
Jun 6, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #91 +/- ##
==========================================
+ Coverage 85.40% 85.42% +0.02%
==========================================
Files 75 75
Lines 3042 3047 +5
==========================================
+ Hits 2598 2603 +5
Misses 292 292
Partials 152 152 ☔ View full report in Codecov by Sentry. |
atzoum
approved these changes
Jun 7, 2024
Merged
Vikas26021999
pushed a commit
that referenced
this pull request
Jun 7, 2024
🤖 I have created a release *beep* *boop* --- ## [1.3.0](v1.2.0...v1.3.0) (2024-06-07) ### Features * **databricks:** bump github.com/databricks/databricks-sql-go from 1.5.5 to 1.5.6 ([#86](#86)) ([b20a89e](b20a89e)) * **snowflake:** bump github.com/snowflakedb/gosnowflake from 1.10.0 to 1.10.1 ([#88](#88)) ([f210281](f210281)) ### Bug Fixes * **redshift:** listcolumns doesn't return any results for views with no schema binding ([#91](#91)) ([9489790](9489790)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Using
SVV_COLUMNSfor listing column which supports local and external tables and views, including late-binding views.Linear Ticket
REV-1042
Security