2005-09-22 00:12  mhoenicka

	* tests/test_dbi.c (1.33): added TIME and DATE tests for firebird

2005-09-22 00:11  mhoenicka

	* drivers/firebird/dbd_firebird.c (1.21): set SQL dialect to 3

2005-09-22 00:10  mhoenicka

	* drivers/firebird/README (1.2): added some usage hints

2005-09-22 00:10  mhoenicka

	* AUTHORS (1.10): minor typos

2005-09-21 21:41  mhoenicka

	* drivers/freetds/README (1.1): initial version

2005-09-21 20:49  mhoenicka

	* AUTHORS (1.9): added Vadym

2005-09-21 00:37  mhoenicka

	* tests/test_dbi.c (1.32): adapted firebird input and output to the
	supported types and ranges

2005-09-21 00:35  mhoenicka

	* drivers/pgsql/dbd_pgsql.sgml (1.5): added missing paras

2005-09-21 00:35  mhoenicka

	* drivers/firebird/utility.c (1.4): fixed TIMESTAMP handling; added
	binary string decoding

2005-09-21 00:33  mhoenicka

	* configure.in (1.30): bumped up version number

2005-09-20 21:46  mhoenicka

	* acinclude.m4 (1.18): Vadym's configure sanitizing patch

2005-09-18 16:23  bhazer

	* tests/test_dbi.c (1.31): *  Firebird test's is completed.    
	Lets release this driver in 0.8.1 so that people can start using
	it,	then we will find all the hidden bugs.
	
	   Test don't include INT64 tests yet, as these will only work when
	using sql dialect 3

2005-09-18 15:19  bhazer

	* drivers/firebird/dbd_firebird.c (1.20), tests/test_dbi.c (1.30): 
	*  Create a new transaction automaticly after a commit.
	 *  Make dbd_quote_string, wotk like the other drivers (add ''
	around the string).
	
	 *  Some more work on the test program

2005-09-17 23:39  mhoenicka

	* acinclude.m4 (1.17): prefer libc_r over libpthread to fix
	problems on FreeBSD

2005-09-11 22:04  mhoenicka

	* drivers/: sqlite/dbd_sqlite.c (1.33), sqlite3/dbd_sqlite3.c
	(1.12): fixed bug that left a stray trailing comma after some table
	names

2005-09-08 21:46  mhoenicka

	* drivers/freetds/dbd_freetds.c (1.2),
	drivers/freetds/dbd_freetds.h (1.2), tests/test_dbi.c (1.29): more
	of Vadym's patches

2005-09-07 23:02  mhoenicka

	* drivers/freetds/Makefile.am (1.2): fixed doc build system

2005-09-07 21:23  mhoenicka

	* acinclude.m4 (1.16), configure.in (1.29), libdbi.spec.in (1.3),
	drivers/Makefile.am (1.7), tests/test_dbi.c (1.28): Vadym's FreeTDS
	patches

2005-09-07 21:21  mhoenicka

	* drivers/freetds/: Makefile.am (1.1), dbd_freetds.c (1.1),
	dbd_freetds.h (1.1): initial version

2005-09-06 08:28  mhoenicka

	* drivers/sqlite3/dbd_sqlite3.sgml (1.5): fixed dbdir option
	name;added timeout option

2005-09-05 22:05  mhoenicka

	* drivers/sqlite/dbd_sqlite.sgml (1.8): added timeout option

2005-09-05 22:03  mhoenicka

	* drivers/: sqlite/dbd_sqlite.c (1.32), sqlite3/dbd_sqlite3.c
	(1.11): implemented timeout option <gringo at slonko.net>

2005-08-31 23:49  mhoenicka

	* drivers/oracle/dbd_oracle.c (1.18): fixed dbd_quote_binary()
	argument types

