And also don't know if it is a bug or so but lib directory should be created 
other nmake throw error

Trigve

----- Original Message ----
From: Trigve Siver <[EMAIL PROTECTED]>
To: Jeroen T. Vermeulen <[EMAIL PROTECTED]>
Cc: libpqxx-general@gborg.postgresql.org
Sent: Thursday, February 1, 2007 12:32:57 PM
Subject: Re: [libpqxx-general] New release: 2.6.9

Hi,

Some compiler errore in trigger.hxx, tablereader.cxx, tablewriter.cxx, ... 

#ifdef PQXX_QUIET_DESTRUCTORS
  internal::disable_noticer Quiet(m_Trans.conn());
#endif

should be

#ifdef PQXX_QUIET_DESTRUCTORS
  pqxx::disable_noticer Quiet(m_Trans.conn());
#endif

using visual studio 2005, winXP

Trigve

----- Original Message ----
From: Jeroen T. Vermeulen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: libpqxx-general@gborg.postgresql.org
Sent: Thursday, February 1, 2007 12:05:56 PM
Subject: [libpqxx-general] New release: 2.6.9

Hello
 all,

We've just released libpqxx 2.6.9.

This new version introduces a lot of changes.  In fact it sports the
longest change list in more than three years.

Some of the changes are due to improved testing: we now test against many
combinations of postgres software versions on the server and client side. 
A few bugs were found in code that deals with older versions of these,
sometimes in very specific combinations.  Many interoperability problems
of various kinds were addressed.

Many of the 1.x API functions were finally retired.  Those are the
functions with capital letters in their names.  Users of the transactor
framework should note that defining the member functions OnCommit(),
OnAbort(), and OnDoubt() will no longer work.  These have been marked as
obsolete since late 2003, and replacements have been available since that
time.

There's more, including
 support for "long long" types and the ability to
retrieve the query that yielded a particular result.  See the NEWS file
for a more complete list.

Get the new source package from the libpqxx site:

    http://pqxx.org/


Jeroen


_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general








Never Miss an Email
Stay connected with Yahoo! Mail on your mobile. Get 
started!_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general







 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/
_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to