2007-05-11 tommi@tntnet.org
  - fix connectionpool

2007-03-27 tommi@tntnet.org
  - tntdb::Connection::ping to check, if the connection is alive
  - use that ping in connectionpool before returning connection
  - tntdb::setMaxPoolSize(unsingned) and tntdb::getMaxPoolSize()

2007-02-20 tommi@tntnet.org

  - fix leak: the statement-cursor is not freed, when the first fetch was not
    successful

2006-10-21 tommi@tntnet.org

  - add fetchsize-parameter (with default 100) to tntdb::Statement::begin to
    pass a hint to the implementing cursor

2006-10-12 tommi@tntnet.org

  - don't inline constructors of error-classes to help compiler matching the
    right type in catch-block (a problem with gcc 4.1 at least)

2006-10-07 tommi@tntnet.org

  - add getDate-, getTime- and getDatetime-methods to tntdb::Row

2006-09-20 tommi@tntnet.org

  - fix cached prepared statements in sqlite: reset before reuse

2006-09-11 tommi@tntnet.org

  - fix handling of binary data in sqlite3-driver
  - move drivers to separate directory specified in configure with "--with-driverdir=..."

2006-08-25 tommi@tntnet.org

  - fix smartpointer to support self-assignment

2006-08-24 tommi@tntnet.org

  - change license to LGPL

2006-07-21 tommi@tntnet.org

  - extend license to allow linking with openssl due to postgresql

2006-04-12 tommi@tntnet.org

  - fix mysql-driver-bug: crashed when fetching some datatypes, because the api
    seems to return too small length-values (or I misunderstand the api;-) )

2006-03-27 tommi@tntnet.org

  - allow date-, datetime- and time-classes to be null, when passed to statements

2006-03-01 tommi@tntnet.org

  - declare cursor in postgresql with hold to enable cursor outside transactions

2006-02-13 tommi@tntnet.org

  - new method Statement::clear()

2006-01-21 tommi@tntnet.org

  - connectionpool

2006-01-13 tommi@tntnet.org

  - add missing include/tntdb/sqlite/impl/connectionmanager.h

2005-12-26 tommi@tntnet.org

  - new Sqlite-driver

2005-11-12 tommi@tntnet.org

  - use PQexec with PREPARE when PQprepare is not found (postgresql prior 8.0)

2005-11-11 tommi@tntnet.org

  - make drivers for mysql and postgresql optional in configure

2005-10-26 tommi@tntnet.org

  - fixed handling of MYSQL_TYPE_LONGLONG
