Re: Trying to get SSPI/JDBC working

Поиск
Список
Период
Сортировка
От Dave Rosckes
Тема Re: Trying to get SSPI/JDBC working
Дата
Msg-id CAEtyQx2OU55pn7ZpapFqJVho2OvpDfb3q4p0h6jkP_G_wbN5DQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Trying to get SSPI/JDBC working  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-jdbc
If you could send me the jdbc4 (I am using 1.6) that would be great.  If I need further builds before its officially released, I will get git setup in my environment and build it for myself.

Again thanks a lot for your help,

On Wed, Dec 3, 2014 at 8:28 AM, Craig Ringer <craig@2ndquadrant.com> wrote:
On 12/03/2014 10:14 PM, Dave Rosckes wrote:
> Craig,
>
> Thanks for implementing the SSPI support for PgJDBC. When will the new
> PgJDBC be released?
>
> I have never used git before, so if there is a place I can download the
> jdbc jar with the SSPI support that would be great.  If that is not an
> option, I will look into setting up a git environment.


Dave,

(Please reply-to-all, so the mailing list sees the conversation for
others' benefit later, searches, etc.)

There's no set release date for the first 9.4.x driver at this point.
We'll likely release some time after PostgreSQL 9.4.0 goes final, when
time permits. Resources for PgJDBC driver development are unfortunately
extremely limited.

I can send you a .zip of the jar and dependencies if you don't want to
build with git. It'll just be a build of the latest git master head
produced with "ant dist", and it'll very much be a "no guarantees, no
promises" snapshot build. You'd need to tell me what JDBC version / JDK
version you need. I won't necessarily be able to follow up with new
builds if you need newer snapshots though, so I really recommend
learning to compile it yourself.

git is pretty friendly for the basics, and it's a tool I think every
developer should become familiar with. Perhaps now is a good
opportunity? All you need to build the driver is git (to check it out
from revision control) and ant (to build it), plus a JDK matching the
version you want.

msysgit offers a pretty nice GUI for basic git operations on Windows:

http://git-scm.com/download/win

http://msysgit.github.io/

and the README for the PgJDBC driver explains how to compile it. If you
have problems compiling it, please follow up on the PgJDBC mailing list.


--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Trying to get SSPI/JDBC working
Следующее
От: Alexandor84
Дата:
Сообщение: Set readonly transaction per transaction