File: ChangeLog

package info (click to toggle)
mono 3.2.8%2Bdfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 527,964 kB
  • ctags: 623,327
  • sloc: cs: 3,938,236; xml: 1,891,753; ansic: 418,737; java: 59,920; sh: 15,754; makefile: 11,067; sql: 7,956; perl: 2,279; cpp: 1,380; yacc: 1,203; python: 594; asm: 422; sed: 16; php: 1
file content (156 lines) | stat: -rw-r--r-- 4,655 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>

	* SqlSharpCli.cs: fixes for using DbConnectionStringBuilder,
	do not allow changing of provider or opening when the
	connection is already open

2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>

	* SqlSharpcli.cs: use foreach to get keys
	in DbConnectionStringBuilder

	* ChangeLog: fix previous entry of mine

2008-08-27  Daniel Morgan <monodanmorg@yahoo.com>

	* SqlSharpcli.cs: start using ADO.NET 2.0 features 
	such as provider factories and connection string builders
	but still be backwards compatible with prior ADO.NET providers.

	Added new commands:
		\bcs for building your connection string for you by prompting
		\cs short for \connectionstring
		\p short for \provider
		\listp or \listproviders to list DbProviderFactories
		    listed in the machine.config file.

	Building with gmcs now which means the NET_2_0 profile.	

2005-12-25  Daniel Morgan <danielmorgan@verizon.net>

	* SqlSharpCli.cs: make the MySQL Connector/Net the default mysql provider.  
	If people still need to use ByteFX, they can use bytefx.  Update assembly
	version for Firebird SQL.
	
	* README: update MySQL provider info

2004-12-27  Alp Toker <alp@atoker.com>

	* SqlSharpCli.cs: Math and Mono.Math clash. Refer to System.Math directly to
	unbreak the build. Another approach would be to move the using System
	statement within the namespace block. Both have caveats.

2004-12-26  Daniel Morgan <danielmorgan@verizon.net>

	* SqlSharpCli.cs: change formatting style from vs.net default
	to mono style, display results better aligned

2004-10-21  Daniel Morgan <danielmorgan@verizon.net>

	* SqlSharpCli.cs: removed obsolete providers (Mono.Data.MySql, 
	Mono.Data.PostgreSqlClient, Mono.Data.DB2Client), 
	added provider for FirebirdSql.Data.Firebird, fixed 
	loading of external providers so they work with
	Mono having a GAC

2004-06-09  Raja R Harinath  <rharinath@novell.com>

	* Makefile (HAS_TEST): Remove.
	(run-test-local): Disable for now.  Move rules to ...
	(run-sqlsharp-test): ... this.

2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* SqlSharpCli.cs: changes by Daniel Morgan to make this build with MS
	runtime 1.0 and 1.1 .

2003-02-16  Daniel Morgan <danmorg@sc.rr.com>

	* SqlSharpCli.cs: fix typos and when the
	provider is set to oracle, it should default
	to not using the simple reader

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