2003-08-19 07:17 cms

	* drivers/oracle Initial commit of the Oracle driver

2003-06-22 20:07  dap24

	* doc/Makefile.am (1.3), drivers/pgsql/dbd_pgsql.sgml (1.3): fixed
	pgsql doc errors

2003-06-22 18:49  mhoenicka

	* drivers/: msql/Makefile.am (1.8), mysql/Makefile.am (1.9),
	pgsql/Makefile.am (1.10), sqlite/Makefile.am (1.8): wrapped if
	blocks around doc installation stuff to avoid failures if driver
	was not requested, admittedly curing symptoms instead of a thorough
	fix

2003-06-22 00:09  dap24

	* AUTHORS (1.5), configure.in (1.17): minor tweaks for release

2003-06-21 22:39  dap24

	* drivers/sqlite/dbd_sqlite.c (1.20): clean up gcc warnings

2003-06-17 08:35  dap24

	* drivers/: mysql/dbd_mysql.c (1.70), pgsql/dbd_pgsql.c (1.34),
	sqlite/dbd_sqlite.c (1.19): made _parse_datetime a DBD helper
	function

2003-06-17 07:51  dap24

	* drivers/pgsql/: TODO (1.2), dbd_pgsql.sgml (1.2): finished some
	decent pgsql docs

2003-06-17 06:57  dap24

	* drivers/pgsql/: AUTHORS (1.1), ChangeLog (1.1), README (1.1),
	TODO (1.1), dbd_pgsql.c (1.33): Added meta-files, freed asprintf'd
	strings

2003-06-12 23:58  mmt

	* drivers/mysql/: dbd_mysql.c (1.69), dbd_mysql.h (1.3): Fixed
	notes in the file descriptions.

2003-06-12 00:16  mhoenicka

	* drivers/mysql/dbd_mysql.sgml (1.2): filled in missing option info

2003-06-11 22:39  mhoenicka

	* tests/test_dbi.c (1.9): fixed uchar input/output

2003-06-11 13:43  bhazer

	* tests/test_dbi.c (1.8): repeat after me ... Test before code
	commit. Test before code commit. Test before code commit. Test code
	before commit.

2003-06-11 13:20  mmt

	* drivers/mysql/: AUTHORS (1.1), README (1.1), TODO (1.1),
	dbd_mysql.sgml (1.1): Added documentation for MySQL.

2003-06-11 12:44  bhazer

	* drivers/msql/AUTHORS (1.1): added AUTHORS file

2003-06-11 12:40  bhazer

	* tests/test_dbi.c (1.7): make check for mSQL workd again

2003-06-11 12:39  bhazer

	* drivers/msql/: Makefile.am (1.7), dbd_msql.c (1.4): Hmm I should
	have done this tests long ago

2003-06-10 23:37  mhoenicka

	* Makefile.am (1.6): added README.osx

2003-06-10 20:13  mhoenicka

	* fixlt.sh (1.1): initial (and hopefully last) version

2003-06-09 22:05  mhoenicka

	* README (1.6): added OSX info

2003-06-09 22:04  mhoenicka

	* README.osx (1.1): initial version

2003-06-09 20:25  mhoenicka

	* drivers/sqlite/dbd_sqlite.sgml (1.6): added column type info

2003-06-09 20:24  mhoenicka

	* configure.in (1.16): fixed program checks

2003-06-08 18:35  mhoenicka

	* drivers/sqlite/dbd_sqlite.sgml (1.5): talk about blobs and
	encoding issues

2003-06-08 18:34  mhoenicka

	* drivers/sqlite/dbd_sqlite.h (1.2): new define MAX_IDENT_LENGTH

2003-06-08 18:33  mhoenicka

	* drivers/sqlite/dbd_sqlite.c (1.18): use libdbi_databases and
	libdbi_tablenames to make name clashes less likely; use define for
	curr_table size; extended type support

2003-06-08 01:29  mhoenicka

	* tests/test_dbi.c (1.6): decreased double test value; use e to
	format float/double values

2003-06-08 01:28  mhoenicka

	* drivers/sqlite/dbd_sqlite.c (1.17): removed _parse_datetime(),
	now in libdbi:dbi_main.c;added support for double precision, FLOAT8
	types

2003-06-08 01:26  mhoenicka

	* drivers/pgsql/dbd_pgsql.h (1.3): fixed OIDs for DATETIME and
	TIMESTAMP

2003-06-08 01:24  mhoenicka

	* drivers/pgsql/dbd_pgsql.c (1.32): added support for DATETIME and
	TIMESTAMP

2003-06-08 01:23  mhoenicka

	* drivers/mysql/dbd_mysql.c (1.68): removed _parse_datetime(), now
	in libdbi:dbi_main.c

2003-06-06 00:49  mhoenicka

	* tests/test_dbi.c (1.5): make CREATE TABLE depend on database type

