Opened 17 years ago

Closed 17 years ago

#1029 closed Bug (fixed)

link insertion not OK with postgres

Reported by: Jean Gillaux Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version:
Keywords: Cc:

Description

Using PostgresQL, the link and image wizard fail while searching for input text.

The error is 'ERROR: 1 ERROR: function lcase(text) does not exist Indeed Postgresql does not have such function.

The proposed patch replace LCASE with LOWER. LOWER is a valid function in MySQL too. Patch based on svn.

Attachments (1)

postgres-linksearch-lower.patch (927 bytes) - added by Jean Gillaux 17 years ago.
replace lcase with lower

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by Jean Gillaux

replace lcase with lower

comment:1 Changed 17 years ago by Jean Gillaux

This ticket applies to MediaWiki+FCKeditor project

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Component: GeneralProject : MediaWiki+FCKeditor

comment:3 Changed 17 years ago by Wiktor Walc

Resolution: fixed
Status: newclosed

Fixed with [700], see #1058.

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