Re: Npsql is much faster than ODBC ?

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: Rainer Bauer <usenet(at)munnin(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Npsql is much faster than ODBC ?
Date: 2007-11-07 19:38:25
Message-ID: Pine.GSO.4.64.0711071429250.20082@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 7 Nov 2007, Rainer Bauer wrote:

> The way I read this section is that linking to a GPL ODBC driver would imply
> that I have to release my program under a GPL (compatible) licence.

What you actually link against is the ODBC implementation for your
platform. If you're on something UNIX-ish, you're probably linking
against unixODBC, which is available under the LGPL presumably to avoid
this issue.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrei Kovalevski 2007-11-07 19:43:49 Re: Npsql is much faster than ODBC ?
Previous Message Tom Lane 2007-11-07 19:31:01 Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?