After three successful alpha releases I have today pushed up the
last major feature prior to the 1.0 release of libAttachSQL.
Therefore v0.4.0 has been released today and is the
first beta release. I have been working on a few other
things for HP's Advanced Technology Group hence why this is a
little more delayed than I would like. But I have made sure
there is a lot of good things in this release.
The big new feature in this release is Server-side Prepared
Statement support. You now have the ability to prepare,
execute and fetch the results for a prepared statement and the
API for this is non-blocking as before.
Other things in this release are:
- Compiler fixes for GCC 4.9, RedHat/CentOS 6.x and Python 3.x (Python is …