From: Bjorn B. <d00...@dt...> - 2004-03-16 17:46:18
|
> I am running a Gentoo GNU/Linux box with > > dev-db/postgresql-7.4.1-r4 > haskelldb-0.6 > HSQL-1.2 > > I am connecting to Postgres via the Postgres driver built into HSQL. > > I created the database table with, > > CREATE TABLE test_tb1 (c11 INT NOT NULL, c12 INT NULL); > > The table description in the database is now, > > Table "public.test_tb1" > Column | Type | Modifiers > --------+---------+----------- > c11 | integer | not null > c12 | integer | > > > Please find attached the output of DbDirect with arguments > > DbDirect PostgreSQL localhost test postgres postgres Dp037 Hi Tom, HSQL 1.2.1 contains a fix for this problem. HSQL 1.2 had a bug in the PostgreSQL driver that causes this behaviour. I actually committed that fix myself over a month ago, but forgot to update the recommended HSQL version for HaskellDB from 1.2 to 1.2.1. Sorry about that. /Bjorn |