Actions
Feature proposal #4001
closedImplement external DB test for Query actions
Description
When external DB is used it should, after save, try to connect to the DB to test if the connection is valid. It should also try to find a column with the prefix supplied to ensure prefix is correct if possible.
Updated by krileon over 11 years ago
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Will now attempt to connect to the database using standard MYSQL functions (instead of Joomla functions) to test if connection can be made. After testing if connection is successful it'll test that the Database specific exists.
Actions