2003-06-06 00:47  mhoenicka

	* drivers/: msql/dbd_msql.c (1.3), mysql/dbd_mysql.c (1.67),
	pgsql/dbd_pgsql.c (1.31), sqlite/dbd_sqlite.c (1.16): added atoll
	and strtoll prototypes

2003-06-05 23:39  mhoenicka

	* configure.in (1.15): added --with-ltdl option and libdl/libltdl
	checking code

2003-06-05 23:36  mhoenicka

	* tests/Makefile.am (1.5): added LIBADD_DL to test_dbi_LDADD;use
	debug switch by default

2003-06-05 02:23  mhoenicka

	* tests/test_dbi.c (1.4): extended column type testing

2003-06-05 02:21  mhoenicka

	* drivers/: sqlite/dbd_sqlite.c (1.15), mysql/dbd_mysql.c (1.66):
	_parse_datetime(): fixed raw vs cur typo

2003-06-04 22:19  mhoenicka

	* drivers/mysql/dbd_mysql.c (1.65): added NULL/string length checks
	to _parse_datetime()

2003-06-03 23:39  mhoenicka

	* drivers/sqlite/dbd_sqlite.c (1.14): dbd_connect(): removed
	leftover return;find_result_field_types(): use uppercased field
	name for comparison;_parse_datetime(): added checks for NULL date
	and string lengths

2003-05-26 22:20  mhoenicka

	* drivers/sqlite/dbd_sqlite.sgml (1.4): fixed sqlite-dbdir vs
	sqlite_dbdir typos

2003-05-26 22:04  mhoenicka

	* drivers/sqlite/dbd_sqlite.c (1.13): fixed crash if dbname or
	dbdir were not set

2003-04-30 19:57  mhoenicka

	* AUTHORS (1.4): updated for OSX patches

2003-04-18 23:00  mhoenicka

	* configure.in (1.14), drivers/msql/Makefile.am (1.6),
	drivers/mysql/Makefile.am (1.8), drivers/pgsql/Makefile.am (1.9),
	drivers/sqlite/Makefile.am (1.7): Peters first attempt for OSX
	fixes

2003-04-18 02:21  dap24

	* drivers/pgsql/dbd_pgsql.sgml (1.1): beginnings of pgsql docs.
	need to finish writing, parameterize and make a generic doc
	template, add README/AUTHORS/TODO/ChangeLog/COPYING/etc, move doc
	building to doc/ subdir. a task hopefully for tonight (:

2003-04-15 06:26  dap24

	* configure.in (1.13): added AM_MAINTAINER_MODE to ease build
	system issues (see
	http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=186975 )

2003-04-13 23:42  mhoenicka

	* drivers/msql/Makefile.am (1.5): fixed missing backslash in
	install-data-local loop

2003-04-13 23:07  mhoenicka

	* tests/Makefile.am (1.4): removed LIBS, fixed test_dbi_LDADD

2003-04-13 23:01  mhoenicka

	* drivers/sqlite/dbd_sqlite.c (1.12): renamed _dbd_connect() to
	_real_dbd_connect(), added prototype

2003-04-13 23:00  mhoenicka

	* configure.in (1.12): added check for dlopen in libdl

2003-04-13 22:29  bhazer

	* .cvsignore (1.2), doc/.cvsignore (1.2), drivers/.cvsignore (1.2),
	drivers/msql/.cvsignore (1.2), drivers/pgsql/.cvsignore (1.2),
	drivers/sqlite/.cvsignore (1.2), tests/.cvsignore (1.2): peace and
	quiet :)

2003-04-13 22:17  bhazer

	* drivers/mysql/.cvsignore (1.1): ssssh

2003-04-13 22:15  bhazer

	* .cvsignore (1.1), doc/.cvsignore (1.1), drivers/.cvsignore (1.1),
	drivers/msql/.cvsignore (1.1), drivers/pgsql/.cvsignore (1.1),
	drivers/sqlite/.cvsignore (1.1), tests/.cvsignore (1.1): peace and
	quite :)

2003-04-13 21:38  bhazer

	* drivers/msql/: Makefile.am (1.4), dbd_msql.sgml (1.1): added docs
	(mostly stolen from the sqlite driver) hey its a start OK? ;)

2003-04-13 21:36  bhazer

	* drivers/sqlite/Makefile.am (1.6): noinst_DATA is not aloud in
	EXTRA_DIST section

2003-04-13 21:34  bhazer

	* acinclude.m4 (1.9): added missing AM_CONDITIONAL in the sqlite
	section

2003-04-13 20:34  mhoenicka

	* acinclude.m4 (1.8): added missing AM_CONDITIONAL to the msql
	section

2003-04-12 23:54  mhoenicka

	* Makefile.am (1.5): removed README.drivers from EXTRA_DIST

2003-04-12 23:53  mhoenicka

	* README.drivers (1.3): replaced by READMEs in the driver subdirs

2003-04-12 23:37  mhoenicka

	* drivers/sqlite/dbd_sqlite.sgml (1.3): incremented revnumber

