-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
There are some potential issues with how these functions currently work, which could come to light if the database columns ever change in the future.
Context
Currently, these functions select everything from the tables, and accesses the correct column by index. But if these columns change order in the future for some reason, this will break all these functions
Expected result if columns change
Functions work as normal
Current result
Incorrect information will get displayed
Possible Fix
Instead of selecting everything in the row, select specific columns from the table, This will mean index is consistent with select statement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels