Skip to content

Restarting service fails because database already connected #129

@rikedyp

Description

@rikedyp

Comes back as SQAPL error, but should be checked and not cause error to be signalled

Modify SQL.Connect function:

      :If 0rSQA.Connect db,datasource
          :If 10009=2r
              'Already connected to ',datasource
          :Else
              r
              ('Could not connect to ',datasource)⎕SIGNALr
          :EndIf
      :EndIf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions