2005-08-28 02:03  mhoenicka

	* NEWS (1.3), README (1.9): updated for 0.8.0 release

2005-08-28 01:32  mhoenicka

	* drivers/: msql/Makefile.am (1.10), mysql/Makefile.am (1.13),
	oracle/Makefile.am (1.4), pgsql/Makefile.am (1.13),
	sqlite/Makefile.am (1.11), sqlite3/Makefile.am (1.4): kosherized
	doc install system

2005-08-28 01:31  mhoenicka

	* autogen.sh (1.6): added vars to set tool versions on the command
	line

2005-08-25 22:18  mhoenicka

	* drivers/oracle/: dbd_oracle.c (1.17), dbd_oracle.h (1.3):
	Ashish's latest patches

2005-08-25 22:17  mhoenicka

	* doc/include/doc-print.dsl (1.3): fix to make long tables work

2005-08-25 22:16  mhoenicka

	* debian/control (1.2): added libsqlite3 dependency; changed
	dependencies to libdbi 0.8.0

2005-08-25 22:15  mhoenicka

	* configure.in (1.28): fixed dll extension for mingw;bumped up
	version number

2005-08-23 15:18  bhazer

	* drivers/firebird/dbd_firebird.c (1.19), tests/test_dbi.c (1.27):
	Make firebird play nicer with make check, needs more work......

2005-08-22 21:47  mhoenicka

	* drivers/oracle/: AUTHORS (1.3), README (1.2), TODO (1.5):
	Ashish's initial patches

2005-08-22 21:46  mhoenicka

	* drivers/oracle/dbd_oracle.sgml (1.1): initial version

2005-08-22 21:46  mhoenicka

	* drivers/oracle/Makefile.am (1.3): added doc build commands

2005-08-22 21:45  mhoenicka

	* drivers/mysql/Makefile.am (1.12): added missing newline at end of
	file

2005-08-22 21:43  mhoenicka

	* AUTHORS (1.8): cleaned up and included new maintainers

2005-08-21 12:33  mhoenicka

	* tests/test_dbi.c (1.26): another step towards firebird support
	(STILL BROKE)

2005-08-21 12:32  mhoenicka

	* drivers/pgsql/dbd_pgsql.c (1.48): dbd_get_engine_version(): fixed
	number extraction code

2005-08-21 12:31  mhoenicka

	* drivers/firebird/utility.c (1.3): added missing
	include;dealocate_iconn(): cast free() argument to get rid of
	compiler warning

2005-08-21 12:29  mhoenicka

	* drivers/firebird/dbd_firebird.c (1.18): changed
	dbd_get_engine_version() to return only the version number;this
	also fixes a segfault

2005-08-18 18:54  bhazer

	* drivers/firebird/Makefile.am (1.3): Make sure all headers are
	inlcuded in a "make dist".

2005-08-18 18:43  bhazer

	* drivers/firebird/: dbd_firebird.c (1.17), firebird_charsets.h
	(1.1), utility.c (1.2): More work, with the encodings.
	
	Guess we could release this as 8.0.  If I have time I really want
	to find a correct way to read the connection charset from db....

2005-08-18 17:05  bhazer

	* drivers/firebird/: Makefile.am (1.2), dbd_firebird.c (1.16),
	dbd_firebird.h (1.3), utility.c (1.1), utility.h (1.1): First batch
	of fixes to make Firebird ready for 8.0.

2005-08-15 21:11  mhoenicka

	* tests/test_dbi.c (1.25): retrieve engine version string, first
	attempt to get firebird going

2005-08-15 21:09  mhoenicka

	* drivers/firebird/dbd_firebird.c (1.15): lowercased
	drivername;fixed build errors

2005-08-15 21:08  mhoenicka

	* acinclude.m4 (1.15): fixed firebird check

2005-08-15 17:12  mhoenicka

	* acinclude.m4 (1.14): fixed firebird/interbase lib and include
	file detection

2005-08-09 00:40  mhoenicka

	* README.win32 (1.6): updated for current Cygwin versions

2005-08-08 01:39  mhoenicka

	* drivers/msql/dbd_msql.c (1.16), drivers/mysql/dbd_mysql.c (1.85),
	drivers/pgsql/dbd_pgsql.c (1.47), drivers/sqlite/dbd_sqlite.c
	(1.31), drivers/sqlite3/dbd_sqlite3.c (1.10), tests/test_dbi.c
	(1.24): fixed assorted signedness errors

2005-08-05 07:54  mhoenicka

	* drivers/mysql/dbd_mysql.c (1.84): fix dbd_get_encoding() for
	MySQL pre-4.1

