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)
Change History (3)
Changed 17 years ago by
Attachment: | FCKeditorSajax.body.php added |
---|
comment:1 Changed 17 years ago by
Keywords: | HasPatch added; postgres removed |
---|---|
Milestone: | FCKeditor 2.5 |
Updated FCKeditorSajax.body.php with LCASE replaced by LOWER