Télécharger la liste

Description du projet

libpqxx is the C++ front-end or driver (in the sense of "language binding") for PostgreSQL. It can help you write a program that uses PostgreSQL as a database on just about any platform.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-16 14:50 Retour à la liste release
3.1

Les bibliothèques partagées sont désormais versionné par ABI: 3.1 au lieu de 3.1.0 etc Threading comportement est maintenant documenté et peut être interrogée. Configuration avec l'option - with-tr1 = stimuler provoquera l'BOOST shared_ptr à utiliser. Transactions en lecture seule sont désormais supportés. binarystring:: str () n'est plus en cache et ne retourne plus une référence. Il est maintenant possible de vérifier si une déclaration préparée a été défini. Les résultats ont maintenant un itérateur ainsi que const_iterator. robusttransaction logique a été réécrit et mai effectivement faire son travail maintenant. Build corrections ont été faites pour Solaris, Red Hat, et Visual C + +.
Shared libraries are now versioned by ABI: 3.1 instead of 3.1.0 etc. Threading behavior is now documented and can be queried. Configuring with --with-tr1=boost will cause the BOOST shared_ptr to be used. Read-only transactions are now supported. binarystring::str() is no longer cached and no longer returns a reference. It is now possible to check whether a prepared statement has been defined. Results now have an iterator as well as const_iterator. robusttransaction logic was rewritten and may actually do its job now. Build fixes were made for Solaris, Red Hat, and Visual C++.

Project Resources