2005-08-04 23:39  mhoenicka

	* tests/test_dbi.c (1.23): run encoding tests on mysql driver only
	if server is at least 4.1

2005-08-04 23:38  mhoenicka

	* drivers/: firebird/dbd_firebird.c (1.14), msql/dbd_msql.c (1.15),
	mysql/dbd_mysql.c (1.83), oracle/dbd_oracle.c (1.16),
	pgsql/dbd_pgsql.c (1.46), sqlite/dbd_sqlite.c (1.30),
	sqlite3/dbd_sqlite3.c (1.9): added dbd_get_engine_version()

2005-08-04 23:36  mhoenicka

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

2005-07-26 21:56  mhoenicka

	* drivers/oracle/dbd_oracle.c (1.15): fixed dbd_select_db() and
	_dbd_escape_chars() types; commented out unused variables

2005-07-20 22:16  mhoenicka

	* ChangeLog (1.6), configure.in (1.26): bumped up version number

2005-07-20 22:11  mhoenicka

	* drivers/: mysql/Makefile.am (1.11), pgsql/Makefile.am (1.12),
	sqlite/Makefile.am (1.10), sqlite3/Makefile.am (1.3): added doc
	sources to EXTRA_DIST

2005-07-17 23:10  mhoenicka

	* doc/include/doc-print.dsl (1.2): fixed page margins to print on
	both letter and A4

2005-07-17 23:08  mhoenicka

	* NEWS (1.2): updated

2005-07-17 02:59  mhoenicka

	* tests/test_dbi.c (1.22): added comment about missing 1-byte int
	in pgsql

2005-07-17 02:58  mhoenicka

	* drivers/: mysql/dbd_mysql.sgml (1.3), pgsql/dbd_pgsql.sgml (1.4),
	sqlite/dbd_sqlite.sgml (1.7), sqlite3/dbd_sqlite3.sgml (1.4):
	updated to latest driver versions

2005-07-17 02:56  mhoenicka

	* drivers/: sqlite/dbd_sqlite.c (1.29), sqlite3/dbd_sqlite3.c
	(1.8): dbd_select_db() now returns const char ptr

2005-07-17 02:55  mhoenicka

	* drivers/pgsql/dbd_pgsql.c (1.45): removed unused local variable;
	dbd_select_db() now returns const char ptr

2005-07-17 02:53  mhoenicka

	* drivers/oracle/dbd_oracle.c (1.14): renamed _dbd_quote_chars() to
	_dbd_escape_chars()

2005-07-17 02:51  mhoenicka

	* drivers/mysql/dbd_mysql.c (1.82): removed unused local
	variables;dbd_select_db() now returns const char ptr

2005-07-17 02:50  mhoenicka

	* drivers/msql/dbd_msql.c (1.14): renamed _dbd_quote_chars() to
	_dbd_escape_chars(); dbd_select_db() now returns const char ptr

2005-07-17 02:48  mhoenicka

	* drivers/: msql/Makefile.am (1.9), mysql/Makefile.am (1.10),
	pgsql/Makefile.am (1.11), sqlite/Makefile.am (1.9),
	sqlite3/Makefile.am (1.2): changed doc build system from sgmltools
	to openjade/jadetex

2005-07-17 02:46  mhoenicka

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

2005-07-17 02:46  mhoenicka

	* acinclude.m4 (1.13): fixed quoting

2005-07-14 22:26  mhoenicka

	* drivers/: firebird/dbd_firebird.c (1.13), msql/dbd_msql.c (1.13),
	mysql/dbd_mysql.c (1.81), oracle/dbd_oracle.c (1.13),
	pgsql/dbd_pgsql.c (1.44), sqlite/dbd_sqlite.c (1.28),
	sqlite3/dbd_sqlite3.c (1.7): adapted to libdbi changes

2005-07-10 21:40  mhoenicka

	* tests/test_dbi.c (1.21): added checks for string and binary
	lengths; added check for binary inserts and retrievals

2005-07-10 21:38  mhoenicka

	* drivers/: mysql/dbd_mysql.c (1.80), pgsql/dbd_pgsql.c (1.43),
	sqlite/dbd_sqlite.c (1.27), sqlite3/dbd_sqlite3.c (1.6): changed
	return type of dbd_quote_string(), dbd_conn_quote_string() to
	size_t, added dbd_quote_binary()

2005-07-10 21:36  mhoenicka

	* drivers/msql/dbd_msql.c (1.12): added dbd_quote_binary()

2005-07-03 00:50  mhoenicka

	* tests/test_dbi.c (1.20): fixed typo in the ulonglong test string

