Ticket #631 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

phpinfo.png Download (31.5 KB) - added by Garfield-fr 3 years ago.
phpinfo

Change History

Changed 3 years ago by Garfield-fr

phpinfo

Changed 3 years ago by romanb

  • milestone changed from beta2 to beta3

Changed 3 years ago by anonymous

  • milestone beta3 deleted

Milestone beta3 deleted

Changed 3 years ago by jwage

  • milestone set to 1.0

Changed 3 years ago by Garfield-fr

  • milestone changed from 1.0 to 0.10.3

Changed 3 years ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [3937]) fixes #631

Note: See TracTickets for help on using tickets.