File: DataReleaseNotes.page

package info (click to toggle)
poco 1.3.2%2Bdfsg1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,144 kB
  • ctags: 26,948
  • sloc: cpp: 139,746; ansic: 75,988; makefile: 632; sh: 328; xml: 59; perl: 29
file content (41 lines) | stat: -rw-r--r-- 1,600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
POCO Data Release Notes
Data

!!!Release 1.3.2

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.2
  - fixed SF# 1724388: ODBC Diagnostics
  - fixed SF# 1804797: ODBC Statement multiple execution fails
  - fixed SF# 1803435: SessionPool onJanitorTimer called too often?
  - fixed SF# 1851997: Undefined Behavior in ODBC::Preparation
  - updated SQlite to 3.5.5


!Changes in 1.3.1
  - fixed SF# 1739989: Data::RecordSet::operator = () 
  - fixed SF# 1747525: SQLite, Transactions and Session Pooling
  - upgraded to SQLite 3.4.1


!Changes in 1.3.0
  - Class Poco::Data::RecordSet has been added providing generic access
    to arbitrary tables.
  - SessionInstantiator has been renamed Poco::Data::Connector.
  - Poco::Data::BLOBInputStream and Poco::Data::BLOBOutputStream allow convenient access to Poco::Data::BLOB data.
  - Poco::Data::Session and Poco::Data::Statement can be used in simpler ways.
  - The DataConnectors project directory has been merged into the Data project directory.


!!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.