thanks for the new version, I really like the improvements in Poco::Data.
Also, I had no problems building it on my Debian (LMDE) system.
I have a couple of comments to the release:
- The RecordSet does not work with Poco::Data::Date. This means that the "advertised" one-liner
- Code: Select all
std::cout << RecordSet(session, "SELECT * FROM Table");
- The last line in documentation of TypeHandler::bind is missing the (newly introduced) 'dir' argument.
- Not really important, but why cannot the 2nd argument of TypeHandler::prepare be const anymore? The code is using only its getters, so it should not be changing the object .. or not?
- Also not critical, but the current download includes many OS-X files (like .DS_Store), many of which get actually installed using "make install".
Michal





