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

Add Oracle to datasource.spec.ts. #14325

Conversation

samwho
Copy link
Collaborator

@samwho samwho commented Aug 6, 2024

Description

Missed this one in the big Oracle PR. Only one change needed to get this to pass, a more strict not-null check. It was sometimes finding nullable columns to be not-null.

@samwho samwho requested a review from mike12345567 August 6, 2024 08:58
@samwho samwho requested a review from a team as a code owner August 6, 2024 08:58
Copy link

linear bot commented Aug 6, 2024

@github-actions github-actions bot added firestorm Data/Infra/Revenue Team size/s labels Aug 6, 2024
Comment on lines -288 to -290
constraints: {
presence: true,
},
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ended up removing this because when we create the table, we don't set DB-level not-null checks. I'm uncertain why, but adding this here and then having an exclusion for it later on in the objectContaining check seemed weird.

@samwho samwho enabled auto-merge August 6, 2024 13:56
@samwho samwho merged commit a0385d8 into master Aug 6, 2024
12 checks passed
@samwho samwho deleted the budi-8468-oracle-connector-has-a-weird-ui-bug-when-fetching-tables branch August 6, 2024 16:08
@github-actions github-actions bot locked and limited conversation to collaborators Aug 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
firestorm Data/Infra/Revenue Team size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants