poco/Data/doc/99100-DataReleaseNotes.page

23 lines
875 B
Plaintext
Raw Normal View History

2012-04-29 20:52:25 +02:00
POCO Data Release Notes
2012-10-13 12:07:38 +02:00
POCO Data Library
2012-04-29 20:52:25 +02:00
2012-09-26 01:39:33 +02:00
!!!Release 1.5.0
2012-04-29 20:52:25 +02:00
2012-09-26 01:39:33 +02:00
The Data library has been available since the 1.2 release. For the 1.5.0 release, a few things have been changed in an incompatible way that requires changes
2012-04-29 20:52:25 +02:00
to existing code.
!!Summary of Changes
2012-10-13 11:07:34 +02:00
- Poco::Data::RowFormatter class for convenient output formatting.
- Stored procedures support (for databases and ODBC drivers that support it).
- Improved transaction support (for databases that support it).
2012-09-26 01:39:33 +02:00
- Bulk execution (for ODBC drivers that support it).
- Batch queries and multiple results (for databases and ODBC drivers that support it).
- Stored procedures/functions support (for databases that support it)
2012-10-13 11:07:34 +02:00
- New Poco::Data::SessionPoolContainer class.
2012-04-29 20:52:25 +02:00
!!Incompatible Changes and Possible Transition Issues
2012-09-26 01:39:33 +02:00
Keywords (use, into, limit, etc) now reside in Poco::Data::Keywords namespace.