[pgjdbc/pgjdbc] 9c80ad: fix: make sure org.postgresql.Driver isloaded whe... - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject [pgjdbc/pgjdbc] 9c80ad: fix: make sure org.postgresql.Driver isloaded whe...
Date
Msg-id 58c03f2116808_1d8b3f8ded053c40141681@hookshot-fe3-cp1-prd.iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 9c80adc24776ae02e0aff419e1cddf26a28eeff0
      https://github.com/pgjdbc/pgjdbc/commit/9c80adc24776ae02e0aff419e1cddf26a28eeff0
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java

  Log Message:
  -----------
  fix: make sure org.postgresql.Driver is loaded when accessing though DataSource interface

This initialization was removed by accident in c99507b5661804b5b1b2340ba747fe553dc37a68

closes #768



pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: Re: [JDBC] [HACKERS] Statement-level rollback
Next
From: Daniel Migowski
Date:
Subject: [JDBC] Documentation on NOTIFY/LISTEN is misleading