adelahmd / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Support for PostgreSQL #567

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The installer shows only mysql and sqlite* as a supported database engine. I've 
found "postgresql" directory inside the application archive. So, is the 
PostgreSQL supported or not? 

(root@dziennikiatm.test.local db)# ls -l /usr/share/mollify/backend/db/
total 20
-rw-r-----. 1 root apache 1534 Aug 25 15:48 DBConnectionFactory.class.php
drwxr-x---. 3 root apache 4096 Sep  1 11:08 mysql
drwxr-x---. 2 root apache 4096 Sep  1 11:08 pdo
drwxr-x---. 3 root apache 4096 Sep  1 11:08 postgresql
drwxr-x---. 3 root apache 4096 Sep  1 11:08 sqlite

Original issue reported on code.google.com by bia...@gmail.com on 2 Sep 2014 at 9:18

GoogleCodeExporter commented 8 years ago
I did make initial classes for postgresql support at some point, but since 
there was no requests for this I never got to install the DB server and 
finalize it.

Adding this would require making new versions of the scripts, unless MySQL 
scripts apply to postgresql as well, new versions of installer pages, perhaps 
some code changes as well (regarding regex handling) etc.

Original comment by samuli.j...@gmail.com on 4 Sep 2014 at 9:28

GoogleCodeExporter commented 8 years ago
OK, thanks. So, supporting PostgreSQL database is a distant future :).

Original comment by bia...@gmail.com on 29 Sep 2014 at 11:34