Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « MonoDevelop.Database.Sql.MySql « MonoDevelop.Database « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: accf943d0c51975d7b52428d1cf7bd8330e6a057 (plain)
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
2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.addin.xml: Update MD version.

2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.addin.xml: Updated add-in category and
	  description.

2007-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.mdp: Updated project file. The order of
	  extended properties won't change anymore.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.addin.xml: Bump add-in versions.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.mdp: Updated project files.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* Makefile.am, MonoDevelop.Database.Sql.MySql.addin.xml,
	  MonoDevelop.Database.Sql.MySql.mdp: Directory reorganization.

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.addin.xml: Bump MD version.

2007-10-23  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.mdp: Project file names updated by change
	  in MD path functions.

2007-10-16  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.mdp: Fix required GTK# version.

2007-09-26  Michael Hutchinson <mhutchinson@novell.com> 

	* Makefile.am: Don't deploy .addin.xml file.
	* MonoDevelop.Database.Sql.MySql.mdp: Don't unnecessarily local-copy project
	  references. Don't sync EXTRA_DIST with deploy files. Add Makefile.am to
	  file list.

2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.MySql.addin.xml: Bump MD version.

2007-09-20 Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am: removed incorrect references

2007-09-20 Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am: changed reference to contrib/MySql

2007-09-16  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am: link to the correct Mono.Addins dll

2007-09-07  Ben Motmans <ben.motmans@gmail.com> 

	* MySqlSchemaProvider.cs, MySqlDbFactory.cs,
	  MonoDevelop.Database.Sql.MySql.addin.xml: improved capabilities system

2007-08-28  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am, MonoDevelop.Database.Sql.MySql.mdp: use project references
	  instead of assembly references

2007-08-28  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am: updated makefile

2007-08-03  Ben Motmans <ben.motmans@gmail.com>

	* MySqlConnectionProvider.cs: added support for an error message

2007-08-02  Ben Motmans <ben.motmans@gmail.com>

	* MySqlSchemaProvider.cs: also create triggers in the create table method

2007-08-01  Ben Motmans <ben.motmans@gmail.com>

	* MySqlSchemaProvider.cs: Catch exceptions and notify the user and various
	small bugfixes

2007-07-31  Ben Motmans <ben.motmans@gmail.com>

	* MySqlDbFactory.cs, MySqlGuiProvider.cs: Added a GuiProvider
	* MySqlSchemaProvider.cs: Implemented CreateTable

2007-07-25  Ben Motmans <ben.motmans@gmail.com>

	* MySqlPooledDbConnection.cs: expose the GetSchema method of the internal connection
	* MySqlDbFactory.cs, MySqlSchemaProvider.cs: improved metadata support

2007-07-18  Ben Motmans <ben.motmans@gmail.com>

	* MySqlSchemaProvider.cs: SupportsSchemaOperation implementation, use of strongly typed
	collections, Drop* and Rename* implementations

2007-07-17  Ben Motmans <ben.motmans@gmail.com>

	* Makefile.am: initial makefile
	* MySqlDbFactory.cs: implemented methods required for the connection settings dialog
	* MySqlSchemaProvider.cs: implemented GetDataType method

2007-07-15  Ben Motmans <ben.motmans@gmail.com>

	* MySqlDialect.cs: dialect implementation with keyword detection
	* MySqlDbFactory.cs: use MySqlDialect instead of the obsolete Sql99Dialect

2007-07-14  Ben Motmans <ben.motmans@gmail.com>

	* MySqlConnectionProvider.cs, MySqlDbFactory.cs, MySqlSchemaProvider.cs: small changes
	to reflect API changes
	* MySqlPooledDbConnection.cs: implementation of ConnectionPool aware connection
	

2007-07-10  Ben Motmans <ben.motmans@gmail.com>

	* MySqlConnectionProvider.cs: set IsConnectionError property

2007-07-05  Ben Motmans <ben.motmans@gmail.com>

	* MySqlConnectionProvider.cs: ExecuteQueryAsDataSet and ExecuteQueryAsDataTable implementation
	* MySqlDbFactory.cs: specified the ISqlDialect and added default connection settings
	* Mono.Data.Sql.MySql.mdp: switched from the old ByteFX.Data provider to the new MySql.Data

2007-07-02  Ben Motmans <ben.motmans@gmail.com>

	* MySqlSchemaProvider.cs: 
	Fixed several compilation issues
	Added Close () statements when the IDataReader is no longer needed

2007-07-01  Ben Motmans <ben.motmans@gmail.com>

	* MySqlSchemaProvider.cs: 
	* MySqlDbFactory.cs: 
	* MySqlConnectionProvider.cs: 
	Imported original code and splitted in 3 classes
	GetDatabases, GetTableConstraints, GetViews, GetProcedures, GetViewColumns, GetProcedureColumns implementation
	improved support for MySql 5.x for the GetTables method
	updated sql statements to allow lazy loading