From 38adbb6ec450553074432db1dc0c4907dc064e8e Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 9 Sep 2012 01:53:22 +0000 Subject: Additional type support. --- Frameworks/PostgresKit/Resources/TestData.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Frameworks/PostgresKit/Resources') diff --git a/Frameworks/PostgresKit/Resources/TestData.sql b/Frameworks/PostgresKit/Resources/TestData.sql index 14849f77..5d946918 100644 --- a/Frameworks/PostgresKit/Resources/TestData.sql +++ b/Frameworks/PostgresKit/Resources/TestData.sql @@ -18,6 +18,7 @@ CREATE TABLE IF NOT EXISTS data_types ( int_field INT PRIMARY KEY NOT NULL, smallint_field SMALLINT NOT NULL, + bigint_field BIGINT NOT NULL, bool_field BOOL NOT NULL, float_field REAL NOT NULL, char_field CHAR(5) NOT NULL, @@ -47,7 +48,8 @@ INSERT INTO data_types ( VALUES ( 12345, 2, - TRUE, + TRUE, + 123456789, 12345.678, 'CHARV', 'VARCHAR_VALUE', -- cgit v1.2.3