Hi,

the postgresql.sql script in src/tests/jdo is incorrect. The test_types table 
should look like that:

create table test_types (
  id       numeric(10,0)  not null,
  tdt      datetime       not null,
  ttm      datetime       not null,
  int_val  integer        null,
  float_val  float        null,
  real_val   real         null,
  long_val bigint         null,
  char_val char(1)        null,
  bool_val char(1)        null,
  int_date integer        null,
  str_time char(12)       null,
  num_date bigint         null,
  blob_val oid            null,
  clob_val text           null,
  blob_val2 oid           null,
  clob_val2 text          null,
  date_str  timestamp      null
);


Cheers,
Dirk

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to