- finished FA server coding of checking for duplicates of COGNOS contracts data….
- a SQL PrepareStatement trick to check for null values by binding NULL
- (? IS NULL AND budget_center IS NULL) OR (budget_center = ?)
- a SQL PrepareStatement trick to check for null values by binding NULL
- tested ingesting 7500 rows at a time… no isssues running on localhost…
- added contracts_cognos_history table to database to keep track of upload history
- added last uploaded info label to Project Editor
- integrated the new VersionTracker to PA!!!
