dynamically-created YAML instances do not auto-assign unspecified instance indices properly #1

Closed
opened 2023-12-20 01:53:09 +00:00 by beckermj · 1 comment
Owner

If we do not specify an Instance Index, the newly -created Instance and Class Index get swapped!
e.g. instead of 12019$1 ,it puts 1$12019 !!!
BUT if we manually specify Index on the class it works fine...

If we do not specify an Instance Index, the newly -created Instance and Class Index get swapped! e.g. instead of 12019$1 ,it puts 1$12019 !!! BUT if we manually specify Index on the class it works fine...
beckermj added the
bug
label 2023-12-20 01:53:09 +00:00
Author
Owner

this has been fixed with the addition of 'p_class_global_identifier' parameter to the SQL procedure 'mocha_prepare_instance'

this has been fixed with the addition of 'p_class_global_identifier' parameter to the SQL procedure 'mocha_prepare_instance'
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: beckermj/mocha#1
No description provided.