cf-helper-php icon indicating copy to clipboard operation
cf-helper-php copied to clipboard

Fixed issues when detecting connector

Open ckganesan opened this issue 2 years ago • 1 comments

When detecting the connector, it is returning the connector string instead of the database type, such as MongoDB, MySQL, or PostgreSQL

        $connectorName = substr_replace($connectorName, "Connector", 0);

The one above is returning the value of "Connector."

Could you please approve this pull request? It is currently blocking the use of this library.

ckganesan avatar Aug 03 '23 02:08 ckganesan

Hi @ArthurHlt ,

Could you please approve this pull request? It is currently blocking the use of this library.

ckganesan avatar Aug 03 '23 09:08 ckganesan