From: Warren Young Date: October 17 2006 8:46am Subject: Re: Problems with timestamp List-Archive: http://lists.mysql.com/plusplus/6036 Message-Id: <45349883.8070500@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Королев Илья wrote: > > hm... Can you give me a example of using sql_timestamp? No. It's a mistake, but that doesn't mean I can go yanking features out of the library at will. >>> Again about SSQLS and static members. I've made a version of custom.pl - >>> which lives without static members, it creates custom_no_static.h and >>> custom_no_static-macros.h files. I guess it may be useful. >> You shouldn't need that any more with the most recent two versions of >> MySQL++. Do they not solve the problem for you? > > Is it in SVN? I'll try it I'm talking about version 2.1.0 where the fix was created, and version 2.1.1 where a fix was applied to it for Visual Studio 2003. The only reason it wouldn't work for you is if you're using a compiler where the feature cannot work. Search custom.pl for MYSQLPP_NO_STATIC, or see the way this feature is tested in examples/util.cpp.