Alphabetize table names in "/" to make test pass reproducibly
This commit is contained in:
+2
-1
@@ -77,7 +77,8 @@ tables s conn = do
|
||||
"select table_schema, table_name,\
|
||||
\ is_insertable_into\
|
||||
\ from information_schema.tables\
|
||||
\ where table_schema = ?" [toSql s]
|
||||
\ where table_schema = ?\
|
||||
\ order by table_name" [toSql s]
|
||||
return $ mapMaybe mkTable r
|
||||
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user