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

ChangeLog « MonoDevelop.Database.Sql.Npgsql « MonoDevelop.Database « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb91eff33cf8fb66f2214c9a5d1e1dddce263853 (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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
2009-10-22  Luciano N. Callero  <lnc19@hotmail.com>

	* NpgsqlGuiProvider.cs: Common Database API update.

	* NpgsqlConnectionProvider.cs: Implement Use Default port (to
	  use the default port without specifing it). 

2009-10-18  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Database.Sql.Npgsql.csproj: Fix the build &
	  flush format changes.

2009-10-07  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* MonoDevelop.Database.Sql.Npgsql.addin.xml: Bump MD version.

2009-08-26  Lluis Sanchez Gual  <lluis@novell.com>

	* gtk-gui/gui.stetic:
	* MonoDevelop.Database.Sql.Npgsql.csproj: We now depend on
	  gtk# 2.12.8, Mono 2.4, and Mono.Addins 0.4.

2009-07-31  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Database.Sql.Npgsql.csproj: Disabled 'require
	  specific version' flags.

2009-05-27  Luciano N. Callero <lnc19@hotmail.com>
	* MonoDevelop.Database.Sql.Npgsql.csproj: Include ChangeLog into the project.
	* NpgsqlSchemaProvider.cs: Save lastSystemOID to improve performance. 
	  Replace string + string with string.concat/string.format for performance.
	  Format sql tu use mult-line string and to make sql readable.
	  Use of using statement where is supported.
	  Remove unneeded comments. (old code)
	  Implement custom Procedure Definition creation.
	  Show all the parameters.
	  Use internal LastSystemOID when is present.
	  GetProcedureParameters now really works and show all the parameters.
	  Code clean.
	  Fix alter procedure bugs.

2009-04-23 Luciano N. Callero <lnc19@hotmail.com>
        * NpgsqlSchemaProvider.cs: Implement a custom GetTableTriggers 
  	  fix a create table bug.

2009-04-21  Luciano N. Callero  <lnc19@hotmail.com>

	* NpgsqlGuiProvider.cs: Fix Preview Dialog. When cancel the
	  dialog, don't create the table and don't close the table.
	* NpgsqlSchemaProvider.cs: Fix creation table to create a
	  correct sql.

2009-04-17  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am: Fix builddir paths.

2009-04-15  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* MonoDevelop.Database.Sql.Npgsql.addin.xml: Bump MD version.

2009-02-20  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Database.Sql.Npgsql.csproj: Updated references.

2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>

 * MonoDevelop.Database.Sql.Npgsql.mdp:
 * MonoDevelop.Database.Sql.Npgsql.csproj: Migrated to MSBuild file
   format.

2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>

 * AssemblyInfo.cs:
 * MonoDevelop.Database.Sql.Npgsql.addin.xml: Bump MD version.

2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>

 * gtk-gui/generated.cs:
 * gtk-gui/MonoDevelop.Database.Sql.Npgsql.NpgsqlColumnEditorWidget.cs:
 *
   gtk-gui/MonoDevelop.Database.Sql.Npgsql.NpgsqlCreateDatabaseWidget.cs:
   Flush.

2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Database.Sql.Npgsql.mdp: Flush project format changes.

2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am:
	* AssemblyInfo.cs:
	* MonoDevelop.Database.Sql.Npgsql.mdp: Add AssemblyInfo.cs files that
	are autogenerated from the addin manifests.

2008-11-06  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am: Fix build dependencies.

2008-11-05  Lluis Sanchez Gual  <lluis@novell.com>

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

2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.Npgsql.mdp: Updated projects.

2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 

	* gtk-gui/objects.xml: Update.

2008-08-18  Lluis Sanchez Gual <lluis@novell.com> 

	* Widgets/NpgsqlColumnEditorWidget.cs,
	  Widgets/NpgsqlCreateDatabaseWidget.cs, gtk-gui/objects.xml: Use new
	  model for describing custom stetic widgets.

2008-08-18  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.Npgsql.mdp: Fix reference to
	  Mono.TextEditor. The incorrect add-in version number causes
	  problems in the makefile synchronization.

2008-06-04  Lluis Sanchez Gual <lluis@novell.com> 

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

2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 

	* Makefile.am, MonoDevelop.Database.Sql.Npgsql.mdp: Fix projects.

2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 

	

2008-01-30  Ben Motmans <ben.motmans@gmail.com> 

	* NpgsqlGuiProvider.cs: added parameter to the ShowCreateDatabaseDialog
	  method

2008-01-29  Ben Motmans <ben.motmans@gmail.com> 

	* NpgsqlSchemaProvider.cs: Add missing capability

2008-01-29  Ben Motmans <ben.motmans@gmail.com> 

	* gtk-gui,
	  gtk-gui/MonoDevelop.Database.Sql.Npgsql.NpgsqlCreateDatabaseWidget.cs,
	  gtk-gui/generated.cs, gtk-gui/objects.xml,
	  gtk-gui/MonoDevelop.Database.Sql.Npgsql.NpgsqlColumnEditorWidget.cs,
	  gtk-gui/gui.stetic: auto generated code
	* MonoDevelop.Database.Sql.Npgsql.mdp: depend on Gtk# 2.8 instead of 2.12

2008-01-28  Ben Motmans <ben.motmans@gmail.com> 

	* NpgsqlPooledDbConnection.cs: database version support
	* NpgsqlConnectionProvider.cs, NpgsqlSchemaProvider.cs, NpgsqlDbFactory.cs,
	  NpgsqlGuiProvider.cs, NpgsqlDialect.cs: small API related changes
	* Widgets/NpgsqlColumnEditorWidget.cs,
	  Widgets/NpgsqlCreateDatabaseWidget.cs: placeholders for future
	  implementations

2008-01-28  Ben Motmans <ben.motmans@gmail.com> 

	* MonoDevelop.Database.Sql.Npgsql.addin.xml: removed obsolete stuff from the
	  old capabilities system

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

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

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

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

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

	* MonoDevelop.Database.Sql.Npgsql.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.Npgsql.addin.xml: Bump add-in versions.

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

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

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

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

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

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

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

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

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

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

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

	* Makefile.am: Don't deploy .addin.xml file.
	* MonoDevelop.Database.Sql.Npgsql.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.Npgsql.addin.xml: Bump MD version.

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

	* MonoDevelop.Database.Sql.Npgsql.addin.xml: temporarily disabled the Create
	  table command due to a missing feature in the database provider

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

	* NpgsqlSchemaProvider.cs: IsDBNull check for columns that can have 'null'
	  values
	* Makefile.am: link to the correct Mono.Addins dll

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

	* NpgsqlSchemaProvider.cs, NpgsqlDbFactory.cs,
	  MonoDevelop.Database.Sql.Npgsql.addin.xml: improved capabilities system

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

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

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

	* NpgsqlSchemaProvider.cs: some tweaks in the sql queries

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

	* NpgsqlConnectionProvider.cs: added support for an error message
	* NpgsqlSchemaProvider.cs: added MetaData information and implemented GetProcedureParameters

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

	* NpgsqlSchemaProvider.cs: CreateTrigger implementation

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

	* NpgsqlSchemaProvider.cs: Catch exceptions and notify the user

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

	* NpgsqlDbFactory.cs, NpgsqlGuiProvider.cs: Added a GuiProvider
	* NpgsqlSchemaProvider.cs: Implemented CreateTable

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

	* NpgsqlSchemaProvider.cs, NpgsqlDbFactory.cs: improved metadata support
	* NpgsqlPooledDbConnection.cs: expose the GetSchema method of the internal connection

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

	* NpgsqlSchemaProvider.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
	* NpgsqlDbFactory.cs: implemented methods required for the connection settings dialog

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

	* NpgsqlDialect.cs: dialect implementation with keyword detection
	* NpgsqlDbFactory.cs: use NpgsqlDialect instead of the obsolete Sql99Dialect

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

	* NpgsqlConnectionProvider.cs, NpgsqlDbFactory.cs, NpgsqlSchemaProvider.cs: small changes
	to reflect API changes
	* NpgsqlPooledDbConnection.cs: implementation of ConnectionPool aware connection

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

	* NpgsqlConnectionProvider.cs: set IsConnectionError property

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

	* NpgsqlConnectionProvider.cs: ExecuteQueryAsDataSet and ExecuteQueryAsDataTable implementation
	* NpgsqlDbFactory.cs: specified the ISqlDialect and added default connection settings

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

	* NpgsqlSchemaProvider.cs: 
	Imported the old DbProvider and updated all to code to use the new API

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

	* NpgsqlSchemaProvider.cs: 
	* NpgsqlDbFactory.cs: 
	* NpgsqlConnectionProvider.cs: 
	Imported original code and splitted in 3 classes