Ticket #631 (closed defect: fixed)
Oracle PDO name
| Reported by: | Garfield-fr | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10.3 |
| Component: | Other | Version: | |
| Severity: | Keywords: | ||
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description
The driver PDO pour Oracle is OCI, but into the file manager.php, you change le value oci with oracle and my connection failed.
I have changed this:
protected static $driverMap = array('oci' => 'oracle');
by
protected static $driverMap = array('oci' => 'oci');
but it's not a good solution for the old solution
Show my capture for view the name.
Thank's
Attachments
Change History
Note: See
TracTickets for help on using
tickets.