libpqxx 1.4.0 released

Поиск
Список
Период
Сортировка
От Jeroen T. Vermeulen
Тема libpqxx 1.4.0 released
Дата
Msg-id 20030211154130.GE9145@bulletproof
обсуждение исходный текст
Список pgsql-interfaces
The latest release of libpqxx, 1.4.0, is now available on
http://pqxx.tk/

Two interfaces have been deprecated:

(1) NoticeProcessors are replaced by a new, more C++-compliant functor
class called Noticer.  This does away with the need to ensure that your
notice processor has C linkage.

(2) Connection::IsOpen() is now called is_open(), to be more similar to
the standard C++ stream classes.

Old code should still compile and run without problems.  The deprecated
interfaces will be removed in some future release, probably 1.5.0.


If you want to keep track of future releases, please subscribe to the
libpqxx-general mailing list on the website.


Jeroen



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

Предыдущее
От: Matthew Vanecek
Дата:
Сообщение: Re: Connection Error message in ECPG
Следующее
От: Rudy Lippan
Дата:
Сообщение: Re: Prepare and prepare ?