a few more tests fixed (2)

This commit is contained in:
Ruslan Talpa
2015-10-22 17:03:06 +03:00
parent 2662e24991
commit ca4014f751
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ countF :: T.Text
countF = "pg_catalog.count(t)"
countAllF :: T.Text
countAllF = "(SELECT pg_catalog.count(a) FROM (SELECT * FROM source) a )"
countAllF = "(SELECT pg_catalog.count(1) FROM (SELECT * FROM source) a )"
countNoneF :: T.Text
countNoneF = "null"