2003-04-12 23:36  mhoenicka

	* drivers/sqlite/Makefile.am (1.5): added doc handling

2003-04-12 23:35  mhoenicka

	* drivers/msql/Makefile.am (1.3): fixed myql.c vs. msql.c typo in
	EXTRA_DIST

2003-04-12 21:20  mhoenicka

	* drivers/sqlite/dbd_sqlite.sgml (1.2): assorted fixes to reflect
	the new libdbi-driver structure

2003-04-12 19:14  mhoenicka

	* drivers/sqlite/Makefile.am (1.4): added AUTHORS TODO README to
	EXTRA_DIST

2003-04-12 19:10  mhoenicka

	* TODO (1.3): added general info, moved sqlite info into
	drivers/sqlite/TODO

2003-04-12 19:08  mhoenicka

	* README (1.5), README.win32 (1.2): more fixes to reflect the new
	structure

2003-04-12 19:06  mhoenicka

	* drivers/sqlite/: AUTHORS (1.1), README (1.1), TODO (1.1): initial
	version

2003-04-12 13:59  bhazer

	* tests/: Makefile.am (1.3), test_dbi.c (1.3): mSQL fixes

2003-04-12 00:13  mhoenicka

	* tests/test_dbi.c (1.2): updated to work with mysql, pgsql, sqlite
	drivers

2003-04-12 00:12  mhoenicka

	* drivers/pgsql/dbd_pgsql.c (1.30): dbd_select_db(): functional
	implementation

2003-04-12 00:11  mhoenicka

	* drivers/mysql/dbd_mysql.c (1.64): dbd_query(), dbd_query_null():
	fixed segfault if no rows are returned

2003-04-12 00:09  mhoenicka

	* README (1.4): updated for new drivers

2003-04-11 01:06  mhoenicka

	* drivers/msql/dbd_msql.c (1.2): fixed swapped lines in
	dbd_quote_string

2003-04-11 01:05  mhoenicka

	* drivers/: msql/Makefile.am (1.2), mysql/Makefile.am (1.7),
	pgsql/Makefile.am (1.8), sqlite/Makefile.am (1.3): added
	DBI_INCLUDE

2003-04-11 01:03  mhoenicka

	* acinclude.m4 (1.7), configure.in (1.11): added test for libdbi
	headers

2003-04-07 00:17  bhazer

	* AUTHORS (1.3), README (1.3), TODO (1.2), acinclude.m4 (1.6),
	autogen.sh (1.5), configure.in (1.10), drivers/Makefile.am (1.3),
	drivers/msql/Makefile.am (1.1), drivers/msql/dbd_msql.c (1.1),
	drivers/msql/dbd_msql.h (1.1): inital commit of the mSQL driver

2003-04-03 23:46  mhoenicka

	* drivers/sqlite/dbd_sqlite.c (1.11): new function dbd_ping()

2003-04-03 23:45  mhoenicka

	* acinclude.m4 (1.5): look for mysql/mysql.h instead of only
	mysql.h

2003-03-29 03:58  dap24

	* Makefile.am (1.4), acinclude.m4 (1.4), configure.in (1.9),
	drivers/sqlite/dbd_sqlite.c (1.10): Mac OS X

2003-03-29 03:19  dap24

	* Makefile.w32 (1.3), configure.in (1.8): oops again

2003-03-29 03:17  dap24

	* configure.in (1.7): oops

2003-03-29 03:08  dap24

	* acinclude.m4 (1.3), configure.in (1.6): mac osx, autoconf tweaks

2003-03-28 22:47  dap24

	* AUTHORS (1.2), Makefile.w32 (1.2), acinclude.m4 (1.2), autogen.sh
	(1.4), configure.in (1.5), libdbi.spec.in (1.2), doc/Makefile.am
	(1.2), doc/manual.sgml (1.4), doc/include/copying-fdl.sgml (1.1),
	doc/include/doc-html.dsl (1.1), doc/include/doc-print.dsl (1.1),
	doc/include/doc-single-html.dsl (1.1), drivers/Makefile.am (1.2),
	drivers/mysql/Makefile.am (1.6), drivers/mysql/dbd_mysql.c (1.63),
	drivers/mysql/mysql-stuff.h (1.3), drivers/pgsql/Makefile.am (1.7),
	drivers/pgsql/dbd_pgsql.c (1.29), drivers/pgsql/pgsql-stuff.h
	(1.3), drivers/sqlite/Makefile.am (1.2),
	drivers/sqlite/dbd_sqlite.c (1.9), drivers/sqlite/dbd_sqlite.sgml
	(1.1): moved drivers out of libdbi and into libdbi-drivers

2003-03-28 21:28  dap24

	* aclocal.m4 (1.3), config.guess (1.3), config.h.in (1.3),
	config.sub (1.3), install-sh (1.3), ltmain.sh (1.3), missing (1.3),
	mkinstalldirs (1.4), stamp-h.in (1.2): remove autogenerated stuff

