On Tue, 2011-01-25 at 21:24 +0000, Mateusz Loskot wrote: > Folks, > > I've been offline recently, but now getting ready to prepare RC and > final release of what we've got in the git repo. > > Are there any outstanding patches to apply? > > We've decided to not to touch the headers structure and implement buried > headers schema in this release. This subject seems to be not yet > conceptually finished, so let's release the fresh source code + CMake > build and then follow with another release introducing new structure, > etc. Not in a year or two but a few weeks :-) > > I am testing as much as I can on Linux + GCC and Windows + Visual Studio > 2010. Unfortunately, I have no Oracle setup. > So, if anyone is able to perform some tests on Oracle as well as other > DBMS, it would be awesome! > > Best regards,
There are still some issues with unsigned types. E.g. sqlite3 backend silently truncates unsigned 64 bit values as they are not supported by sqlite3 (=> compile or runtime error would be better) and the mysql backend fails when using dynamic binding involving unsigned types. But I guess this can also be addressed in the next release. I am not particularly happy about changing the header structures in a second release. It introduces unnecessary api breakage. Maybe making the new structure optional in this release and make it default next release is better. My patch for this already provides this functionality. Best Regards, Julian Taylor
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
