Skip to content

Removed distinct from tables - #12

Open
jonbry wants to merge 1 commit into
mainfrom
remove-distinct
Open

Removed distinct from tables#12
jonbry wants to merge 1 commit into
mainfrom
remove-distinct

Conversation

@jonbry

@jonbry jonbry commented Jan 2, 2026

Copy link
Copy Markdown
Member

There are a differing number of records between the app's main table and viw_inlet_conveyance_full (used to generate the table), which looks to be due to using distinct.

Looking at the view, it looks like the joins are causing the duplicates, so that's likely why distinct was used. This PR removes the distinct functions as outlined in #10.

We also need to fix the view #11, which is separate.

@jonbry jonbry self-assigned this Jan 2, 2026
@jonbry jonbry added the bug Something isn't working label Jan 2, 2026
@jonbry jonbry linked an issue Jan 2, 2026 that may be closed by this pull request
@jonbry jonbry removed their assignment Aug 19, 2026
@jonbry
jonbry requested review from monica-pwd and ryanebra August 19, 2026 16:39
@jonbry jonbry self-assigned this Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Number of tests differs between App and DB

1 participant