[icinga-checkins] icinga.org: icingaweb2-module-director/feature-ddo-playground: DdoDb: no PostgreSQL, not yet
git at icinga.org
git at icinga.org
Tue Jul 19 10:31:52 CEST 2016
Module: icingaweb2-module-director
Branch: feature-ddo-playground
Commit: 9a31389bb94353efc929aa8fcdc3ffe8beace607
URL: https://git.icinga.org/?p=icingaweb2-module-director.git;a=commit;h=9a31389bb94353efc929aa8fcdc3ffe8beace607
Author: Thomas Gelf <thomas at gelf.net>
Date: Tue Jun 21 15:04:51 2016 +0200
DdoDb: no PostgreSQL, not yet
---
library/Director/Ddo/DdoDb.php | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/library/Director/Ddo/DdoDb.php b/library/Director/Ddo/DdoDb.php
index 6feaf7a..d8c1c7f 100644
--- a/library/Director/Ddo/DdoDb.php
+++ b/library/Director/Ddo/DdoDb.php
@@ -7,4 +7,9 @@ use Icinga\Data\Db\DbConnection;
class DdoDb extends DbConnection
{
+ public function isPgsql()
+ {
+ // TODO: not yet
+ return false;
+ }
}
More information about the icinga-checkins
mailing list