Re: A new JDBC driver...

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Kevin Wooten <kdubb(at)me(dot)com>
Cc: Bryan Varner <bvarner(at)polarislabs(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: A new JDBC driver...
Date: 2013-03-12 18:59:21
Message-ID: CADK3HHJJnbwczzo5fyJi368CHNXjoc20MEweAkAt65kgXQ3LEA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Yes, but it relies on extra jars who's pedigree we don't control. Which is
part of the security issue.

As I said earlier I like this idea as a high performant minimal functioning
driver. By minimal functioning I'd probably not implement all of the
metadata API(s)

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On Tue, Mar 12, 2013 at 2:55 PM, Kevin Wooten <kdubb(at)me(dot)com> wrote:

> Just to put this to bed, with regards to the project under discussion, the
> final delivery will be a single jar file with no external dependencies.
> Just haven't gotten that far yet.
>
> On Mar 12, 2013, at 11:52 AM, Bryan Varner <bvarner(at)polarislabs(dot)com>
> wrote:
>
> >>> I think using 3rd party dependencies is the proper way to go forward
> >>> instead of reimplementing all required functionalities in every JDBC
> driver.
> >>> That is not to say that the required dependencies should be kept to
> minimum.
> >>
> >> Two cents: it troubles me always when I hear this reasoning because the
> >> external dependencies still increase the maintenance costs, no matter
> how
> >> well managed. For instance, for JDBC/DB stuff, many people care (or are
> >> mandated to care) about security and the associated maintenance.
> >
> > I could not agree more.
> >
> >
> > --
> > Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgsql-jdbc
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2013-03-12 20:06:05 Re: A new JDBC driver...
Previous Message Kevin Wooten 2013-03-12 18:55:18 Re: A new JDBC driver...