2005-07-02 13:11  bhazer

	* drivers/pgsql/dbd_pgsql.c (1.42):    * Changed pgsql use
	PQgetlength() to fetch lengths.
	     PQfmod() is something completly diffrent and very wrong.

2005-05-22 22:13  mhoenicka

	* tests/test_dbi.c (1.19): added tests for
	dbi_driver_encoding_from_iana() and dbi_driver_encoding_to_iana()

2005-05-22 22:08  mhoenicka

	* drivers/sqlite3/README (1.2): added encoding info

2005-05-22 22:06  mhoenicka

	* drivers/: msql/dbd_msql.c (1.11), mysql/dbd_mysql.c (1.79),
	pgsql/dbd_pgsql.c (1.41), sqlite/dbd_sqlite.c (1.26),
	sqlite3/dbd_sqlite3.c (1.5): new functions dbd_encoding_from_iana()
	and dbd_encoding_to_iana()

2005-05-16 22:54  mhoenicka

	* debian/: changelog (1.1), control (1.1), copyright (1.1), files
	(1.1), libdbd-mysql.dirs (1.1), libdbd-mysql.doc-base (1.1),
	libdbd-mysql.docs (1.1), libdbd-mysql.files (1.1),
	libdbd-mysql.postinst.debhelper (1.1), libdbd-mysql.prerm.debhelper
	(1.1), libdbd-mysql.substvars (1.1), libdbd-pgsql.dirs (1.1),
	libdbd-pgsql.doc-base (1.1), libdbd-pgsql.docs (1.1),
	libdbd-pgsql.files (1.1), libdbd-pgsql.postinst.debhelper (1.1),
	libdbd-pgsql.prerm.debhelper (1.1), libdbd-pgsql.substvars (1.1),
	libdbd-sqlite.dirs (1.1), libdbd-sqlite.doc-base (1.1),
	libdbd-sqlite.docs (1.1), libdbd-sqlite.files (1.1),
	libdbd-sqlite.postinst.debhelper (1.1),
	libdbd-sqlite.prerm.debhelper (1.1), libdbd-sqlite.substvars (1.1),
	rules (1.1): initial version

2005-05-16 18:59  mhoenicka

	* tests/test_dbi.c (1.18): moved tests into functions;test encoding
	stuff;test dbd_conn_quote_string()

2005-05-16 18:58  mhoenicka

	* drivers/pgsql/dbd_pgsql.c (1.40): added
	_encoding_pgsql2iana(),_encoding_iana2pgsql();moved dbd_connect()
	body to new _dbd_real_connect();added support for encoding
	option;added dbd_conn_quote_string()

2005-05-16 18:56  mhoenicka

	* drivers/mysql/dbd_mysql.c (1.78): added
	_encoding_mysql2iana(),_encoding_iana2mysql();added support for
	encoding option;added dbd_conn_quote_string()

2005-05-16 18:54  mhoenicka

	* drivers/sqlite3/dbd_sqlite3.c (1.4): changed sqlite3_encoding to
	encoding;added dbd_conn_quote_string()

2005-05-16 18:53  mhoenicka

	* drivers/: msql/dbd_msql.c (1.10), sqlite/dbd_sqlite.c (1.25):
	added dbd_conn_quote_string()

2005-05-09 22:33  mhoenicka

	* tests/test_dbi.c (1.17): set dbdir option correctly for sqlite
	and sqlite3;decreased long long test value by 1 as it exceeded
	sqlite3s limit

2005-05-09 22:31  mhoenicka

	* drivers/sqlite3/dbd_sqlite3.sgml (1.3): updated and revised

2005-05-09 22:31  mhoenicka

	* drivers/sqlite3/dbd_sqlite3.c (1.3): made INTEGER PRIMARY KEY
	equivalent to BIGINT;let _dbd_internal_error_handler() return
	sqlite3 error codes

2005-05-01 23:06  mhoenicka

	* tests/test_dbi.c (1.16): set encoding option for sqlite3 driver

2005-05-01 23:04  mhoenicka

	* drivers/sqlite3/: dbd_sqlite3.c (1.2), dbd_sqlite3.sgml (1.2):
	minor fixes

2005-04-29 22:42  mhoenicka

	* drivers/sqlite3/: AUTHORS (1.1), Makefile.am (1.1), README (1.1),
	TODO (1.1), dbd_sqlite3.c (1.1), dbd_sqlite3.h (1.1),
	dbd_sqlite3.sgml (1.1): initial version

2005-04-29 22:38  mhoenicka

	* acinclude.m4 (1.12), configure.in (1.24), drivers/Makefile.am
	(1.6), tests/test_dbi.c (1.15): added sqlite3 support

2005-02-14 00:01  mhoenicka

	* drivers/mysql/dbd_mysql.c (1.77): fixed character set translation
	in dbd_get_encoding()

2005-02-14 00:00  mhoenicka

	* tests/test_dbi.c (1.14): fixed available drivers screen
	message;changed long long printf specifier from qu to llu

2005-01-12 08:40  bhazer

	* drivers/mysql/dbd_mysql.c (1.76): Fixed a bug in the mysql
	driver, found by "Shim Manning" <shim@shimpossible.com>

2004-11-22 21:33  bhazer

	* drivers/: mysql/dbd_mysql.c (1.75), pgsql/dbd_pgsql.c (1.39):
	added missing calls to _set_field_flag() to mark coulmns as NULL.

2004-11-22 21:20  bhazer

	* drivers/: msql/dbd_msql.c (1.9), mysql/dbd_mysql.c (1.74): remove
	extra calls error handlers.

2004-09-29 11:26  bhazer

	* drivers/firebird/dbd_firebird.c (1.12): Make the firebird driver
	take host as an option instedd of  part of the database name. 
	Patch from Dominik Fssler <d.faessler@performa-software.ch>

2004-09-25 11:42  bhazer

	* drivers/firebird/dbd_firebird.c (1.11): Patch from Dominik
	Faessler <d.faessler@performa-software.ch> The firebird driver did
	return the last row twice ..  this patch fixes this behaviour so
	that we only return the last row ones.
	
	Also commiting a small fix to make the dbd_connect() return -1 (not
	0) on failure so that the firebird driver work the same way as the
	other drivers.

2004-09-16 21:32  bhazer

	* drivers/: firebird/dbd_firebird.c (1.10), msql/dbd_msql.c (1.8),
	oracle/dbd_oracle.c (1.12): Aplyying the correct NULL handling

2004-07-25 23:23  bhazer

	* drivers/firebird/dbd_firebird.h (1.2): *puh*, Adding
	firebird/interbase reserved words, That sure was a dirty job......

2004-07-25 21:46  bhazer

	* drivers/firebird/dbd_firebird.c (1.9): ok, libdbi wants ping() to
	try to reconnect if disconnected.

2004-07-25 20:44  bhazer

	* drivers/firebird/: TODO (1.2), dbd_firebird.c (1.8): dbd_ping()
	implemented, and a fix for error messages.

2004-07-25 17:55  bhazer

	* drivers/msql/dbd_msql.c (1.7): make mSQL driver return dates as
	time_t as the other drivers.

2004-07-25 17:11  bhazer

	* drivers/firebird/TODO (1.1): Adding a TODO file

2004-07-25 17:07  bhazer

	* drivers/firebird/dbd_firebird.c (1.7): dbd_quote_string() &&
	dbd_select_db()

2004-07-25 16:28  bhazer

	* drivers/firebird/dbd_firebird.c (1.6): Implemented Blob support,
	fix for a stupid error in sequencing code.

2004-07-25 14:57  bhazer

	* drivers/firebird/dbd_firebird.c (1.5): Finsished sequencing code,
	started on blob support.

2004-07-24 23:38  bhazer

	* drivers/firebird/dbd_firebird.c (1.4): removed some debugging
	code, clenups, and fix for a memory leak.

2004-07-24 23:03  bhazer

	* drivers/firebird/dbd_firebird.c (1.3): implemeted
	dbd_list_tables().

2004-07-24 22:39  bhazer

	* drivers/firebird/dbd_firebird.c (1.2): figured out
	username/password handling for secure databases...

2004-07-23 08:58  bhazer

	* drivers/firebird/: AUTHORS (1.1), Makefile.am (1.1), README
	(1.1), dbd_firebird.c (1.1), dbd_firebird.h (1.1): And yes, we need
	the driver file as well....

2004-07-23 08:54  bhazer

	* AUTHORS (1.7), README (1.8), acinclude.m4 (1.11), configure.in
	(1.23), drivers/Makefile.am (1.5), drivers/mysql/dbd_mysql.c
	(1.73): Adding An firebird driver.

2004-02-29 10:21  bhazer

	* drivers/oracle/dbd_oracle.c (1.11): Removed an extra free() in
	dbd_disconnect(). Found by "Don Kinzer" <dkinzer@easystreet.com>

2004-02-07 16:00  mhoenicka

	* drivers/sqlite/dbd_sqlite.c (1.24): don't escape newlines and
	carriage returns

