From: Warren Young Date: April 30 2005 3:02pm Subject: RELEASE: v1.7.34 List-Archive: http://lists.mysql.com/plusplus/4319 Message-Id: <42739DED.7030904@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Anyone who downloaded 1.7.33 should upgrade to this one, as there is a bug in the previous version. (Accidentally removed use_exceptions from defs.h.) Plus there's other good stuff: o Added a multiple-insert method for Query, which lets you insert a range of records from an STL container (or the whole thing, if you like) in a single SQL query. This is faster, and it reduces coding errors due to less repetition. Thanks to Mark Meredino for the patch. o Reference and user manual now get rebuilt automatically when required. (E.g. on 'make dist', or explicitly now through 'make docs'.) o Made it easier to change the maximum number of SSQLS data members in generated custom-macros.h file. It used to be hard-coded in several places in lib/custom.pl; now it's a variable at the top of the file. o Changed default SSQLS data member limit to 25, which is what it has been documented as for a long time now. It was actually 26 within custom.pl. o Trimmed some fat from the distribution packages. o Some more small doucmentation improvements.