Opened 17 years ago

Closed 17 years ago

#1058 closed Bug (fixed)

replace LCASE with LOWER in SQL

Reported by: Oliver Kohll Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version:
Keywords: HasPatch Cc:

Description

I'm using postgres for mediawiki storage and found a problem with the FCKEditor plugin when searching for a link to add. Postgresql only recognises LOWER as a lowercase SQL function but MySQL recognises LCASE as well. I suggest changing LCASE in the FCKEditor plugin code to LOWER then it should be compatible with both.

The changes are in FCKeditorSajax.body.php, lines 58 and 105.

Attachments (1)

FCKeditorSajax.body.php (3.5 KB) - added by Oliver Kohll 17 years ago.
Updated FCKeditorSajax.body.php with LCASE replaced by LOWER

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by Oliver Kohll

Attachment: FCKeditorSajax.body.php added

Updated FCKeditorSajax.body.php with LCASE replaced by LOWER

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: HasPatch added; postgres removed
Milestone: FCKeditor 2.5

comment:2 Changed 17 years ago by Wiktor Walc

Resolution: fixed
Status: newclosed

Fixed with [700]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy