[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / sqlsharp / ChangeLog
1 2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>
2
3         * SqlSharpCli.cs: fixes for using DbConnectionStringBuilder,
4         do not allow changing of provider or opening when the
5         connection is already open
6
7 2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>
8
9         * SqlSharpcli.cs: use foreach to get keys
10         in DbConnectionStringBuilder
11
12         * ChangeLog: fix previous entry of mine
13
14 2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>
15
16         * SqlSharpcli.cs: start using ADO.NET 2.0 features 
17         such as provider factories and connection string builders
18         but still be backwards compatible with prior ADO.NET providers.
19
20         Added new commands:
21                 \bcs for building your connection string for you by prompting
22                 \cs short for \connectionstring
23                 \p short for \provider
24                 \listp or \listproviders to list DbProviderFactories
25                     listed in the machine.config file.
26
27         Building with gmcs now which means the NET_2_0 profile. 
28
29 2005-12-25  Daniel Morgan <danielmorgan@verizon.net>
30
31         * SqlSharpCli.cs: make the MySQL Connector/Net the default mysql provider.  
32         If people still need to use ByteFX, they can use bytefx.  Update assembly
33         version for Firebird SQL.
34         
35         * README: update MySQL provider info
36
37 2004-12-27  Alp Toker <alp@atoker.com>
38
39         * SqlSharpCli.cs: Math and Mono.Math clash. Refer to System.Math directly to
40         unbreak the build. Another approach would be to move the using System
41         statement within the namespace block. Both have caveats.
42
43 2004-12-26  Daniel Morgan <danielmorgan@verizon.net>
44
45         * SqlSharpCli.cs: change formatting style from vs.net default
46         to mono style, display results better aligned
47
48 2004-10-21  Daniel Morgan <danielmorgan@verizon.net>
49
50         * SqlSharpCli.cs: removed obsolete providers (Mono.Data.MySql, 
51         Mono.Data.PostgreSqlClient, Mono.Data.DB2Client), 
52         added provider for FirebirdSql.Data.Firebird, fixed 
53         loading of external providers so they work with
54         Mono having a GAC
55
56 2004-06-09  Raja R Harinath  <rharinath@novell.com>
57
58         * Makefile (HAS_TEST): Remove.
59         (run-test-local): Disable for now.  Move rules to ...
60         (run-sqlsharp-test): ... this.
61
62 2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
63
64         * SqlSharpCli.cs: changes by Daniel Morgan to make this build with MS
65         runtime 1.0 and 1.1 .
66
67 2003-02-16  Daniel Morgan <danmorg@sc.rr.com>
68
69         * SqlSharpCli.cs: fix typos and when the
70         provider is set to oracle, it should default
71         to not using the simple reader
72
73 2003-01-26  Daniel Morgan <danmorg@sc.rr.com>
74
75         * SqlSharpCli.cs: fixes contributed by
76         Francisco Figueiredo Jr. fxjrlists a-t yahoo.com.br
77
78 2003-01-20  Daniel Morgan <danmorg@sc.rr.com>
79
80         * README: updated notes on connection strings and providers
81         * SqlSharpCli.cs: fixes for other providers: 
82         OracleClient, DB2Client, Npgsql, MySqlNet
83
84 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
85
86         * Makefile
87         * SqlSharpCli.build: change target
88         from SqlSharpCli.exe
89         to sqlsharp.exe
90         
91         * README: mention how to run SQL#
92         
93 2002-12-06  Duncan Mak  <duncan@ximian.com>
94
95         * Makefile (clean): Remove *.dbg files.
96
97 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
98
99         * README: updated to include directions on
100         connecting to a database
101
102 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
103
104         * README: updated by including help for all the
105         SQL# commands with examples
106
107 2002-11-30  Daniel Morgan <danmorg@sc.rr.com>
108
109         * SqlSharpCli.cs: allow the ODBC provider
110         to execute a query and save results an XML file
111         via the \exexml command
112
113 2002-11-11  Daniel Morgan <danmorg@sc.rr.com>
114
115         * SqlSharpCli.cs: added new SQL# command \exexml 
116         to execute a query and put results in an xml file via a
117         generic DbDataAdapter and a DataSet.  Added 
118         Mono.Data.SybaseClient as a provider to use
119         via \provider sybase which is easier than SQL# command
120         \loadextprovider Mono.Data.SybaseClient Mono.DataSybaseClient.SybaseConnection
121         
122 2002-10-26  Daniel Morgan <danmorg@sc.rr.com>
123
124         * SqlSharpCli.cs: just write to the console
125         the Message from the exception, not the entire trace.
126
127 2002-10-25  Daniel Morgan <danmorg@sc.rr.com>
128
129         * SqlSharpCli.cs: added support for
130         SqlClient and TdsClient
131         
132         * SqlSharpCli.build: added target of "clean"
133
134 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
135
136         * SqlSharpCli.cs: added support for new place
137         where the PostgreSQL provider is an external
138         provider now.  Commented support for SqlClient and
139         cause an error and exception when trying to change to or open a
140         connection to the SqlClient provider.  
141
142 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
143
144         * SqlSharpCli.cs: import from 
145         mcs/class/System.Data/Test
146         by Miguel to
147         mcs/tools/SqlSharp
148         
149         * unix.args
150         * Makefile
151         * SqlSharpCli.build: add build files
152         
153         * README: add file about SqlSharp
154         
155         * ChangeLog: add file for log of changes
156