Merge pull request #82 from begriffs/no-pending
All tests passing, none pending
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ columns s t conn = do
|
|||||||
\ left outer join ( \
|
\ left outer join ( \
|
||||||
\ select n.nspname as s, \
|
\ select n.nspname as s, \
|
||||||
\ t.typname as n, \
|
\ t.typname as n, \
|
||||||
\ array_agg(e.enumlabel) as vals \
|
\ array_agg(e.enumlabel ORDER BY e.enumsortorder) as vals \
|
||||||
\ from pg_type t \
|
\ from pg_type t \
|
||||||
\ join pg_enum e on t.oid = e.enumtypid \
|
\ join pg_enum e on t.oid = e.enumtypid \
|
||||||
\ join pg_catalog.pg_namespace n ON n.oid = t.typnamespace \
|
\ join pg_catalog.pg_namespace n ON n.oid = t.typnamespace \
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ uRole = "dbapi_test"} in
|
|||||||
|
|
||||||
describe "Table info" $ do
|
describe "Table info" $ do
|
||||||
it "is available with OPTIONS verb" $
|
it "is available with OPTIONS verb" $
|
||||||
pending_ >>
|
|
||||||
request methodOptions "/menagerie" [] "" `shouldRespondWith`
|
request methodOptions "/menagerie" [] "" `shouldRespondWith`
|
||||||
[json|
|
[json|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user