Merge pull request #1238 from esdrubal/datetimeoffset
[mono.git] / mcs / class / Npgsql / ChangeLog
1 2009-11-20  Veerapuram Varadhan  <vvaradhan@novell.com>
2
3         * Npgsql.dll.sources: Add
4         Npgsql{Factory,ConnectionStringBuilder}.cs
5         * Npgsql/NpgsqlConnectionString.cs: Comment out redefinition of
6         SslMode.
7         * Npgsql/NpgsqlConnectionStringBuilder.cs: Mark it for 2.x profile
8         onwards.
9         * Npgsql/NpgsqlFactory.cs: Make methods to work also on 2.x profile
10         
11 2008-11-05  Francisco Figueiredo Jr.  <francisco@npgsql.org>
12
13         Undone update as it breaks the svn tree. 
14
15 2008-11-05  Francisco Figueiredo Jr.  <francisco@npgsql.org>
16         
17         Updated Npgsql to Npgsql2 2.0.1. Now Npgsql requires .Net 2.0 or above
18
19 2008-05-05  Francisco Figueiredo Jr.  <francisco@npgsql.org>
20
21         Fixed problems when notification thread throws exception. Not is
22         correctly thrown. See http://pgfoundry.org/forum/message.php?msg_id=1003387 for discussion about that. Thanks Josh Cooley for patch.
23
24
25 2007-11-15  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
26         *Npgsql/NpgsqlCommand.cs:  [#1010187] Problem with parsing parameters and "<" or ">" operator with Prepare().
27         [#1010186] Thread safety problem when Parsing command text.
28         Thanks Hubert FONGARNAND for patches!
29
30 2007-11-09  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
31
32         *NpgsqlTypes/NpgsqlTypesHelper.cs: This is a single line patch version for handling Standard conforming strings parameter in postgresql.conf. You only need this version instead of 1.0 is you are using this setting or is planning to use it. Also, starting with 8.4 postgresql version, this parameter will be default to on in postgresql.conf. Today it is off.
33         More info can be obtained on this link: http://pgfoundry.org/tracker/index.php?func=detail&aid=1009624&group_id=1000140&atid=592
34         Thanks Laurenz Albe & Erich Lerch for their patch!
35
36
37 2006-11-01  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
38         
39         *Npgsql/NpgsqlCommand.cs: [#1000765] InvalidCastException for ByteA
40         Parameter when command.Prepare() Thanks Hubert Fongarnand for patch!
41
42 2006-10-20  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
43
44         *Npgsql/NpgsqlCommand.resx,
45          Npgsql/NpgsqlConnection.cs,
46          Npgsql/NpgsqlCommand.cs,
47          Npgsql/NpgsqlState.cs,
48          Npgsql/NpgsqlConnectorPool.cs,
49          Npgsql/NpgsqlCommandBuilder.cs,
50          Npgsql/NpgsqlDataReader.cs,
51          NpgsqlTypes/LargeObjectManager.cs,
52          NpgsqlTypes/NpgsqlDbType.cs,
53          NpgsqlTypes/LargeObject.cs,
54          NpgsqlTypes/NpgsqlTypesHelper.cs,
55          NpgsqlTypes/FastPath.cs: Updated to 1.0 final version. 
56
57
58
59 2006-09-06  Kornél Pál  <kornelpal@gmail.com>
60
61         * Test/TestConfiguration.cs: Moved from build/common.
62         * Npgsql/Npgsql_test.dll.sources: Added TestConfiguration.cs.
63
64 2006-08-16  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
65
66
67         *  Npgsql/NpgsqlParameter.cs
68       Npgsql/NpgsqlConnectionString.cs
69       Npgsql/NpgsqlState.resx
70       Npgsql/NpgsqlConnection.cs
71       Npgsql/NpgsqlSchema.cs
72       Npgsql/NpgsqlClosedState.cs
73       Npgsql/NpgsqlCommand.cs
74       Npgsql/NpgsqlConnectorPool.cs
75       Npgsql/NpgsqlConnector.cs
76       Npgsql/NpgsqlTransaction.resx
77       Npgsql/NpgsqlRowDescription.cs
78       Npgsql/NpgsqlCommandBuilder.cs
79       Npgsql/NpgsqlDataReader.cs
80       Npgsql/NpgsqlException.cs
81           Npgsql/NpgsqlMediator.cs
82       Npgsql/NpgsqlReadyState.cs
83       NpgsqlTypes/NpgsqlDbType.cs
84       NpgsqlTypes/NpgsqlTypeConverters.cs
85       NpgsqlTypes/NpgsqlTypesHelper.cs: Updated to RC3 version.
86
87
88
89
90 2006-04-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
91
92     * Npgsql_test.dll.sources,
93       Npgsql.dll.sources,
94       Npgsql/NpgsqlError.cs,
95       Npgsql/NpgsqlCommandBuilder.resx,
96       Npgsql/NpgsqlConnectedState.cs,
97       Npgsql/NpgsqlBind.cs,
98       Npgsql/NpgsqlTransaction.cs,
99       Npgsql/NpgsqlConnectionString.cs,
100       Npgsql/NpgsqlConnection.cs,
101       Npgsql/NpgsqlClosedState.cs,
102       Npgsql/NpgsqlState.cs,
103       Npgsql/NpgsqlAsciiRow.cs,
104       Npgsql/NpgsqlConnector.cs,
105       Npgsql/NpgsqlParameterCollection.cs,
106       Npgsql/NpgsqlCancelRequest.cs,
107       Npgsql/NpgsqlCommandBuilder.cs,
108       Npgsql/NpgsqlException.cs,
109       Npgsql/NpgsqlMediator.cs,
110       Npgsql/NpgsqlReadyState.cs,
111       Npgsql/PGUtil.cs,
112       ChangeLog,
113       Npgsql.dll.resources,
114       NpgsqlTypes/NpgsqlDbType.cs,
115       NpgsqlTypes/NpgsqlTypeConverters.cs,
116       NpgsqlTypes/NpgsqlTypes.cs,
117       NpgsqlTypes/NpgsqlTypesHelper.cs,
118       Makefile: Updated to RC1 version.
119
120
121 Thu Feb 23 10:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
122
123     * Npgsql/NpgsqlCommand.cs: return count for fetch and move, too,
124     patch from Federico Di Gregorio <fog@initd.org>.
125
126
127 2006-01-05  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
128
129     * PGUtil.cs: [#1000517] ServerVersion operator overload. Fixed. Thanks Otto for heads up.
130
131
132 2006-01-01  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
133         
134     * NpgsqlCommand.cs: [#1000497] Dot in parameter name causes exception. Added performance patch for GetClearCommandText() thanks Bryan Mayland.
135     * NpgsqlParameterCollection.cs: Added performance patch for GetClearCommandText() thanks Bryan Mayland.
136     * [#1000454] Getting identifier of an inserted row. Added property LastInsertedOID to NpgsqlCommand. This property only works when using a single insert command and the table was created with oids else it returns 0.
137
138 2005-12-29  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
139
140     * NpgsqlCommand.cs: [#1000500] Fixed problem when parsing parameter names with NpgsqlCommand.Prepare(), [#1000497] Fixed problem with dot in parameter names.
141
142 2005-12-25  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
143
144     * NpgsqlTransaction.cs: [#1000491] Fixed transaction isolation level setting. Thanks Ottó Havasvölgyi for heads up.
145     * NpgsqlTransaction.cs.resx: Removed unused key.
146
147 2005-12-14  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
148
149     * NpgsqlAsciiRow.cs,
150       NpgsqlBind.cs,
151       NpgsqlCommand.cs,
152       NpgsqlConnector.cs,
153       NpgsqlReadyState.cs,
154       NpgsqlState.cs,
155       NpgsqlTypesHelper.cs: [#1000458] Enormous memory increase (and application crash) with large BYTEA parameter. Added binary support.  Thanks Hubert FONGARNAND for patch. Improved network performance by removing some Stream.Flush() calls.
156
157
158 2005-12-13  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
159
160
161         * NpgsqlClosedState.cs:  Added a performance improvement fix. Npgsql now use a buffered stream for all server interactions.
162
163 2005-12-12  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
164
165         * Npgsql/NpgsqlCommand.cs: [bugzilla 76961] Fixed problem with ExecuteReader when using SchemaOnly and SingleRow behavior at same time. Thanks Kamil Skalski for feedback.
166
167 2005-12-09  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
168
169     Npgsql/NpgsqlError.cs,
170     Npgsql/NpgsqlParameter.cs,
171     Npgsql/NpgsqlConnectionString.cs,
172     Npgsql/NpgsqlConnection.cs,
173     Npgsql/NpgsqlSchema.cs,
174     Npgsql/NpgsqlClosedState.cs,
175     Npgsql/NpgsqlCommand.cs,
176     Npgsql/NpgsqlState.cs,
177     Npgsql/NpgsqlAsciiRow.cs,
178     Npgsql/NpgsqlConnectorPool.cs,
179     Npgsql/NpgsqlConnector.cs,
180     Npgsql/NpgsqlQuery.cs,
181     Npgsql/NpgsqlRowDescription.cs,
182     Npgsql/NpgsqlCommandBuilder.cs,
183     Npgsql/NpgsqlDataReader.cs,
184     Npgsql/NpgsqlException.cs,
185     Npgsql/NpgsqlMediator.cs,
186     Npgsql/NpgsqlReadyState.cs,
187     Npgsql/NpgsqlEventLog.cs,
188     Npgsql.dll.resources,
189     NpgsqlTypes/NpgsqlTypeConverters.cs,
190     NpgsqlTypes/NpgsqlTypesHelper.cs,
191     Makefile: Updated to 1.0beta1
192
193
194 2005-08-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
195     * NpgsqlParameter.cs: Applied patch to fix a NullReferenceException when using Design Time support. Thanks Josh Cooley ( jbnpgsql at tuxinthebox dot net ) for patch.
196     * NpgsqlDataReader.cs: Updated ProviderType metadata from NpgsqlDataReader.GetResultsetSchema to be the string for the type rather than the oid.  Fixed ColumnSize, NumericPrecision, NumericScale, BaseColumnName, AllowDBNull, and IsAliased. Also integrated patch from (rlp at bamafolks dot com), gborg 751. Thanks Josh Cooley (jbnpgsql at tuxinthebox dot net) for patches!
197     * NpgsqlConnection.cs,
198     NpgsqlSchema.cs: Josh Cooley (jbnpgsql at tuxinthebox dot net) improved Metadata support in Npgsql. Added support for the following collections through NpgsqlConnection.GetSchema() methods: MetaDataCollections, Restrictions, Databases, Tables, Columns, Views and Users. Also added support for restrictions when getting info about these collections.
199     * NpgsqlCommand.cs: Fixed problem with stored procedure command texts which finished with a ";". Npgsql was adding incorrectly a trailing "()" when calling this command text.
200     * NpgsqlDbType.cs,
201     NpgsqlTypesHelper.cs: Added refcursor parameter support. Now, refcursors can be passed as arguments for functions. Thanks Jon Asher for heads up and tests.
202     * Npgsql.dll.sources: Added helper metadata class. Thanks Josh Cooley (jbnpgsql at tuxinthebox dot net).
203     * NpgsqlDataAdapter: Updated constructor documentation.
204     * NpgsqlConnectorPool: Fixed concurrent problem when using MinPoolSize > 1. Thanks Josh Cooley (jbnpgsql at tuxinthebox dot net) for patch.
205     * NpgsqlParameterCollection.cs: Fixed problems with parameters with "@" prefix. They weren't correctly recognized. Thanks Pejvan Beigui ( pejvan at gmail dot com) for heads up.
206     * NpgsqlCommandBuilder.cs: Updated documentation.
207     
208 2005-08-21  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
209         * Makefile,
210         Npgsql.dll.resources: Removed references to design time support. This is not needed when compiling Npgsql with mono.
211
212 2005-08-06  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
213
214         * NpgsqlCommand.cs: Fixed problem when using commandtype.storedprocedure with command texts which have parameters with ' or any other value which needed to be escaped. Now they are properly handled. Thanks Dalibor (dalxxx at email dot com) for heads up and tests.
215
216         
217 2005-08-05  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
218
219         * NpgsqlConnection.cs:  Fixed documentation about User Id connection string key. Thanks peyn at tlen dot pl for heads up. Fixes gborg 1388
220
221 2005-07-29  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
222
223         * NpgsqlCommand.cs: Fixed problem with query strings with newlines. Regexp used to parse parameters were removing new line bytes creating query strings with errors. Thanks Jaroslaw Kowalski (jaak at jkowalski dot net) for fix.
224         
225
226 2005-07-19  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
227
228         * NpgsqlTypes/NpgsqlTypeConverters.cs:  Gborg 1370. Fixed problems with Money type when using a culture which doesn't use dot as decimal separator. Also fixed problem where only Decimal types (i.e.: 7.4M) could be used as Money type values. Now Float values can be used too.
229         
230 2005-07-08  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
231
232     * Npgsql/NpgsqlCommand.cs: Npgsql now can handle functions which return refcursor and setof refcursor. Now, results are returned as NpgsqlDataReader resultsets. There is no need to explicitly call "fetch all ..."
233
234 2005-07-05 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
235    
236     * NpgsqlTypes/NpgsqlDbType.cs,
237       NpgsqlTypes/NpgsqlTypesHelper.cs,
238       Npgsql/NpgsqlParameter.cs,
239       Npgsql/NpgsqlConnectionString.cs,
240       Npgsql/NpgsqlState.resx,
241       Npgsql/NpgsqlConnection.cs,
242       Npgsql/NpgsqlClosedState.cs,
243       Npgsql/NpgsqlCommand.cs,
244       Npgsql/NpgsqlConnector.cs,
245       Npgsql/NpgsqlParameterCollection.cs,
246       Npgsql/NpgsqlDataReader.cs,
247       Npgsql/NpgsqlException.cs: Updated to Npgsql 0.7beta6 gborg code.
248
249 2005-02-20 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
250
251     * Npgsql/NpgsqlCommand.cs: Fixed a problem when using prepare commands inside a transaction. Portal wasn't being released. We use the unnamed portal now. Thanks Marcin (marcin at floryan dot neostrada dot pl) for the heads up.
252
253 2005-02-13 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
254
255     * NpgsqlTypes/NpgsqlTypesHelper.cs: gborg 1121: Fixed another culture variant representation problem when handling floating numbers. Thanks Sergey (sergey dot p dot k dot no dot spam at gmail dot com) for patch.
256     gborg 1167: Added support for writing null chars in text fields. Now they are escaped with \\0.
257     Thanks Sergey (sergey dot p dot k dot no dot spam at gmail dot com) for patch.
258     
259 2005-02-08 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
260
261     * NpgsqlTypes/NpgsqlTypesHelper.cs: Fixed float precision rounding. Now all float values are sent with 15 precision scale.
262     * Npgsql/NpgsqlCommand.cs: Fixed problem when setting a new connection and a running transaction existed. Now, the transaction can be removed and later the connection can be replaced. Thanks Mike Griffin (mike.griffin at mygenerationsoftware dot com) for heads up.
263
264 2005-02-06  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
265
266     * NpgsqlTypes/NpgsqlTypeConverters.cs: Fixed datetime precision when sending values to backend. It was sending just the first 3 decimal values of time. Now it sends all the 6 digits. Thanks Martin Susil (spam at susil dot net) for heads up.
267
268 2005-01-29  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
269
270     * Npgsql/NpgsqlCommand.cs: Added support for updating output parameters when calling executereader().
271     Thanks Mike Griffin (mike dot griffin at mygenerationsoftware dot com) for heads up. 
272     Fixed internal constructor to initialize Parameters collection and timeout.
273
274 2005-01-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
275
276     * Npgsql/NpgsqlParameter.cs,
277     Npgsql/NpgsqlConnection.cs,
278     Npgsql/NpgsqlCommand.cs,
279     Npgsql/NpgsqlParameterCollection.cs,
280     Makefile: Fixed problem when compiling Npgsql with Mono on windows with cygwin. Thanks Atsushi Enomoto(atsushi at ximian dot com) for heads up and Rafael Teixeira(monoman at gmail dot com) for fix.
281
282 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
283
284         * Makefile : quick csc build fix (tested on mcs as well).
285
286 2005-01-23  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
287         * NpgsqlTypes/NpgsqlTypes.cs,
288         Npgsql.dll.sources,
289         Npgsql/NpgsqlParameter.cs,
290         Npgsql/NpgsqlConnection.cs,
291         Npgsql/NpgsqlCommand.cs,
292         Npgsql/NpgsqlParameterCollection.cs,
293         Makefile: Removed System.Drawing, System.Windows.Forms and System.Design dependency.
294         * NpgsqlTypes/NpgsqlTypesHelper.cs: Added patch for gborg 1121. Thanks regmaster (regmaster at gmx dot li) and torben (torben-spam-npsql at nehmer dot net) for patch.
295
296 2005-01-21  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
297         * NpgsqlTypes/NpgsqlDbType.cs,
298         NpgsqlTypes/NpgsqlTypesHelper.cs: Added support for Varchar datatype. Removed Internal data type enum. It is not supported yet.
299         * Npgsql/PGUtil.cs,
300         Npgsql/PGUtil.resx: (WriteString) Added support for logging what string is being written to database server.
301         * Npgsql/NpgsqlCommand.cs: Added SingleRow behavior support. 
302         gborg 1099. Added support for record return type functions. Thanks neri and Michel for heads up and tests.
303         Fixed record function bug when function had many parameters. Thanks Neri (neri at gborg dot postgresql dot org) for heads up.
304         * Npgsql/NpgsqlCommandBuilder.cs,
305         NpgsqlDataAdapter.cs: Applied patch to fix gborg 1095. Thanks Eric van der Gutten (ericvdg at ananzi dot co dot za).
306         * Npgsql/NpgsqlDataReader.cs: Removed type conversions for GetXXX() methods.
307         
308         
309
310 2004-12-20  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
311         * Npgsql/NpgsqlCommand.cs: gborg 1099. Added support for record return type functions. Thanks neri and Michel for heads up and tests.
312         * Npgsql/NpgsqlDataReader.cs: Removed type conversions for GetXXX() methods.
313         * Npgsql/NpgsqlCommand.cs: Added IClonable implementation. Also added strong type NpgsqlTransaction property and converted previous interface implementation to implicit interface implementation. Thanks Christopher Gersbo-Møller (cgm at knowledgelab dot sdu dot dk) for heads up.
314         
315 2004-12-19  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
316         * Npgsql/NpgsqlCommand.cs: Fixed gborg 1088 and 1080. Thanks Neri (neri at gborg dot postgresql dot org) for help. Now mapped output parameters are correctly updated regardless their position in Parameters collection.
317
318 2004-12-16  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
319         * Npgsql/NpgsqlConnector.cs: Changed name of portal and prepare prefixes to be all lower case in order to not have case problems when deallocating them.
320         * Npgsql/NpgsqlCommand.cs: Fixed gborg 1082. Added support to implicit parameters when calling stored procedures. 
321
322 2004-12-05  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
323         * Npgsql/NpgsqlConnector (IsValid): Clean mediator after get a connection from pool and test it for validity. This fix a bug which some times occured which made available this test resultset to user when it shouldn't. 
324
325 2004-12-07  Raja R Harinath  <rharinath@novell.com>
326
327         * Makefile (CLEAN_FILES): Add $(RESX_RES).
328         ($(the_lib)): Depend on $(OTHER_RES) too.
329         ($(RESX_RES)): Pass argument of RESGEN through
330         PLATFORM_CHANGE_SEPARATOR_CMD.
331
332 2004-12-05  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
333
334         * Npgsql/NpgsqlCommand.cs: gborg 971 & 1068: Added support for ParameterDirection.Output and ParameterDirection.InputOutput parameters. Now you can use these types of parameters to get results. Thanks Ivan (ivan-sun1 at mail dot ru) and (teste at aslls dot ss) for heads up.
335
336 2004-11-26  Raja R Harinath  <rharinath@novell.com>
337
338         * Makefile (OTHER_RES): New.  List of .bmp files.
339         (EXTRA_DISTFILES): Distribute them.
340
341 2004-11-25  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com>
342     
343     Updated to 0.7beta3 release.
344     * NpgsqlBind.cs:  Minor code cleanup.
345     * NpgsqlClosedState.cs: Code formatting.
346     * NpgsqlCommand.cs: Code cleanup and updating for new Plan and Portal name generation code.
347     * NpgsqlConnection.cs: Fixed contructor log message.
348     * NpgsqlConnectionString.cs: Code formatting.
349     * NpgsqlConnector.cs:
350         ReleasePlansPortals: Added method to release used plans and portals.
351         NextPortalName, NextPlanName: Added methods to handle name generation.
352     * NpgsqlConnectorPool.cs:
353         UngetPooledConnector: Added call to release plans and portals in connector.
354     * NpgsqlError.cs: New constructor which takes ProtocolVersion and String parameters.
355     * NpgsqlQuery.cs: Changed constructor to take an NpgsqlCommand instead of just the command string.
356     * NpgsqlReadyState.cs: Changed code to reflect NpgsqlQuery change.
357     * NpgsqlState.cs: 
358         ProcessBackendResponses_Ver_(2,3): Fixed handling of invalid authentication methods. Thanks Magnus Hagander (mha at sollentuna dot net) for the heads up.
359     * NpgsqlState.resx: Fixed resource key typo.
360     * NpgsqlTransaction.cs: Fixed IDisposable pattern implementation of NpgsqlTransaction. Now it doesn't incorrectly raise InvalidOperation exceptions. Thanks Ivan Radovanovic ( rivan at sezampro dot yu ) for heads up.
361      * NpgsqlDbType.cs: Code cleanup.
362      * NpgsqlTypeConverters.cs : Removed method to handle string. String quoting is handled prevously as it depends in the type of query: simple or extended.
363      * NpgsqlTypes.cs: Code cleanup.
364      * NpgsqlTypesHelper.cs: 
365         (CreateAndLoadInitialTypesMapping): Removed delegate handler of String types. It's not necessary anymore.
366         (ConvertToBackend): Refactorying. Fixed gborg 1035. Thanks Magnus Hagander (mha at sollentuna dot net) for the heads up.
367
368 2004-11-25  Raja R Harinath  <rharinath@novell.com>
369
370         * Makefile (EXTRA_DISTFILES): Add Npgsql.dll.resources.
371
372 2004-11-04  Raja R Harinath  <rharinath@novell.com>
373
374         * Makefile (EXTRA_DISTFILES): Fix for 'make dist'.
375
376 2004-09-30  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
377     * NpgsqlTypes/FastPath.cs,
378     NpgsqlTypes/FastPathArg.cs,
379     NpgsqlTypes/LargeObject.cs,
380     NpgsqlTypes/LargeObjectManager.cs,
381     Npgsql.dll.sources: Added large object support. Thanks Emiliano Necciari (e dot necciari at blogic dot it) for the patch.
382     
383
384 2004-09-26  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
385
386     * Npgsql/NpgsqlDataReader.cs:
387         GetBytes: Added a little fix for proper handling of getbytes with current Npgsql semantics in mind. For while, we just support offset value of 0 as we
388         read all the bytes field value at a time. So there is no copy when offset is not 0.
389         
390 2004-09-25  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
391
392     * Npgsql/NpgsqlCommand.cs:
393         GetParseCommandText: Fixed an incorrect patch. Thanks Martin ( martijn at boland dot org) for heads up.
394
395 2004-09-25  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
396
397     * Npgsql/NpgsqlCommand.cs:
398         ReplaceParameterValue: Fixed parameter replace when next byte after parameter name is '\\r'. Thanks Ivan Radovanovic rivan at sezampro dot yu for the fix.
399         GetParseCommandText: Added a workaround to have some queries which are giving parameter type problems. Thanks Martin ( martijn at boland dot org) for bug report.
400
401 2004-09-23  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
402
403     * NpgsqlTypes/NpgsqlTypesHelper.cs:
404         ConvertToBackend: Added support for System.Enum types. Now enumerated types can be used correctly as a paramater value. Thanks Martin ( martijn at boland dot org) for the heads up.
405
406 2004-09-18  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
407
408     * Npgsql/NpgsqlCommand.cs:
409         GetClearCommandText: Fixed an infinite loop when trying to use a parameter whose name is equals to same type name.
410         i.e.: parameter name :text which would conflict with :text parameter name which was being added in the replacement string.
411     * NpgsqlTypes/NpgsqlTypeConverters.cs:
412         BasicNativeToBackendTypeConverter.ToString: Fixed handling of strings with backslashes. Now they are properly escaped.
413         
414 2004-09-18  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
415
416         * NpgsqlCommand.cs,
417         NpgsqlConnector.cs:  Improved portal and plan name creation to use an unique number from NpgsqlConnector instead of using an static field in NpgsqlCommand. Thanks Martin ( martijn at boland dot org) for the heads up.
418
419 2004-09-15  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
420     * Npgsql/NpgsqlRowDescription.cs:
421         FieldIndex: Really added support for case insensitive fields index lookup. Thanks Martin ( martijn at boland dot org)
422
423 2004-09-14  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
424
425     * Npgsql/NpgsqlRowDescription.cs:
426         FieldIndex: Added support for case insensitive fields index lookup. Thanks Martin ( martijn at boland dot org)
427         
428 2004-09-12  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
429
430         * NpgsqlTypes/NpgsqlTypesHelper:
431                 VerifyDefaultTypesMap: Added DbType.Byte support. Thanks Martin ( martijn at boland dot org)
432                 for heads up.
433                 
434 2004-09-12  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
435
436         * NpgsqlTypes/NpgsqlTypesHelper:
437                 ConvertToBackend: Fixed code to handle null values properly when using extended query mode.
438                 Fix bug 955 in gborg.
439
440 2004-09-11  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
441
442         * Npgsql/NpgsqlConnection.cs: 
443                 Dispose: Improved implementation. Also added warning logging for 
444                 NpgsqlConnection leakings.
445                 Close: Fixed code to allow calling many times even when being disposed.
446         * Npgsql/NpgsqlConnection.resx:
447                 Added new warning logging message for NpgsqlConnection leakings.
448         * Npgsql/NpgsqlConnector.cs:
449                 IsValid: new method to check if Connector is still valid.
450         * Npgsql/NpgsqlConnectorPool.cs:
451                 GetPooledConnector: Improved to check validity of Connector.
452                 FixPoolCountBecauseOfConnectionDisposeFalse: new method to fix the connection pool count
453                 because NpgsqlConnection leaking. This way, uses doesn't run out of connections from pool.
454
455 2004-09-07  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
456
457         * NpgsqlException.cs:  Added support for deserialization of NpgsqlException.
458
459         * NpgsqlState.cs: Added missing handling of NoData message.
460         
461
462 2004-07-02  Raja R Harinath  <rharinath@novell.com>
463
464         * Makefile (OVERRIDE_BARE_TARGETS): Remove.
465         ($(the_lib)): Make dependency explicit.
466
467 2004-06-28  Raja R Harinath  <rharinath@novell.com>
468
469         * Makefile (%.resources): Use $(RESGEN).
470
471 2004-06-22  Raja R Harinath  <rharinath@novell.com>
472
473         * Makefile: Use $(PLATFORM_PATH_SEPARATOR) in MONO_PATH.
474
475 2004-06-21  Raja R Harinath  <rharinath@novell.com>
476
477         * Makefile (LIBRARY_SNK): Sign with Npgsql/Npgsql.snk.
478
479 2004-06-18  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
480         * Synchronized files with gborg cvs up to release 0.6.
481
482 2004-05-29  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
483         * Npgsql/NpgsqlConnection.cs: Added workaround for redhat server versions.
484         It returns 7.3.4-RH as its server version. Thanks Jaroslaw Kowalski 
485 (jaak@zd.com.pl) for the patch.
486
487 2004-05-24  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
488         * Npgsql/NpgsqlConnection.cs: Fixed bug when handling Unicode connections.
489         Fixes Gborg bug 752.
490         Thanks stehule@kix.fsv.cvut.cz for the patch.
491
492 2004-05-23  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
493         
494         * Npgsql/NpgsqlConnection.cs: Fixed bug which prevented Npgsql to
495 connect to cvs built servers which had devel in its version string.
496         
497 2004-05-22  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
498
499         Npgsql/NpgsqlCommand.cs,
500         Npgsql/NpgsqlConnection.cs,
501         Npgsql/NpgsqlDataReader.cs,
502         Npgsql/NpgsqlException.cs,
503         Npgsql/NpgsqlTransaction.cs,
504         Npgsql/Design/ConnectionStringEditor.cs,
505         Npgsql/Design/ConnectionStringEditorForm.cs,
506         Npgsql/Design/NpgsqlParameterConverter.cs,
507         Npgsql/Design/NpgsqlParametersEditor.cs,
508         NpgsqlTypes/NpgsqlTypesHelper.cs: Commit log by 
509         Glen Parker (glenebob@nwlink.com): Bug #772 ("Using 
510         Command and Prepare adds single quotes to strings twice")
511         is fixed  :-)   It was broken when running on the version 3
512         protocol (extended query support) on PostgreSQL 7.4. 
513         Some of the files in Design were formatted with macintosh line 
514         terminators. This was screwing up the xmldoc generator in csc, 
515         so I reformatted to make it work.
516         I've added some essential xmldoc comments (<summary> tags).  Much work
517 remains here, but I wanted to get a few in on common functions and
518 properties.
519
520         The .build file will now generate the Npgsql.xml file, next to the .dll
521 file.  I removed the existing Npgsql.xml from CVS.
522
523         Thanks Glen Parker for this patch.
524
525
526 2004-05-20  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
527
528         NpgsqlAsciiRow.cs,
529         NpgsqlBackEndKeyData.cs,
530         NpgsqlBinaryRow.cs,
531         NpgsqlCommand.cs,
532         NpgsqlConnectedState.cs,
533         NpgsqlConnection.cs,
534         NpgsqlConnection.resx,
535         NpgsqlConnector.cs,
536         NpgsqlConnectorPool.cs,
537         NpgsqlError.cs,
538         NpgsqlMediator.cs,
539         NpgsqlMessageTypes.cs,
540         NpgsqlPasswordPacket.cs,
541         NpgsqlQuery.cs,
542         NpgsqlRowDescription.cs,
543         NpgsqlStartupPacket.cs,
544         NpgsqlState.cs,
545         PGUtil.cs,
546         NpgsqlTypes/NpgsqlTypesHelper.cs : - store protocol version as an enum, keep numbers as protocol specific
547         - split more protocol handlers between version 2 and version 3
548         - split MessageTypes class on ver2/ver3 and add remaining types for ver3        - removed handlers for deprecated protocol message types
549         - store BackendKeyData in its own member on Mediator
550         - Store ParameterStatus objects in a key map on Mediator
551         - Get backend version now from the Mediator if possible
552         - Rewrite parsers for server version and connection string
553         - Store server version numericially (in a new class ServerVersion)
554         - As usual, lots of code cleanup/commenting/etc.
555
556         Thanks very much Glen Parker (glenebob@nwlink.com) for this patch.
557
558 2004-05-20  Raja R Harinath  <rharinath@novell.com>
559
560         * Makefile (%.resources): Use INTERNAL_RESGEN.
561
562 2004-05-13  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
563
564         * Npgsql/NpgsqlHashAlgorithm.cs: Changed exception type from Exception t
565 o InvalidOperationException when calling the Hash property and hash value is nul
566 l. Thanks Gonzalo Paniagua Javier <gonzalo@ximian.com> for catching that.
567
568 2004-05-09  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
569         * HashAlgorithm.cs,
570         NpgsqlAsciiRow.cs,
571         NpgsqlBinaryRow.cs,
572         NpgsqlClosedState.cs,
573         NpgsqlCommand.cs,
574         NpgsqlCommandBuilder.cs,
575         NpgsqlConnection.cs,
576         NpgsqlDataReader.cs,
577         NpgsqlException.cs,
578         NpgsqlParameterCollection.cs,
579         NpgsqlReadyState.cs,
580         NpgsqlTransaction.cs: Improved exception handling. Now Npgsql throws mor
581 e meaningful exceptions instead of throw NpgsqlException which are now exclusive
582 ly to sign server errors. Thanks Glen Parker (glenebob@nwlink.com) for the patch.
583
584
585
586 2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
587
588         * Makefile:
589         * Npgsql.dll.resources: all the resources command line options are now
590         in a separate response file.
591
592 2004-05-04  Jaroslaw Kowalski <jaak@zd.com.pl>
593         * Npgsql/NpgsqlDataReader.cs: Fixed RecordsAffected to properly return -1 after "create table" and similar commands.
594
595 2004-05-01  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
596
597         * Npgsql/NpgsqlCommand.cs,
598         Npgsql/NpgsqlConnection.cs,
599         Npgsql/NpgsqlConnector.cs,
600         Npgsql/NpgsqlConnectorPool.cs,
601         Npgsql/NpgsqlError.cs,
602         Npgsql/NpgsqlException.cs,
603         Npgsql/NpgsqlParameterCollection.cs,
604         NpgsqlTypes/NpgsqlTypesHelper.cs: Improved exception support. Now NpgsqlException as well as NpgsqlError provide much more information. Thanks Glen Parker (glenebob@nwlink.com) for the patch.
605
606 2004-04-30  Todd Berman  <tberman@sevenl.net>
607
608         * Npgsql/AssemblyInfo.cs: use the proper path to the .pub file
609
610 2004-04-30  Duncan Mak  <duncan@ximian.com>
611
612         * Npgsql/AssemblyInfo.cs: Enable delay signing, using Npgsql.pub.
613
614         * Npgsql/Npgsql.pub: Added to CVS.
615
616 2004-04-21  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
617         * Npgsql/NpgsqlDataAdapter.cs: Changed RowUpdated and RowUpdating prefix to Npgsql.
618         * Npgsql/NpgsqlClosedState.cs: Removed dependency in TlsException. Carlos Guzman will change this excpetion to internal.
619
620         * Npgsql/NpgsqlCommand.cs
621         * Npgsql/NpgsqlCommand.resx
622         * Npgsql/NpgsqlConnection.cs
623         * Npgsql/NpgsqlConnection.resx
624         * Npgsql/NpgsqlDataAdapter.cs
625         * Npgsql/NpgsqlError.cs
626         * Npgsql/NpgsqlException.cs
627         * Npgsql/NpgsqlException.resx
628         * Npgsql/NpgsqlMediator.cs
629         * Npgsql/NpgsqlState.cs
630         * Npgsql/NpgsqlState.resx
631         * Npgsql/PGUtil.cs : Added initial error handling code improvements. Thanks Glen Parker (glenebob@nwlink.com) for the patch. NpgsqlException now gives aceess to error collection through the Errors property. This property return a collection of NpgsqlErrors objects. Also it gives access to error message, hint, severity and code. This fixes the feature request 689 in gborg.
632
633
634
635 2004-04-09  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
636         * Npgsql/NpgsqlDataAdapter.cs: Fixed DataAdapter to raise the RowUpdating and RowUpdated events. This also fixes some issues in gborg 710 bug. This modification may have broken CommandBuilder support. Working on that.
637
638 2004-03-28  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
639         * Npgsql/NpgsqlTransaction.cs: Fixed a bug where rollback was being called when disposing NpgsqlTransaction objects even when transaction was sucessfully commited. Fixes bug 725 in gborg. Thanks melkor (melkor@adinet.com.uy) for spotting that.
640
641 2004-03-28  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
642         * Npgsql/NpgsqlConnection.cs: Implemented IClonable interface in NpgsqlConnection class. Thanks Juliano Barbosa for pointing it out.
643
644 2004-03-22  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
645         * Npgsql/NpgsqlAsciiRow.cs
646         * Npgsql/NpgsqlBinaryRow.cs
647         * Npgsql/NpgsqlDataReader.cs: Fixed NpgsqlDataReader.IsDBNull(). It wasn't working for postgresql 7.4+. Thanks Glen Parker (glenebob@nwlink.com) for the patch.
648
649
650 2004-03-13  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
651
652         * Npgsql/NpgsqlConnection.cs:
653         * Npgsql/NpgsqlClosedState.cs: Added support for SSL callbacks points. Now, client applications can provide the callbacks. Npgsql provide a default callback implementation which always assumes the certificate is ok. This allows easy use as client don't need to provide callback to use ssl connections. This also fixes bug 705 in gborg.
654         * NpgsqlTypes/NpgsqlTypesHelper: Applied patch to correctly parse datetimes values with timezone information. Thanks Glen Parker <glenebob@nwlink.com> for the patch.
655         
656
657 2004-03-06  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
658
659         * Npgsql/NpgsqlConnectorPool.cs: Fixed bug 706 in gborg. Now Max timeout will be working correctly. Thanks Sami Kuhmonen <feenix@iqs.fi> for the patch.
660
661 2004-02-29  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
662         * Npgsql/NpgsqlConnection.cs: Better handling of connection encoding. Added support for encoding and connection timeout in connection string.
663         * Npgsql/NpgsqlConnectorPool.cs: Added support for timeout and max connection pool.
664
665 2004-02-28  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
666
667         * Npgsql/NpgsqlConnector.cs: Added support for connection encoding.
668         * Npgsql/NpgsqlConnection.cs: Better handling of connection encoding.
669         * Npgsql/NpgsqlCommand.cs: Fixed an Invalid Index error when executing ExecuteScalar() method with an empty resultset. Thanks Lynn A. Roth for the fix. This fixes bug 687 in gborg.
670
671
672 2004-02-25  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
673
674         * Npgsql/NpgsqlDataReader.cs: Fixed a OutOfBoundsException when trying to access an element after have read all elements. Now it throws an InvalidOperationException.
675
676         * Npgsql/NpgsqlConnection.cs: Fixed Unicode handling. This also fixes bug 695 in gborg. Thanks Sami Kuhmonen <feenix@iqs.fi> for the patch.
677
678  
679 2004-02-16  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
680
681         * Npgsql/NpgsqlDataReader.cs: Removed a log line which reduced the conne
682 ction startup time in 300 milliseconds.
683
684 2004-02-16  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
685
686         * NpgsqlConnection.cs: Added support for Unicode encoding. Fixes feature
687 request 534 on gborg. Thanks Ivar <ivar@lumisoft.ee> for pointing it out.
688
689 2004-02-16 Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
690
691         * Npgsql/NpgsqlStartupPacket.cs: Added code to set datestyle to iso when
692 connecting using protocol 3.0 version. Thanks Sami Kuhmonen <feenix@iqs.fi> for pointing it out.
693
694 2004-02-14  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
695
696         * Npgsql/NpgsqlCommand.cs: Fixed a bug when handling queries which return no data. Thanks Morten Mertner <morten@mertner.com> for the fix.
697
698 2004-02-10  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
699         
700         * NpgsqlTypes/NpgsqlTypesHelper.cs: Added support for datetime and time datatypes with timezone data. Thanks Sami Kuhmonen (sami@iqs.fi).
701
702 2004-01-15  Jackson Harper <jackson@ximian.com>
703
704         * NpgslTypes/NpgsqlTypesHelper.cs: Add StringFixedLength type.
705         
706 2003-11-23  Pedro Martínez Juliá <yoros@wanadoo.es>
707
708         * Npgsql/HashAlgorithm.cs:
709         * Npgsql/NpgsqlClosedState.cs:
710         * Npgsql/NpgsqlCommand.cs:
711         * Npgsql/NpgsqlConnectedState.cs:
712         * Npgsql/NpgsqlConnection.cs:
713         * Npgsql/NpgsqlReadyState.cs:
714         * Npgsql/NpgsqlStartupState.cs:
715         * Npgsql/NpgsqlState.cs: Apply Disposable pattern, when using
716         ADO.NET we need to call Dispose after using any Component like
717         NpgsqlDataAdapter, NpgsqlConnection, etc... Change a few internal
718         methods to Properties.
719
720 2003-11-22  Pedro Martínez Juliá <yoros@wanadoo.es>
721
722         * Npgsql/NpgsqlClosedState.cs:
723         * Npgsql/NpgsqlConnectedState.cs:
724         * Npgsql/NpgsqlConnection.cs:
725         * Npgsql/NpgsqlReadyState.cs:
726         * Npgsql/NpgsqlState.cs: Changes related to the last update of SSL
727         implementation. Now we're using TcpClient for the connection and
728         Stream for the abstraction layer to SslClientStream.
729
730 2003-11-11  Pedro Martínez Juliá <yoros@wanadoo.es>
731
732         * Npgsql/NpgsqlDataReader.cs: GetSchemaTable has nothing to do with
733         CanRead because the schema can be readed with or without result
734         rows.
735
736 2003-11-10  Pedro Martínez Juliá <yoros@wanadoo.es>
737
738         * Npgsql/NpgsqlDataAdapter.cs: Best use "if" instead of try-catch.
739
740 2003-11-10  Pedro Martínez Juliá <yoros@wanadoo.es>
741
742         * Npgsql/NpgsqlDataAdapter.cs: Catch the exception thrown by MS.NET
743         when a mapping is not in the collection.
744
745 2003-11-09  Pedro Martínez Juliá <yoros@wanadoo.es>
746
747         * Npgsql/NpgsqlDataAdapter.cs: Do not assing the result of the
748         CommandBuilder to the local data. Local data should be null if the
749         client doesn't set them.
750
751         * Npgsql/NpgsqlCommandBuilder.cs: Mistake in param name fixed.
752
753 2003-11-09  Pedro Martínez Juliá <yoros@wanadoo.es>
754
755         * Makefile: Little fix for build the resources.
756
757         * Npgsql/NpgsqlCommandBuilder.cs: Added row version in delete
758         command.
759
760 2003-11-08  Pedro Martínez Juliá <yoros@wanadoo.es>
761
762         * Npgsql/NpgsqlCommand.cs: Removed try-catch for Resource Manager
763         calls, the problem is fixed.
764
765         * Makefile: Fix one bug in the build of resources.
766
767 2003-11-08  Pedro Martínez Juliá <yoros@wanadoo.es>
768
769         * Npgsql/NpgsqlCommandBuilder.cs: Added the command builder.
770
771         * Npgsql/NpgsqlDataAdapter.cs: Added the CommandBuilder stuff. When
772         OnRowUpdating is called we create the command necesary for updating,
773         inserting or deleting any row of the DataTable/DataSet.
774
775         * Npgsql/NpgsqlCommand.cs: Temporary try-catch. ResMan still doesn't
776         work. This must be removed when ResMan works.
777
778         * Npgsql/NpgsqlParameter: No more than one call to value.GetType()
779         is more efficient for the deep if structure types.
780
781 2003-11-07  Pedro Martínez Juliá <yoros@wanadoo.es>
782
783         * Npgsql/NpgsqlDataAdapter.cs: Fixed the mistake I did in the last
784         change. The Command objects must not be created in the constructor.
785         The Commands should be in the overrided method "OnRowUpdating".
786
787         * Npgsql/NpgsqlCommand.cs: Added two try-catch instructions to get
788         the proper exception (not MissingManifestResourceException). It is
789         thrown in MS.NET and in MONO. (Npgsql compiled with MCS).
790
791 2003-11-07  Pedro Martínez Juliá <yoros@wanadoo.es>
792
793         * Npgsql/NpgsqlDataAdapter.cs: Create new Command classes for the
794         different Insrt / Update / Delete commands.
795
796 2003-10-20  Pedro Martínez Juliá <yoros@wanadoo.es>
797
798         * Npgsql/NpgsqlClosedState.cs:
799         * Npgsql/NpgsqlConnection.cs:
800         * Npgsql/NpgsqlConnectedState.cs:
801         * Npgsql/NpgsqlReadyState.cs:
802         * Npgsql/NpgsqlState.cs: Changed the namespace for Tls, now the
803         namespace is Mono.System.Protocol.Tls, before was
804         System.Security.Tls.
805
806         * Npgsql/Makefile: Change reference from System.Security.Tls to
807         Mono.Security (now Tls lives there).
808
809 2003-10-16  Pedro Martínez Juliá <yoros@wanadoo.es>
810
811         * Npgsql/NpgsqlClosedState.cs:
812         * Npgsql/NpgsqlConnectedState.cs:
813         * Npgsql/NpgsqlConnection.cs: Changed TcpClient by TlsSession
814         because now it is used TlsSession and it doesn't work without
815         these changes.
816
817 2003-10-16  Pedro Martínez Juliá <yoros@wanadoo.es>
818
819         * Makefile: changed reference from Lib/System.Security.Tls.dll to
820         System.Security.Tls because the last will be installed before and
821         separatelly.
822
823         * Lib: Removed Lib directory, moved System.Security.Tls.dll to
824         Mono.Security.Tls library directory.
825
826 2003-10-15  Pedro Martínez Juliá <yoros@wanadoo.es>
827
828         * Makefile: fix building and the install objectives.
829
830 2003-04-26  Pedro Martínez Juliá <yoros@wanadoo.es>
831
832         * Npgsql/NpgsqlDataReader.cs: Change GetFloat and GetDouble. Now
833         they works as direct casting from GetValue.
834
835 2003-07-18  Peter Williams  <peter@newton.cx>
836
837         * Npgsql/AssemblyInfo.cs: Don't strongname the assembly, because
838         we can't unless corlib is strongnamed too. Not a wonderful solution,
839         but I don't think this ever worked anyway.
840
841 2003-05-25  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
842         * Npgsql/NpgsqlDataReader.cs: Fixed an invalid index exception when
843         processing 0 rows queries.
844
845 2003-04-26  Pedro Martínez Juliá <yoros@wanadoo.es>
846
847         * Npgsql/NpgsqlDataReader.cs: Now GetDateTime works for "dd/MM/yyyy"
848         date formats. I think that it's needed support to auto-detect
849         DateTime format through PgSql server configuration.
850
851 2003-01-28  Daniel Morgan <danmorg@sc.rr.com>
852
853         * Npgsql.build: got it to work for Windows build
854         
855         * Npgsql/Npgsql.build
856         * Npgsql/Npgsql.cmbx 
857         * Npgsql/Npgsql.prjx: removed files not needed
858
859 2003-01-28  Daniel Morgan <danmorg@sc.rr.com>
860
861         * added the Npgsql (Npgsql is a .Net Data Provider for PostgreSQL)
862           from http://gborg.postgresql.org/project/npgsql/projdisplay.php
863           by adding the following files and directories to the mcs module
864           in mono-cvs.ximian.com at mcs/class:
865       
866       Npgsql (directory)     
867       ChangeLog    
868       Makefile  
869       Npgsql.build  
870       RELEASENOTES.txt  
871       TODO.txt  
872       makefile.gnu
873       LICENSE.txt  
874       README.txt
875       STATUS.txt
876       list
877           Npgsql/Npgsql (directory)
878           Npgsql/AssemblyInfo.cs
879           Npgsql/NpgsqlAsciiRow.cs
880           Npgsql/NpgsqlBackEndKeyData.cs
881           Npgsql/NpgsqlClosedState.cs
882           Npgsql/NpgsqlCommand.cs
883           Npgsql/NpgsqlConnectedState.cs
884           Npgsql/NpgsqlConnection.cs
885           Npgsql/NpgsqlConnector.cs
886           Npgsql/NpgsqlConnectorPool.cs
887           Npgsql/NpgsqlDataAdapter.cs
888           Npgsql/NpgsqlDataReader.cs
889           Npgsql/NpgsqlEventLog.cs
890           Npgsql/NpgsqlException.cs
891           Npgsql/NpgsqlMediator.cs
892           Npgsql/NpgsqlMessageTypes.cs
893           Npgsql/NpgsqlParameter.cs
894           Npgsql/NpgsqlParameterCollection.cs
895           Npgsql/NpgsqlPasswordPacket.cs
896           Npgsql/NpgsqlQuery.cs
897           Npgsql/NpgsqlReadyState.cs
898           Npgsql/NpgsqlResultSet.cs
899           Npgsql/NpgsqlRowDescription.cs
900           Npgsql/NpgsqlStartupPacket.cs
901           Npgsql/NpgsqlStartupState.cs
902           Npgsql/NpgsqlState.cs
903           Npgsql/NpgsqlTransaction.cs
904           Npgsql/PGUtil.cs
905