Opened 18 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)
Change History (4)
Changed 18 years ago by
Attachment: | postgres-linksearch-lower.patch added |
---|
comment:2 Changed 18 years ago by
Component: | General → Project : MediaWiki+FCKeditor |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
replace lcase with lower