-
Notifications
You must be signed in to change notification settings - Fork 174
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
[NDB_BVL_Instrument] Modify Examiner Select #9452
base: main
Are you sure you want to change the base?
Conversation
Can you split this in 2? The test_names looks like an easy bug fix, the "DISTINCT" seems more questionable. Why aren't they already distinct? |
@@ -1053,7 +1053,7 @@ abstract class NDB_BVL_Instrument extends NDB_Page | |||
['tst_name' => $this->testName] | |||
); | |||
$results = $db->pselectWithIndexKey( | |||
"SELECT c.examinerID, e.full_name, u.Email | |||
"SELECT DISTINCT c.examinerID, e.full_name, u.Email |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skarya22 I don't think this DISTINCT is necessary since you are querying by CenterID but I don't see any way it would hurt so.. I'm okai with it
Brief summary of changes
CCNA OVERRIDE PR