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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-12-09 16:13:36 +0300
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-12-09 16:13:36 +0300
commit41ff85f532b26ae623e629e3c0068cd45656db93 (patch)
tree47b77f0ccffc962380baba6f8147416897850632 /mcs/class/Npgsql/ChangeLog
parent3a0beb268ee7984f492320e4f386f7922f40a452 (diff)
2005-12-09 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Npgsql/NpgsqlError.cs, Npgsql/NpgsqlParameter.cs, Npgsql/NpgsqlConnectionString.cs, Npgsql/NpgsqlConnection.cs, Npgsql/NpgsqlSchema.cs, Npgsql/NpgsqlClosedState.cs, Npgsql/NpgsqlCommand.cs, Npgsql/NpgsqlState.cs, Npgsql/NpgsqlAsciiRow.cs, Npgsql/NpgsqlConnectorPool.cs, Npgsql/NpgsqlConnector.cs, Npgsql/NpgsqlQuery.cs, Npgsql/NpgsqlRowDescription.cs, Npgsql/NpgsqlCommandBuilder.cs, Npgsql/NpgsqlDataReader.cs, Npgsql/NpgsqlException.cs, Npgsql/NpgsqlMediator.cs, Npgsql/NpgsqlReadyState.cs, Npgsql/NpgsqlEventLog.cs, Npgsql.dll.resources, NpgsqlTypes/NpgsqlTypeConverters.cs, NpgsqlTypes/NpgsqlTypesHelper.cs, Makefile: Updated to 1.0beta1 svn path=/trunk/mcs/; revision=54161
Diffstat (limited to 'mcs/class/Npgsql/ChangeLog')
-rw-r--r--mcs/class/Npgsql/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index b3251478d63..5259d5bfc99 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,4 +1,33 @@
+
+
+2005-12-09 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+
+ Npgsql/NpgsqlError.cs,
+ Npgsql/NpgsqlParameter.cs,
+ Npgsql/NpgsqlConnectionString.cs,
+ Npgsql/NpgsqlConnection.cs,
+ Npgsql/NpgsqlSchema.cs,
+ Npgsql/NpgsqlClosedState.cs,
+ Npgsql/NpgsqlCommand.cs,
+ Npgsql/NpgsqlState.cs,
+ Npgsql/NpgsqlAsciiRow.cs,
+ Npgsql/NpgsqlConnectorPool.cs,
+ Npgsql/NpgsqlConnector.cs,
+ Npgsql/NpgsqlQuery.cs,
+ Npgsql/NpgsqlRowDescription.cs,
+ Npgsql/NpgsqlCommandBuilder.cs,
+ Npgsql/NpgsqlDataReader.cs,
+ Npgsql/NpgsqlException.cs,
+ Npgsql/NpgsqlMediator.cs,
+ Npgsql/NpgsqlReadyState.cs,
+ Npgsql/NpgsqlEventLog.cs,
+ Npgsql.dll.resources,
+ NpgsqlTypes/NpgsqlTypeConverters.cs,
+ NpgsqlTypes/NpgsqlTypesHelper.cs,
+ Makefile: Updated to 1.0beta1
+
+
2005-08-27 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlParameter.cs: Applied patch to fix a NullReferenceException when using Design Time support. Thanks Josh Cooley ( jbnpgsql at tuxinthebox dot net ) for patch.
* 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!