Update definitions for test.

This commit is contained in:
Kei Hibino 2013-03-29 21:19:50 +09:00
parent 7a6d0516c2
commit c6ff5c215c
2 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,7 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE MultiParamTypeClasses #-}
module PgTest (
tests
) where
module PgTest where
import Distribution.TestSuite (Test)
import PgTestDataSource (defineTable)

View File

@ -6,6 +6,7 @@ create0='
CREATE TABLE TEST.test_table0 (
foo smallint NOT NULL,
foo_bar integer NOT NULL,
par_ent integer NOT NULL,
bar date,
bar_baz text,
baz VARCHAR(10),