X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 51180D1B509 for ; Thu, 23 Oct 2003 07:56:30 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 99123-10 for ; Thu, 23 Oct 2003 04:56:00 -0300 (ADT) Received: from www.postgresql.com (unknown [200.46.204.209]) by svr1.postgresql.org (Postfix) with ESMTP id 8501AD1B4EC for ; Thu, 23 Oct 2003 04:55:58 -0300 (ADT) Received: by www.postgresql.com (Postfix, from userid 80) id 60427CF488D; Thu, 23 Oct 2003 04:55:58 -0300 (ADT) To: pgsql-www@postgresql.org Subject: New News Entry Message-Id: <20031023075558.60427CF488D@www.postgresql.com> Date: Thu, 23 Oct 2003 04:55:58 -0300 (ADT) From: www@www.postgresql.com (World Wide Web Owner) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200310/34 X-Sequence-Number: 2624 A new entry has been added to the news database. Database Admin: http://www.postgresql.org/admin/edit_news.php?158 Submitted by: dpage@postgresql.org Headline: psqlODBC 07.03.0200 Released Summary: I\'m happy to announce the release of psqlODBC 07.03.0200, the lastest version of the official PostgreSQL ODBC driver. Please click the headline for more details. Story: I\'m happy to announce the release of psqlODBC 07.03.0200, the lastest version of the official PostgreSQL ODBC driver. Project Homepage: http://gborg.postgresql.org/project/psqlodbc/projdisplay.php Downloads: http://gborg.postgresql.org/project/psqlodbc/genpage.php?downloads This version includes the following changes: - Fix a memory leak in case of updatable KEYSET_DRIVEN cursors. - Change SQLMoreResults to initialize the cursor position. - Hopefully, SQLDescribeCol() returns a more appropriate error code(SQLSTATE). - Correct the return info for SQLGetInfo(.., SQL_CURSOR_COMMIT (ROLLBACK)_BEHAVIOR) call. - Explictly reject the SQLBrowseConnect call. - Serialize the connection use for communication(multi-thread). - Let escape strings case-insensitive. - Fix a bug when handling data_at_execution parameter array reported by Jol Valentine . - Fix a bug on SQLSetStmtAttr(.., SQL_CONCURRENCY) reported by Shachar Shemesh. - Apply a patch to changes the storage type of the debug \"func\" variables to be stored in the constant area of the program(Shachar Shemesh). - Correct the column size in case of bytea as LO. - Distinguish the rowset size for SQLFetch(Scroll) from that for SQLExtendedFetch. - Implement SQLGetDiagFieldW() for the Unicode driver. - Improve SQLGetDiagField so that an MFC appliaction reports error messages properly(bug report from Silvio Scarpati). - Add quotes around table names to use ::regclass in parse.c . - Change SQLGetFunctions to contain ODBC3 APIs. - Improve the SQL_C_VARBOOKMARK type handling. - Cleanup copy_and_convert_field() a little. - Set an error number and an error message for SQLAllocHandle(SQL_HANDLE_DESC). - Fix a bug about a bookmark handling in SQLBulkOperaitons(SQL_ADD,..) - Remove date cast(::date) from the conversion of {d escape before 7.3 servers. 7.2 servers are poor in implicit cast from date -> timestamp without time zone. - Corrent the handling of bookmark in SQLBulkOperations. - Correct the calculation of a global index in SC_pos_add. - Cleanup global/rowset/resultset index handling a little. - Correct a handling of offset in SQLBulkOperations. - Fix a crash bug in SQLDriverConnect(). - Revert a *int8 as* DSN option to *numeric* for MS Jet. - Add a SQL_CA2_SENSITIVITY_ADDTIONS mask to the reply for SQLGetInfo(.., SQL_ATTR_KEYSET_DRIVEN_CURSOR_ATTRIBUTES2) which would make a little OpenOffice happy. - Fix a bug in SQLGetInfo(.., SQL_ATTR_ROW_NUMBER) for keyset_driven cursors.