Re: [ANNOUNCE] psqlODBC 09.03.0300 Released

From: Christoph Berg <cb(at)df7cb(dot)de>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [ANNOUNCE] psqlODBC 09.03.0300 Released
Date: 2014-05-25 21:17:17
Message-ID: 20140525211717.GA11198@msgid.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-odbc

Re: Hiroshi Saito 2014-05-18 <537816AF(dot)2070308(at)winpg(dot)jp>
> Hi, all.
>
> We are release of psqlODBC 09.03.0300. this is a some bugfix release.
> please see the notes at:
> http://psqlodbc.projects.pgfoundry.org/

Hi,

the release notes at
http://psqlodbc.projects.pgfoundry.org/docs/release.html have not been
updated yet.

I'm also getting regression failures:

============== running regression test queries ==============
test sampletables ... ok
test connect ... ok
test stmthandles ... ok
test select ... ok
test commands ... ok
test multistmt ... ok
test getresult ... ok
test prepare ... ok
test params ... ok
test notice ... ok
test arraybinding ... ok
test insertreturning ... ok
test dataatexecution ... ok
test boolsaschar ... ok
test cvtnulldate ... ok
test alter ... ok
test quotes ... ok
test cursors ... ok
test positioned-update ... ok
test catalogfunctions ... FAILED
test bindcol ... ok
test lfconversion ... ok
test cte ... ok
test deprecated ... ok
test error-rollback ... ok
test diagnostic ... ok

=======================
1 of 26 tests failed.
=======================

The differences that caused some tests to fail can be viewed in the
file "/srv/projects/postgresql/psqlodbc/psqlodbc/test/regression.diffs". A copy of the test summary that you see
above is saved in the file "/srv/projects/postgresql/psqlodbc/psqlodbc/test/regression.out".

make[1]: *** [installcheck] Fehler 1
make[1]: Leaving directory `/srv/projects/postgresql/psqlodbc/psqlodbc/test'
regression.diffs:
*** /srv/projects/postgresql/psqlodbc/psqlodbc/test/expected/catalogfunctions.out 2014-05-17 14:33:40.000000000 +0200
--- /srv/projects/postgresql/psqlodbc/psqlodbc/test/results/catalogfunctions.out 2014-05-25 23:05:55.990780975 +0200
***************
*** 186,196 ****
contrib_regression public testtab1 _SYSTEM UPDATE YES
contrib_regression public testtab1 _SYSTEM DELETE YES
contrib_regression public testtab1 _SYSTEM REFERENCES YES
- contrib_regression public testtab1 _SYSTEM INSERT YES
- contrib_regression public testtab1 _SYSTEM SELECT YES
- contrib_regression public testtab1 _SYSTEM UPDATE YES
- contrib_regression public testtab1 _SYSTEM DELETE YES
- contrib_regression public testtab1 _SYSTEM REFERENCES YES
Result set:
contrib_regression public testtab1 TABLE
contrib_regression public testtab_fk TABLE

The missing lines were introduced in
ad2a4aecb4748f8c5280aabf65dae570a9529065. Possibly the generator for
these wasn't updated/committed along?

Christoph
--
cb(at)df7cb(dot)de | http://www.df7cb.de/

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Michael Paquier 2014-05-25 23:11:48 Re: [ANNOUNCE] psqlODBC 09.03.0300 Released
Previous Message Sameer Kumar 2014-05-23 02:46:31 == 2nd PostgreSQL Hangout- 28th-May-2014 ==

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-05-25 23:11:48 Re: [ANNOUNCE] psqlODBC 09.03.0300 Released
Previous Message John Smith 2014-05-24 15:47:39 Re: Problems using SQLFetch on prepared INSERT with RETURNING clause