Data

POCO Data Release Notes

Release 1.3.3

Release 1.3 of the POCO C++ Libraries is the first official release containing the Data library. The Data library has been available in a development state for the 1.2 release. For the 1.3 release, a few things have been changed in an incompatible way that requires changes to existing code.

Summary of Changes

Changes in 1.3.3

Changes in 1.3.2

Changes in 1.3.1

Changes in 1.3.0

Incompatible Changes and Possible Transition Issues

SessionInstantiator has been renamed Poco::Data::Connector, and the member functions addToFactory() and removeFromFactory() are now named registerConnector() and unregisterConnector(), respectively. This requires a change in all applications already using POCO Data.