From c29a002c062bb47f2b4500cea0ef05f101fb0ed4 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 24 Feb 2014 21:45:47 +0100 Subject: [PATCH] Fixes of previous commit... --- src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php | 2 +- src/Sql/Functors/FunctionFunctors/SqlAbsFunctor.php | 2 +- src/Sql/Functors/FunctionFunctors/SqlExistsFunctor.php | 7 ++++++- src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php b/src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php index ae98b62d..f398a2ef 100644 --- a/src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php +++ b/src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php @@ -1,5 +1,5 @@ getFunctionName() . ' (' . $this->subjects[0]->getAsString() . ')'; + } } diff --git a/src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php b/src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php index d9d74e2e..fe5492ed 100644 --- a/src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php +++ b/src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php @@ -1,5 +1,5 @@