Re: Pre-processing during build

From: "Markus KARG" <markus(at)headcrashing(dot)eu>
To: "'Mark Rotteveel'" <mark(at)lawinegevaar(dot)nl>, "'List'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Pre-processing during build
Date: 2015-06-18 20:11:07
Message-ID: 00dd01d0aa02$e9f61720$bde24560$@eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>It will also make things harder for tools that want to load your driver directly (instead of going through DriverManager).

JDBC specification says that an application has to go through DriverManager or DataSource. Going a third way is not covered by the specification, hence is not JDBC. I would say these tools are not JDBC compliant, but it would be up to Lance to judge, not me.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Carr 2015-06-18 20:13:02 Re: Pre-processing during build
Previous Message Dave Cramer 2015-06-18 20:10:19 Re: Pre-processing during build