Skip to content

Commit

Permalink
Fix missing field_date DATE column.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiuno committed Apr 8, 2016
1 parent 48056cc commit 36c52a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/DataAdapterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ public void SetUp()
ExecuteNonQuery("DROP TABLE IF EXISTS data CASCADE");
ExecuteNonQuery("CREATE TABLE data (" +
"field_pk SERIAL PRIMARY KEY," +
"field_date DATE," +
"field_serial SERIAL," +
"field_int2 SMALLINT," +
"field_int4 INTEGER," +
Expand Down

0 comments on commit 36c52a7

Please sign in to comment.