B2025-004 Remove dependency on stored procedure (GetDisplayTabdata).
Currently, when opening an old sql version with a new executable, GetDisplayTabdata missing causes PROMS to crash and possibly get stuck in a loop. This change is to when it fails to load tabbed data to instead open PROMS but treat it as if no tabs were previously open.
-- Found during testing that needed a few additional items that needed to not create hard errors
B2025-004 Remove dependency on stored procedure (GetDisplayTabdata).
Currently, when opening an old sql version with a new executable, GetDisplayTabdata missing causes PROMS to crash and possibly get stuck in a loop. This change is to when it fails to load tabbed data to instead open PROMS but treat it as if no tabs were previously open.
-- Found during testing that needed a few additional items that needed to not create hard errors
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
B2025-004 Remove dependency on stored procedure (GetDisplayTabdata).
Currently, when opening an old sql version with a new executable, GetDisplayTabdata missing causes PROMS to crash and possibly get stuck in a loop. This change is to when it fails to load tabbed data to instead open PROMS but treat it as if no tabs were previously open.
-- Found during testing that needed a few additional items that needed to not create hard errors
changes look good
Tested by running an older version of sql fixes, running PROMS version 2.2.2501.2210. Works as expected.