From: Warren Young Date: May 12 2008 12:09am Subject: RELEASE: v3.0.3 List-Archive: http://lists.mysql.com/plusplus/7638 Message-Id: <7FA800FF-23CD-44B9-998C-4F8C5E921DCB@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit 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++/