Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgresql and pear::mdb2 #42

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments
Open

Postgresql and pear::mdb2 #42

GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi,

This is not a critical issue but a patch to port fof to postgresql using
pear::mdb2.

I am currently using this patch since several weeks and it works fine.
Using pear::mdb2 makes it easy to be used by other backends.

There are several points to be noticed:
 - the creation of the tables doesn't use pear::mdb2 and thus is not really
portable. Pear::mdb2 can handle that but I am not sure of the result
 - the detection of presence of pear::mdb2 in install.php is quite ugly.
Someone who knows php better than me can probably make it better
 - the vacuum/optimization of the database needs Pear::MDB2-1.5.0_beta1 or more

Original issue reported on code.google.com by vincent....@gmail.com on 26 Mar 2008 at 2:49

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant