Re: PostgreSQL driver for Joomla review

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Thom Brown <thombrown(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org, PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL driver for Joomla review
Date: 2009-10-20 13:46:52
Message-ID: b42b73150910200646v645ccbd0w216fd25d471af18a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-php

On Tue, Oct 20, 2009 at 8:02 AM, Thom Brown <thombrown(at)gmail(dot)com> wrote:
> If anyone has a moment, could they review the PostgreSQL driver I
> wrote for Joomla's next major release?  The developers at Joomla have
> listened to the persistent noise created about only having MySQL as an
> option and are now accepting submissions for alternative database
> systems. (see http://groups.google.com/group/joomla-dev-cms/browse_thread/thread/1382dc6f4af56278#msg_9b95648941ef6fa7
> for this development)
>
> My submission can be found at:
> http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=18384
>
> Things to watch out for a version-dependent features and clumsy implementations.

*) why bother with the version check in queryBatch? why not just do
begin->commit always?
*) no ability to delete?
*) looks like typo on line 713

keep up the good work...

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John 2009-10-20 13:50:25 multi-company design/structure ?
Previous Message Thom Brown 2009-10-20 13:28:58 Re: PostgreSQL driver for Joomla review

Browse pgsql-php by date

  From Date Subject
Next Message Thom Brown 2009-10-20 14:02:18 Re: PostgreSQL driver for Joomla review
Previous Message Thom Brown 2009-10-20 13:28:58 Re: PostgreSQL driver for Joomla review