esql.xsl and postgres datatypes

2002-04-03 Thread Enke Michael
Hi, in postgres you have datatypes which are not in the sql standard and you can define your own datatypes. Two datatypes from postgres that I use often are bit() and bit varying(). If I call esql:get-columns/ than the page crahses because the column type for bit and bit varying is

Re: esql.xsl and postgres datatypes

2002-04-03 Thread Christian Haul
On 03.Apr.2002 -- 12:34 PM, Enke Michael wrote: Hi, in postgres you have datatypes which are not in the sql standard and you can define your own datatypes. Two datatypes from postgres that I use often are bit() and bit varying(). If I call esql:get-columns/ than the page crahses because the

Re: esql.xsl and postgres datatypes

2002-04-03 Thread Christian Haul
On 03.Apr.2002 -- 06:45 PM, Enke Michael wrote: Christian Haul wrote: You're absolutely sure it's the getObject method that causes the grief? Yes I am. There are also (sparse) instructions in postgres manual how to create those classes. So, there is a possibility to use getObject with