Menu

dbstep / News: Recent posts

Version 0.3.1 released

many small fix
improved compilation portability
included project file for MSVC
included patches

Posted by Sebastiano Suraci 2004-05-13

Quick fix for compiling on MSVC

I'll release 0.3.1 ASAP, meantime here's a quick one-line fix to compile dbstep on MSVC.

change dbstep_record.cpp line 247 to:

*((std::string*) (((char*) this) + fd->getOffset())) = (std::string) (*it).second;

Posted by Sebastiano Suraci 2004-04-04

Version 0.3.0 released

Added support for ODBC data sources, reworked prepared statements, varoius bug and portability fixes.

Posted by Sebastiano Suraci 2003-12-21

Version 0.2.0

Highlights:

Major code reorganization
Added support for Firebird opensource database
Added support for prepared statements
Added support for transactions
API simplification
Assorted bugfixes

Posted by Sebastiano Suraci 2003-02-17

Version 0.1.3 released

- Code reorganization
- Merged some patches
- Simplified driver structure
- Assorted bugfixes
- Improved code portability

Posted by Sebastiano Suraci 2002-08-06

Version 0.1.2 released

Mainly bugfixes and preliminary XML support

Posted by Sebastiano Suraci 2002-06-28

DBStep pages

Along with release 0.1.1, I've put together some
pages about DBStep: http://dbstep.sourceforge.net/

Posted by Sebastiano Suraci 2002-06-16