Re: PL/Java new build plugin

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: Kartik Ohri <kartikohri13(at)gmail(dot)com>
Cc: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: Re: PL/Java new build plugin
Date: 2020-07-15 12:24:58
Message-ID: 5F0EF59A.2080802@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 07/14/20 23:30, Kartik Ohri wrote:

> There is another error as well on PG 10
> https://ci.appveyor.com/project/amCap1712/pljava/builds/34099990/job/bgpqdy5qjkik2ya9,
> one of the tests fails. This has been the case since I first added this
> configuration.

Hmm, yes, that appears to be this one:

https://github.com/tada/pljava/blob/6a83db4/pljava-examples/src/main/java/org/postgresql/pljava/example/annotation/SetOfRecordTest.java#L34

It works for me in PG10 on Linux.

Can we just look at the output of

SELECT * FROM javatest.executeselecttorecords(
'select ''Foo'', 1, 1.5::float, 23.67, ''2005-06-01'',
''20:56''::time, ''192.168.0''')
AS r(t_varchar varchar, t_integer integer, t_float float,
t_decimal decimal(8,2), t_date date, t_time time, t_cidr cidr);

on PG10 in Windows?

Regards,
-Chap

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2020-07-15 16:24:02 Re: PL/Java new build plugin
Previous Message Chapman Flack 2020-07-15 12:03:56 Re: Just one Travis Mac OS build failed