Matthew Schill mschill
  • Joined on 2024-09-05
mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:29:01 -04:00
C2025-027-AnnotationsTypeSelect

commented out code should be removed or reason given for why it is commented out / should be in the code long term.

mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:29:01 -04:00
C2025-027-AnnotationsTypeSelect

Shouldn't need this as foreach loop below should loop 0 times if no rows.

mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:29:01 -04:00
C2025-027-AnnotationsTypeSelect

I am not sure why this has an IsEPAnnotationType?

mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:29:01 -04:00
C2025-027-AnnotationsTypeSelect

Can there be Config Data for this?

mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:29:01 -04:00
C2025-027-AnnotationsTypeSelect

if commented out, should be removed or reason given why commented out?

mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:29:01 -04:00
C2025-027-AnnotationsTypeSelect

Wouldn't you want the index on UsrID,TypeID?

mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:29:01 -04:00
C2025-027-AnnotationsTypeSelect

see earlier note - will get better performance if

mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:29:01 -04:00
C2025-027-AnnotationsTypeSelect

If commented out, would remove or give reason why commented out?

mschill commented on pull request Volian/SourceCode#574 2025-07-22 10:08:16 -04:00
C2025-027-AnnotationsTypeSelect

Would remove dltFlg and commented out code since no longer used.

mschill pushed to C2025-024 at Volian/SourceCode 2025-07-21 13:46:20 -04:00
ecb9a805e5 C2025-024 Electronic Procedures Phase 2 - XML Export
mschill pushed to C2025-024 at Volian/SourceCode 2025-07-18 16:12:09 -04:00
0577acad93 C2025-024 Electronic Procedures Phase 2 - XML Export
mschill pushed to C2025-024 at Volian/SourceCode 2025-07-18 14:51:00 -04:00
d7f83fa4d4 C2025-024 Electronic Procedures Phase 2 - XML Export
mschill pushed to C2025-024 at Volian/SourceCode 2025-07-18 13:25:14 -04:00
4c4f4d52d2 C2025-024 Electronic Procedures Phase 2 - XML Export
mschill pushed to C2025-024 at Volian/SourceCode 2025-07-17 13:58:03 -04:00
0bf9025c0d C2025-024 Electronic Procedures Phase 2 - XML Export
mschill commented on pull request Volian/SourceCode#574 2025-07-17 08:40:48 -04:00
C2025-027-AnnotationsTypeSelect

I would add them as 1 combined index as I don't think you would ever be providing one without the other ----- also, what should the included columns be for the index?

Should there be a…

mschill commented on pull request Volian/SourceCode#574 2025-07-16 15:29:17 -04:00
C2025-027-AnnotationsTypeSelect

not sure if this would help --- but just a thought - passing in a whole table of the annotationtypeselections instead of doing 1 update/insert at a time and then doing a merge with the current…

mschill commented on pull request Volian/SourceCode#574 2025-07-16 15:24:10 -04:00
C2025-027-AnnotationsTypeSelect

sounds good. Just wanted to double check since this existed before your changes that removing it wasn't going to impact something else.

mschill commented on pull request Volian/SourceCode#574 2025-07-16 15:16:21 -04:00
C2025-027-AnnotationsTypeSelect

was this (ProcItem = CurrentItem.MyProcedure;) intended to be removed?

mschill commented on pull request Volian/SourceCode#574 2025-07-16 15:12:29 -04:00
C2025-027-AnnotationsTypeSelect

UsrID is the id of the PROMS user. Userid is the user id that created the annotation type.

can we either --- use something else like CreatedBy or add a comment in the SQL.

mschill commented on pull request Volian/SourceCode#574 2025-07-16 15:11:13 -04:00
C2025-027-AnnotationsTypeSelect

I would add them as 1 combined index as I don't think you would ever be providing one without the other ----- also, what should the included columns be for the index?