diff options
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r-- | tests/Utils/QueryTest.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php index 9f54b7b..124b161 100644 --- a/tests/Utils/QueryTest.php +++ b/tests/Utils/QueryTest.php @@ -263,6 +263,12 @@ class QueryTest extends TestCase 'select_from' => true, ), ), + array( + 'SET NAMES \'latin\'', + array( + 'querytype' => 'SET', + ), + ), ); } |