Regression test for read/write unicode table names

This commit is contained in:
Joe Nelson
2016-03-25 15:14:00 -07:00
parent f19d4300bc
commit 31738d745f
6 changed files with 49 additions and 2 deletions
+4
View File
@@ -21,6 +21,10 @@ testCfg :: AppConfig
testCfg =
AppConfig testDbConn "postgrest_test_anonymous" "test" 3000 (secret "safe") 10 Nothing True
testUnicodeCfg :: AppConfig
testUnicodeCfg =
AppConfig testDbConn "postgrest_test_anonymous" "تست" 3000 (secret "safe") 10 Nothing True
testLtdRowsCfg :: AppConfig
testLtdRowsCfg =
AppConfig testDbConn "postgrest_test_anonymous" "test" 3000 (secret "safe") 10 (Just 3) True