Re: Joomla to support Postgres

From: Thom Brown <thom(at)linux(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Joomla to support Postgres
Date: 2011-12-08 17:10:05
Message-ID: CAA-aLv5ZkHGxHrYqBA1BSHdx87QXVW0ukLuX_m2mAViATfHp=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On 8 December 2011 16:50, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> http://community.joomla.org/blogs/community/1526-getting-ready-for-muti.html
>
> yaaaay!  Good work, Gabriele P.!

About time! I adapted Joomla a couple years ago so that it worked
fully in Postgres since there were many requests in the Joomla
community for such support. The Joomla devs asked me to create a
driver for them as a result, so I developed and contributed back the
driver and necessary installation scripts, but their response was
strangely to ignore it completely and instead add support for Oracle
and SQL Server. :/ And even though the database driver system has
been overhauled since I wrote my patch, the driver for the new
architecture looks like it's originally derived from my own.

https://github.com/gpongelli/joomla-platform/blob/postgresql/libraries/joomla/database/database/postgresql.php

vs

http://downloads.joomlacode.org/trackeritem/4/5/1/45109/postgresql.php.v2.txt

But that's by the by. However support gets in, it's all good. :)

--
Thom

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Simon Riggs 2011-12-08 18:18:52 Re: Joomla to support Postgres
Previous Message Josh Berkus 2011-12-08 16:50:01 Joomla to support Postgres