Ticket #370 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

commentwall postgres patch

Reported by: bettse Assigned to: nobody
Priority: normal Milestone: 0.9.1
Component: core Version: 0.9.1
Severity: normal Keywords:
Cc: Patch Included: 1
Review Stage: unreviewed

Description

As part of my graduate work I've setup elgg at http://beaversource.oregonstate.edu/social/ and due to other limitations, we were required to use postgres. I had to make some changes in order to get elgg 0.9.1 working with postgres 8.1 on our machine. One of which was correcting the postgres7.sql file for commentwall. I'm submitting this diff against the elgg svn (r1604) from our svn and once I get a feel for the ticket/submission process, I'll continue to submit the other fixes i've made.

Attachments

elgg_commentwall_postgres_fix.diff (0.6 kB) - added by bettse on 06/10/08 17:26:26.

Change History

06/10/08 17:26:26 changed by bettse

  • attachment elgg_commentwall_postgres_fix.diff added.

06/13/08 19:46:52 changed by justinr

You changed the postgres7.sql file to work with postgres 8? Will it still work under postgres 7? If not, there should be a switch between the two versions.

06/16/08 05:29:20 changed by bettse

Sorry for the confusion. I'm not aware of any difference between postgres 7 adn 8 that would impact this, the changes I made where differences between mysql and postgres that I think were never caught (for example, postgres doesn't want things quoted unless they have a space in the name, and it doesn't use backticks for quotes). I just was including my postgres version since I've fond its good practice for any bug report to include version numbers for any referenced programs.

06/17/08 08:03:47 changed by misja

  • status changed from new to closed.
  • resolution set to fixed.

patch applied in r1605