Forum OpenACS Development: Re: Oracle and PG versions getting out of sync

Collapse
Posted by Dave Bauer on
We have to also reconcile the fact that the majority of developers only work with PostgreSQL.

Besides this, in many cases there are ways to minimize the amount of database specific code that needs to be written.

Using the content repository Tcl API, which is already supported 100% on Oracle and PG is one step. Also using package_exec_plsql instead of putting plpgsql calls helps, although someone needs to write the pl/sql code to match the plpgsql code. This really isn't that hard, but can be time consuming if the PostgreSQL code has had major changes.

Obviously data models also need to be updated.

Overall can we expect that developers that use Oracle and want these packages to support Oracle, contribute to the work to make these packages Oracle compatible?

I guess the problem is that, the code has gone a long time without being maintained for Oracle. If a developer makes improvements to the PostgreSQL version, but does not have experience or access to Oracle to make the equivilant changes, what should they do? Is there a way to communicate the need for help with Oracle work, and are there volunteers who are willing to do this work?