2002-12-06 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / tools / SqlSharp / ChangeLog
1 2002-12-06  Duncan Mak  <duncan@ximian.com>
2
3         * Makefile (clean): Remove *.dbg files.
4
5 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
6
7         * README: updated to include directions on
8         connecting to a database
9
10 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
11
12         * README: updated by including help for all the
13         SQL# commands with examples
14
15 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
16
17         * SqlSharpCli.cs: allow the ODBC provider
18         to execute a query and save results an XML file
19         via the \exexml command
20
21 2002-11-11  Daniel Morgan <danmorg@sc.rr.com>
22
23         * SqlSharpCli.cs: added new SQL# command \exexml 
24         to execute a query and put results in an xml file via a
25         generic DbDataAdapter and a DataSet.  Added 
26         Mono.Data.SybaseClient as a provider to use
27         via \provider sybase which is easier than SQL# command
28         \loadextprovider Mono.Data.SybaseClient Mono.DataSybaseClient.SybaseConnection
29         
30 2002-10-26  Daniel Morgan <danmorg@sc.rr.com>
31
32         * SqlSharpCli.cs: just write to the console
33         the Message from the exception, not the entire trace.
34
35 2002-10-25  Daniel Morgan <danmorg@sc.rr.com>
36
37         * SqlSharpCli.cs: added support for
38         SqlClient and TdsClient
39         
40         * SqlSharpCli.build: added target of "clean"
41
42 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
43
44         * SqlSharpCli.cs: added support for new place
45         where the PostgreSQL provider is an external
46         provider now.  Commented support for SqlClient and
47         cause an error and exception when trying to change to or open a
48         connection to the SqlClient provider.  
49
50 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
51
52         * SqlSharpCli.cs: import from 
53         mcs/class/System.Data/Test
54         by Miguel to
55         mcs/tools/SqlSharp
56         
57         * unix.args
58         * Makefile
59         * SqlSharpCli.build: add build files
60         
61         * README: add file about SqlSharp
62         
63         * ChangeLog: add file for log of changes
64