Skip to content

Conversation

@shreyasminocha
Copy link
Contributor

Assuming this is an artifact from an earlier version of the database schema.

<p>
<code>
select * from Results r where eventId = :event_id and personId =
select * from Results r where event_id = :event_id and person_id =
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
select * from Results r where event_id = :event_id and person_id =
select * from results r where event_id = :event_id and person_id =

Copy link
Member

Choose a reason for hiding this comment

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

I think MySQL is a bit forgiving when it comes to the casing of table names, but for consistency's sake we should accurately reflect the changes.

@campos20 campos20 merged commit 93131c7 into thewca:main Jul 16, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants