diff --git a/library/Icingadb/Model/Behavior/Binary.php b/library/Icingadb/Model/Behavior/Binary.php new file mode 100644 index 00000000..2f9d6593 --- /dev/null +++ b/library/Icingadb/Model/Behavior/Binary.php @@ -0,0 +1,47 @@ +getDb()->getAdapter() instanceof Pgsql) { + // Only process properties if the adapter is PostgreSQL. + $this->properties = []; + } + } +}