Just bug fixes this time around:
o Fixed query well-formedness handling in Query::store() and use().
It was quietly eating these errors, confusing them with the
no-results case.
o Fixed examples/cpool.cpp to build without thread support.
o No longer hiding all stdint.h typedefs inside namespace mysqlpp.
o Fixed mysqlpp::String comparisons of empty strings against
nonempty strings; if the empty string was on the left hand side,
it would succeed because it was only comparing against characters
in the empty side, which matches everything. (Fixes bug 11588.)
As always, it's available at http://tangentsoft.net/mysql++/
| Thread |
|---|
| • RELEASE: v3.0.3 | Warren Young | 12 May |