Posts: 91
Threads: 32
Joined: May 2014
Reputation:
0
Hi,
do you plan to support postgresql also ?
have a look of what already done : <!-- m --><a class="postlink" href="https://bitbucket.org/thomashii/vtigercrm-5.4-for-postgresql/overview">https://bitbucket.org/thomashii/vtigerc ... l/overview</a><!-- m -->
Rgds
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
Hi,
We had no plans to support postgres. There is too much MySQL based code both in the core application and in many third party modules.
I had a quick look at your code and it seems that you are really making the code use postgres INSTEAD of mysql, not supporting both.
Since MySQL is a very stable and powerful DBMS, personally, I think it would be better to dedicate our effort to making sure it works with MariaDB and <!-- m --><a class="postlink" href="http://webscalesql.org/">http://webscalesql.org/</a><!-- m -->
In fact there is a ticket in our system to completely eliminate postgres references:
<!-- m --><a class="postlink" href="http://corebos.org/development/view.php?id=141">http://corebos.org/development/view.php?id=141</a><!-- m -->
I would need a lot of convincing to take this up and definitely it would be without sacrificing MySQL, you would have to show me code that supported both DBMS
I am open to your comments.
Joe
TSolucio
Posts: 91
Threads: 32
Joined: May 2014
Reputation:
0
Hi,
noted.
note this is not my code , i just saw this work while searching on the internet
i'm also working with mysql and just investigate
Rgds