Re: Issue with PSQL JDBC Driver Null Pointer

2021-07-30 Thread Bhavesh Mistry
Thanks for fixing it. Thanks, Bhavesh On Thu, Jul 29, 2021 at 12:49 PM Dave Cramer wrote: > > > On Thu, 29 Jul 2021 at 15:44, Bhavesh Mistry > wrote: > >> Hi Dave, >> >> It still does not address the NPE issue. If an alias is NULL. What >> should

Re: Issue with PSQL JDBC Driver Null Pointer

2021-07-29 Thread Bhavesh Mistry
== null) { type = alias; } //populate for future use TYPE_ALIASES.put(alias, type); return type; } Thanks, Bhavesh On Thu, Jul 29, 2021 at 8:44 AM Dave Cramer wrote: > > > On Thu, 29 Jul 2021 at 11:04, Bhavesh Mistry > wrote: > >> Hello, >> >> I am getting an

Issue with PSQL JDBC Driver Null Pointer

2021-07-29 Thread Bhavesh Mistry
Hello, I am getting an NPE exception in the JDBC driver 42.2.23. When the alias is null, NPE results. Is it possible to handle null value ? I have filled a bug against RCA https://github.com/vladmihalcea/hibernate-types/issues/335. But, I thought that PSQL Driver can handle it more gracefully.

Re: Ubuntu 14.04 (trusty) Postgres 13 deb package

2021-06-30 Thread Bhavesh Mistry
, Jun 28, 2021 at 9:28 AM Joshua Drake wrote: > > On Sun, Jun 27, 2021 at 10:42 AM Bhavesh Mistry < > bhavesh.mistr...@gmail.com> wrote: > >> Hi All, >> >> I was trying to install PSQL 13 on Ubuntu 14.04 (trusty) but I could not >> find the package. It

Ubuntu 14.04 (trusty) Postgres 13 deb package

2021-06-27 Thread Bhavesh Mistry
Hi All, I was trying to install PSQL 13 on Ubuntu 14.04 (trusty) but I could not find the package. It seems the path has been removed. Can you please tell me how to build deb package for trusty from psql source? I tried psql 13 sources, I was able to build but I could not figure out how to buil