2003-01-26  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: fixes contributed by
	Francisco Figueiredo Jr. fxjrlists a-t yahoo.com.br

2003-01-20  Daniel Morgan <danmorg@sc.rr.com>

	* README: updated notes on connection strings and providers
	* SqlSharpCli.cs: fixes for other providers: 
	OracleClient, DB2Client, Npgsql, MySqlNet

2002-12-10  Daniel Morgan <danmorg@sc.rr.com>

	* Makefile
	* SqlSharpCli.build: change target
	from SqlSharpCli.exe
	to sqlsharp.exe
	
	* README: mention how to run SQL#
	
2002-12-06  Duncan Mak  <duncan@ximian.com>

	* Makefile (clean): Remove *.dbg files.

2002-11-30  Daniel Morgan <danmorg@sc.rr.com>

	* README: updated to include directions on
	connecting to a database

2002-11-30  Daniel Morgan <danmorg@sc.rr.com>

	* README: updated by including help for all the
	SQL# commands with examples

2002-11-30  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: allow the ODBC provider
	to execute a query and save results an XML file
	via the \exexml command

2002-11-11  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: added new SQL# command \exexml 
	to execute a query and put results in an xml file via a
	generic DbDataAdapter and a DataSet.  Added 
	Mono.Data.SybaseClient as a provider to use
	via \provider sybase which is easier than SQL# command
	\loadextprovider Mono.Data.SybaseClient Mono.DataSybaseClient.SybaseConnection
	
2002-10-26  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: just write to the console
	the Message from the exception, not the entire trace.

2002-10-25  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: added support for
	SqlClient and TdsClient
	
	* SqlSharpCli.build: added target of "clean"

2002-10-16  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: added support for new place
	where the PostgreSQL provider is an external
	provider now.  Commented support for SqlClient and
	cause an error and exception when trying to change to or open a
	connection to the SqlClient provider.  

2002-10-16  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: import from 
	mcs/class/System.Data/Test
	by Miguel to
	mcs/tools/SqlSharp
	
	* unix.args
	* Makefile
	* SqlSharpCli.build: add build files
	
	* README: add file about SqlSharp
	
	* ChangeLog: add file for log of changes

