Dear friend, SPTK SVN is updated - Increased performance of the CQuery objects. Replaced abused usage of relatively expensive CDateTime::Now() for measuring execution time with faster alternative. - Increased performance of the CParam objects. Minimized memory reallocation in manipulations with string CParam objects. - Completed support for PostgreSQL database. The driver uses libpq to access the PostgreSQL database. The performance testing shows a gain of 20% to 50% comparatively to fastest ODBC driver available (from UnixODBC project). - Fixed compilation under Solaris with Sun Studio Pro compiler. The main problem was the non-standard implemetaion of some STL functions in Rogue Wave STL used by this compiler. - In CMake building system, added the ability to disable parts of the libraries with the defines: NO_ODBC, NO_SQLITE3, NO_POSTGRESQL, NO_ASPELL, NO_FLTK. The cmake configuration command can be something like this (to disable FLTK: cmake -D*NO_FLTK*:BOOLEAN=ON . Of course, you can combine several flags together if you need to. This is standard command line syntax for cmake. -- Alexey Parshin, http://www.sptk.net
List hosted by Total Knowledge