Opened 4 years ago

Closed 4 years ago

#1486019 closed Bugs (fixed)

rcube_mdb2.php : call to setCharset not implemented in mssql driver

Reported by: Gliese Owned by:
Priority: 5 Milestone: 0.3-stable
Component: Database Version: 0.3-rc1
Severity: normal Keywords:
Cc:

Description

In rcube_mdb2.php, the driver's function setCharset is called in function dsn_connect, whereas it is not implemented by the mssql driver. I suggest to check for db_provider!='mssql' before calling setCharset, as in the diff here attached.

Attachments (1)

rcube_mdb2.php.diff (470 bytes) - added by Gliese 4 years ago.

Download all attachments as: .zip

Change History (2)

Changed 4 years ago by Gliese

comment:1 Changed 4 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [dec9e85e]

Note: See TracTickets for help on using tickets.