*** empty log message ***
[csql.git] / test / tools / csql / exp.test140.ksh
blobd5adc76c9da5668d755f79dc32f706910c96fe9f
1 echo CREATE TABLE t1(f1 INT DEFAULT '2009-07-29 01:01:01' );
2 Statement prepare failed with error -19
3 echo create table t2(f2 SMALLINT DEFAULT '2009-07-29 01:01:01');
4 Statement prepare failed with error -19
5 echo create table t3(f3 TINYINT DEFAULT '2009-07-29 01:01:01');
6 Statement prepare failed with error -19
7 echo create table t4(f4 BIGINT DEFAULT '2009-07-29 01:01:01');
8 Statement prepare failed with error -19
9 echo create table t5(f5 FLOAT DEFAULT '2009-07-29 01:01:01');
10 Statement prepare failed with error -19
11 echo create table t6(f6 DOUBLE DEFAULT '2009-07-29 01:01:01');
12 Statement prepare failed with error -19