Closed xillibit closed 10 years ago
Hi, this is good question. We focus firstly to prepare all features of Cobalt to work on MySQL so it will be available for majority of users. Support for other databases will come after that.
I plan to use cobalt but to run on postgreSQL because like that the geographic information system can query in it to get companies list...
For that specific query, you could just wrap it in a $db->name
check against MySQL. In general though, the code should be written as database agnostic as possible as that'll make it easier to support other database engines later.
I hadn't thought to do like that to fix it, i will try like that in order to fix
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a temporary error. The following address(es) deferred:
chris.jones-gill@ntlworld.com Domain kisswebdesign.co.uk has exceeded the max emails per hour (102/100 (102%)) allowed. Message will be reattempted later
------- This is a copy of the message, including all the headers. ------
Received: from github-smtp2-ext3.iad.github.net ([192.30.252.194]:33322 helo=github-smtp2b-ext-cp1-prd.iad.github.net)
by duffman.enixns.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256)
(Exim 4.82)
(envelope-from noreply@github.com)
id 1XXCJ7-000ZXT-Qt
for chris.jones-gill@kisswebdesign.co.uk; Thu, 25 Sep 2014 17:54:17 +0100
Date: Thu, 25 Sep 2014 01:38:42 -0700
From: Florian DAL FITTO notifications@github.com
Reply-To: cobaltcrm/cobalt reply@reply.github.com
To: cobaltcrm/cobalt cobalt@noreply.github.com
Message-ID: cobaltcrm/cobalt/issues/101/56789667@github.com
In-Reply-To: cobaltcrm/cobalt/issues/101@github.com
References: cobaltcrm/cobalt/issues/101@github.com
Subject: Re: [cobalt] The query SET SQL_BIG_SELECTS=1 isn't supported by
postgreSQL (#101)
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_5423d492c84e1_3eba3fa92153d2c0783325";
charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Recipient: KISS-Web-Design
List-ID: cobaltcrm/cobalt
----==_mimepart_5423d492c84e1_3eba3fa92153d2c0783325 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit
I plan to use cobalt but to run on postgreSQL because like that the geographic information system can query in it to get companies list...
Reply to this email directly or view it on GitHub: https://github.com/cobaltcrm/cobalt/issues/101#issuecomment-56789667 ----==_mimepart_5423d492c84e1_3eba3fa92153d2c0783325 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
I plan to use cobalt but to run on postgreSQL because like that the geographic information system can query in it to get companies list...
—
Reply to this email directly or view it on GitHub.
----==_mimepart_5423d492c84e1_3eba3fa92153d2c0783325--
The query SET SQL_BIG_SELECTS=1 isn't supported by postgreSQL, but to removing the queries needs to be simplified a bit to work on MySQL without the SET SQL_BIG_SELECTS=1
Is-there a way to fix that ?