Menu

VSQlite++ / News: Recent posts

vsqlite++ 0.3.13 has been released

  • Added savepoint class and an accessor method to transaction class
  • Bugfix in transaction class
    • From documentation: "END TRANSACTION is an alias for COMMIT."
      (http://www.sqlite.orglang_transaction.html)
    • Removed commit() / end() commands on destructor.
    • Also added a flag in order to avoid commit when no transactions are open.
  • Added possibility to define the transaction type on construction/begin.... read more
Posted by Vinzenz Feenstra 2014-04-25

vsqlite++ 0.3.12 has been released

Comes with a revamped build system, restructured source tree

Posted by Vinzenz Feenstra 2013-02-07

Call for feature request

The VSQLite++ Project is looking for feature requests and improvement suggestions for the lib design.

Please feel free to suggest anything. Patches are welcome too :)

Regards,

Posted by Vinzenz Feenstra 2006-10-17

VSQLite++ 0.3 released

The well designed and portable SQLite 3.x C++ Wrapper library has released its new version 0.3

Changelog
* Added Buildsystem
* Renamed some files and directories
* Wrote a small documentation about building the lib

Posted by Vinzenz Feenstra 2006-10-15

VSQLite++ first release available (0.2)

The first release of VSQLite++, a well designed and portable C++ SQLite wrapper library, is now available on the sourceforge.net project download site.

http://www.sourceforge.net/projects/sqlitepp

Regards

Posted by Vinzenz Feenstra 2006-10-12