2012-02-02 14:48:27
Label : 2.0.8.116 Changed Files: 1 Applied patch #1011157. Fixes bug #1011102 - DateTimeOffset/TimeSpan mapping problem on EF 4.1, .NET 4, using code first.
Thanks Mirko Geffken for patch. |
|
modified |
fxjr |
Applied patch #1011157. Fixes bug #1011102 - DateTimeOffset/TimeSpan mapping problem on EF 4.1, .NET 4, using code first.
Thanks Mirko Geffken for patch. |
src/Npgsql/NpgsqlProviderManifest.cs |
|
2012-01-12 19:47:49
Label : 2.0.8.115 Changed Files: 8 Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
|
modified |
fxjr |
Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
src/Npgsql/Cache.cs |
|
modified |
fxjr |
Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
src/Npgsql/NpgsqlCommand.cs |
|
modified |
fxjr |
Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
src/Npgsql/NpgsqlCommandBuilder.cs |
|
modified |
fxjr |
Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
src/Npgsql/NpgsqlConnector.cs |
|
modified |
fxjr |
Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
src/Npgsql/NpgsqlConnectorPool.cs |
|
modified |
fxjr |
Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
src/Npgsql/NpgsqlState.cs |
|
modified |
fxjr |
Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
src/Npgsql/PGUtil.cs |
|
modified |
fxjr |
Applied Gildas Prime patch with Gendarme report corrections:
Avoid concatenating chars rule ( i.e Unneeded boxing)
A recursive method was found (Method remove in NpgsqlParameterCollection)
Disposable fields should be disposed
Do not lock on this ( lock(this) makes very difficult to ensure that the locking is done correctly.)
Ensure that local variables are disposed surrounding them by using() |
src/NpgsqlTypes/BitString.cs |
|
2012-01-10 04:15:35
Label : 2.0.8.114 Changed Files: 1 Fixed tabulation. |
|
modified |
fxjr |
Fixed tabulation. |
src/Npgsql/NpgsqlConnectorPool.cs |
|
2012-01-09 15:50:24
Label : 2.0.8.113 Changed Files: 1 Fix [#1011138] Connection pooling performance suffers under heavy load.
Rewritten connector pool logic in order to keep lock for much less time and also with a higher granularity.
Thanks Andrew for heads up. |
|
modified |
fxjr |
Fix [#1011138] Connection pooling performance suffers under heavy load.
Rewritten connector pool logic in order to keep lock for much less time and also with a higher granularity.
Thanks Andrew for heads up. |
src/Npgsql/NpgsqlConnectorPool.cs |
|
2011-12-22 16:12:15
Label : 2.0.8.112 Changed Files: 1 Fixed line endings. |
|
modified |
fxjr |
Fixed line endings. |
testsuite/noninteractive/NUnit20/TypesTests.cs |
|
2011-12-17 03:47:37
Label : 2.0.8.111 Changed Files: 1 Fixed line endings. |
|
modified |
fxjr |
Fixed line endings. |
src/Npgsql/NpgsqlConnectionStringBuilder.cs |
|
2011-12-17 03:37:19
Label : 2.0.8.110 Changed Files: 2 Fixed bug [#1011101] LINQ to entities timestamptz does not accept DateTimeOffset or DateTime. Thanks Misha Sugakov for patch and testing. |
|
modified |
fxjr |
Fixed bug [#1011101] LINQ to entities timestamptz does not accept DateTimeOffset or DateTime. Thanks Misha Sugakov for patch and testing. |
src/NpgsqlTypes/DateDatatypes.cs |
|
modified |
fxjr |
Fixed bug [#1011101] LINQ to entities timestamptz does not accept DateTimeOffset or DateTime. Thanks Misha Sugakov for patch and testing. |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
2011-12-17 03:06:38
Label : 2.0.8.109 Changed Files: 1 Added testcase for bug #1011100 |
|
modified |
fxjr |
Added testcase for bug #1011100 |
testsuite/noninteractive/NUnit20/NpgsqlParameterTests.cs |
|
2011-12-17 03:01:22
Label : 2.0.8.108 Changed Files: 2 Fixed a test which were leaking a datareader open.
Added bug tests
Added initial massive datatype testcase. |
|
modified |
fxjr |
Fixed a test which were leaking a datareader open.
Added bug tests
Added initial massive datatype testcase. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
modified |
fxjr |
Fixed line endings. |
testsuite/noninteractive/NUnit20/TypesTests.cs |
|
2011-12-13 20:45:14
Label : 2.0.8.107 Changed Files: 1 Fixed line endings. |
|
modified |
fxjr |
Fixed line endings. |
src/Npgsql/NpgsqlClosedState.cs |
|
2011-12-12 17:29:47
Label : 2.0.8.106 Changed Files: 1 Fixed line endings. |
|
modified |
fxjr |
Fixed line endings. |
src/Npgsql/PGUtil.cs |
|
2011-12-09 22:31:08
Label : 2.0.8.105 Changed Files: 1 Fix [#1011100] NpgsqlParameter and DBNull Value. Now NpgsqlParameter changes the dbtype accordingly to the value assigned to it unless the dbtype has been assigned explicitly. |
|
modified |
fxjr |
Fix [#1011100] NpgsqlParameter and DBNull Value. Now NpgsqlParameter changes the dbtype accordingly to the value assigned to it unless the dbtype has been assigned explicitly. |
src/Npgsql/NpgsqlParameter.cs |
|
2011-12-09 22:15:44
Label : 2.0.8.104 Changed Files: 2 Removed NpgsqlConnector finalizer call. Now connection close handling in the worst case is done by the NpgsqlNetworkStream which takes care of sending the proper Postgresql message when disposing the underlying socket. |
|
modified |
fxjr |
Removed NpgsqlConnector finalizer call. Now connection close handling in the worst case is done by the NpgsqlNetworkStream which takes care of sending the proper Postgresql message when disposing the underlying socket. |
src/Npgsql/NpgsqlConnector.cs |
|
modified |
fxjr |
Fixed line endings. |
src/Npgsql/NpgsqlConnectorPool.cs |
|
2011-12-05 03:03:15
Label : 2.0.8.103 Changed Files: 1 Fixed "LOG: unexpected EOF on client connection" messages appearing in postgresql log. See http://fxjr.blogspot.com/2011/12/fixed-log-unexpected-eof-on-client.html for more information. |
|
modified |
fxjr |
Fixed "LOG: unexpected EOF on client connection" messages appearing in postgresql log. See http://fxjr.blogspot.com/2011/12/fixed-log-unexpected-eof-on-client.html for more information. |
src/Npgsql/NpgsqlClosedState.cs |
|
2011-11-30 15:20:58
Label : 2.0.8.102 Changed Files: 1 Removed assembly info creation from build process. There are now some options in the assemblyinfo which I couldn't create yet. For while, it is hardcoded again. |
|
modified |
fxjr |
Removed assembly info creation from build process. There are now some options in the assemblyinfo which I couldn't create yet. For while, it is hardcoded again. |
src/Npgsql.build |
|
2011-11-29 04:39:14
Label : 2.0.8.101 Changed Files: 1 Normalized line endings... |
|
modified |
fxjr |
Normalized line endings... |
src/Npgsql/NpgsqlConnectorPool.cs |
|
2011-11-29 04:32:20
Label : 2.0.8.100 Changed Files: 1 Normalized line endings.... |
|
modified |
fxjr |
Normalized line endings.... |
src/Npgsql/NpgsqlConnector.cs |
|
2011-11-21 03:45:16
Label : 2.0.8.99 Changed Files: 1 Fixed Bug1010788UpdateRowSource testcase. |
|
modified |
fxjr |
Fixed Bug1010788UpdateRowSource testcase. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2011-11-21 03:09:27
Label : 2.0.8.98 Changed Files: 1 Fixed some encoding problems detected by Monodevelop. |
|
modified |
fxjr |
Fixed some encoding problems detected by Monodevelop. |
src/Npgsql/NpgsqlCommandBuilder.cs |
|
2011-11-19 05:17:05
Label : 2.0.8.97 Changed Files: 1 Removed erroneous line added by mistake.
Fixed warning with NpgsqlParameters.Add method. Used AddWithValue. |
|
modified |
fxjr |
Removed erroneous line added by mistake.
Fixed warning with NpgsqlParameters.Add method. Used AddWithValue. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2011-11-19 04:46:33
Label : 2.0.8.96 Changed Files: 1 Fixed problem with file encoding. |
|
modified |
fxjr |
Fixed problem with file encoding. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2011-11-19 04:05:42
Label : 2.0.8.95 Changed Files: 4 Fix: [#1010992] System.Double to DOUBLE PRECISION conversion bug. Thanks Udo Liess for excellent report, test case and fix. |
|
modified |
fxjr |
Fix: [#1010992] System.Double to DOUBLE PRECISION conversion bug. Thanks Udo Liess for excellent report, test case and fix. |
src/Npgsql/NpgsqlConnector.cs |
|
modified |
fxjr |
Fix: [#1010992] System.Double to DOUBLE PRECISION conversion bug. Thanks Udo Liess for excellent report, test case and fix. |
src/NpgsqlTypes/NpgsqlTypeConverters.cs |
|
modified |
fxjr |
Fix: [#1010992] System.Double to DOUBLE PRECISION conversion bug. Thanks Udo Liess for excellent report, test case and fix. |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
modified |
fxjr |
Fix: [#1010992] System.Double to DOUBLE PRECISION conversion bug. Thanks Udo Liess for excellent report, test case and fix. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2011-10-25 19:55:41
Label : 2.0.8.94 Changed Files: 0 |
|
|
2011-10-14 03:49:22
Label : 2.0.8.94 Changed Files: 4 Updated for build 2.0.11.92 |
|
modified |
jbcooley |
Updated for build 2.0.11.92 |
/cvsroot/npgsql/Npgsql2/ChangeLog |
|
modified |
fxjr |
Updated release notes for beta 2 release. |
/cvsroot/npgsql/Npgsql2/RELEASENOTES.txt |
|
modified |
jbcooley |
Updated for build 2.0.11.92 |
src/policy.2.0.Npgsql.config |
|
modified |
jbcooley |
Updated for build 2.0.11.92 |
src/Npgsql/AssemblyInfo.cs |
|
2011-09-26 15:45:39
Label : 2.0.8.93 Changed Files: 0 |
|
|
2011-09-25 18:49:55
Label : 2.0.8.93 Changed Files: 7 Added XmlTest entity model |
|
modified |
jbcooley |
Added XmlTest entity model |
testsuite/noninteractive/NUnit20/App.config |
|
modified |
jbcooley |
Added XmlTest entity model |
testsuite/noninteractive/NUnit20/NpgsqlTests2010.csproj |
|
added |
jbcooley |
Added XmlTest entity model |
testsuite/noninteractive/NUnit20/xmlModel/XmlTest.ObjectLayer.cs |
|
added |
jbcooley |
Added XmlTest entity model |
testsuite/noninteractive/NUnit20/xmlModel/XmlTest.Views.cs |
|
added |
jbcooley |
Added XmlTest entity model |
testsuite/noninteractive/NUnit20/xmlModel/XmlTest.csdl |
|
added |
jbcooley |
Added XmlTest entity model |
testsuite/noninteractive/NUnit20/xmlModel/XmlTest.msl |
|
added |
jbcooley |
Added XmlTest entity model |
testsuite/noninteractive/NUnit20/xmlModel/XmlTest.ssdl |
|
2011-09-16 06:16:36
Label : 2.0.8.92 Changed Files: 0 |
|
|
2011-09-13 08:49:39
Label : 2.0.8.92 Changed Files: 0 |
|
|
2011-09-07 08:19:27
Label : 2.0.8.92 Changed Files: 0 |
|
|
2011-09-01 23:06:24
Label : 2.0.8.91 Changed Files: 0 |
|
|
2011-08-11 07:17:44
Label : 2.0.8.91 Changed Files: 0 |
|
|
2011-08-08 10:58:23
Label : 2.0.8.90 Changed Files: 0 |
|
|
2011-08-08 10:57:55
Label : 2.0.8.89 Changed Files: 0 |
|
|
2011-07-14 10:49:47
Label : 2.0.8.88 Changed Files: 0 |
|
|
2011-07-12 17:44:20
Label : 2.0.8.88 Changed Files: 2 Added patch from Patrick Earl. Thanks, Patrick! http://pgfoundry.org/forum/message.php?msg_id=1014749
This was implemented to support more of the NHibernate test suite. Here is what it does and does not do:
1. It adds support for the "ForeignKeys" collection that uses almost the same format that SqlConnection Server does. The only difference is the deferrable bool columns are actually bools instead of strings.
2. It fixes the restrictions for index and index column schema retrieval.
3. It does not change the index column code to provide the capability of getting the foreign key columns (assuming it doesn't do it already). I didn't have a failing test depending on this, so I didn't check or implement anything here.
http://patearl.net/files/Npgsql2.patch |
|
modified |
fxjr |
Added patch from Patrick Earl. Thanks, Patrick! http://pgfoundry.org/forum/message.php?msg_id=1014749
This was implemented to support more of the NHibernate test suite. Here is what it does and does not do:
1. It adds support for the "ForeignKeys" collection that uses almost the same format that SqlConnection Server does. The only difference is the deferrable bool columns are actually bools instead of strings.
2. It fixes the restrictions for index and index column schema retrieval.
3. It does not change the index column code to provide the capability of getting the foreign key columns (assuming it doesn't do it already). I didn't have a failing test depending on this, so I didn't check or implement anything here.
http://patearl.net/files/Npgsql2.patch |
src/Npgsql/NpgsqlConnection.cs |
|
modified |
fxjr |
Added patch from Patrick Earl. Thanks, Patrick! http://pgfoundry.org/forum/message.php?msg_id=1014749
This was implemented to support more of the NHibernate test suite. Here is what it does and does not do:
1. It adds support for the "ForeignKeys" collection that uses almost the same format that SqlConnection Server does. The only difference is the deferrable bool columns are actually bools instead of strings.
2. It fixes the restrictions for index and index column schema retrieval.
3. It does not change the index column code to provide the capability of getting the foreign key columns (assuming it doesn't do it already). I didn't have a failing test depending on this, so I didn't check or implement anything here.
http://patearl.net/files/Npgsql2.patch |
src/Npgsql/NpgsqlSchema.cs |
|
2011-07-10 12:25:58
Label : 2.0.8.87 Changed Files: 0 |
|
|
2011-07-05 18:09:28
Label : 2.0.8.87 Changed Files: 2 [#1011044]. Fixed missing NpgsqlDataReader.GetTimeSpan() method.
Added unit test case to cover this method. |
|
modified |
fxjr |
[#1011044]. Fixed missing NpgsqlDataReader.GetTimeSpan() method.
Added unit test case to cover this method. |
src/Npgsql/NpgsqlDataReader.cs |
|
modified |
fxjr |
[#1011044]. Fixed missing NpgsqlDataReader.GetTimeSpan() method.
Added unit test case to cover this method. |
testsuite/noninteractive/NUnit20/DataReaderTests.cs |
|
2011-06-16 03:52:33
Label : 2.0.8.86 Changed Files: 3 Fixed problem with last update about Password as byte[]. Reverted type of Password property of NpgsqlConnectionStringBuilder to String again. It was changed from String to byte[] which was causing problems with previous client code. There is a new property called PasswordAsByteArray for those willing to use the byte[] property. Thanks Dan Shoubridge for heads up. |
|
modified |
fxjr |
Fixed problem with last update about Password as byte[]. Reverted type of Password property of NpgsqlConnectionStringBuilder to String again. It was changed from String to byte[] which was causing problems with previous client code. There is a new property called PasswordAsByteArray for those willing to use the byte[] property. Thanks Dan Shoubridge for heads up. |
src/Npgsql/NpgsqlConnection.cs |
|
modified |
fxjr |
Fixed problem with last update about Password as byte[]. Reverted type of Password property of NpgsqlConnectionStringBuilder to String again. It was changed from String to byte[] which was causing problems with previous client code. There is a new property called PasswordAsByteArray for those willing to use the byte[] property. Thanks Dan Shoubridge for heads up. |
src/Npgsql/NpgsqlConnectionStringBuilder.cs |
|
modified |
fxjr |
Fixed problem with last update about Password as byte[]. Reverted type of Password property of NpgsqlConnectionStringBuilder to String again. It was changed from String to byte[] which was causing problems with previous client code. There is a new property called PasswordAsByteArray for those willing to use the byte[] property. Thanks Dan Shoubridge for heads up. |
src/Npgsql/NpgsqlConnector.cs |
|
2011-05-09 19:07:59
Label : 2.0.8.85 Changed Files: 0 |
|
|
2011-04-27 15:14:16
Label : 2.0.8.85 Changed Files: 2 New: [#1011021] Support DbMetaDataCollectionNames.ReservedWords. Thanks Patrick Earl for patch. |
|
modified |
fxjr |
New: [#1011021] Support DbMetaDataCollectionNames.ReservedWords. Thanks Patrick Earl for patch. |
src/Npgsql/NpgsqlConnection.cs |
|
modified |
fxjr |
New: [#1011021] Support DbMetaDataCollectionNames.ReservedWords. Thanks Patrick Earl for patch. |
src/Npgsql/NpgsqlSchema.cs |
|
2011-04-25 04:35:05
Label : 2.0.8.84 Changed Files: 2 [ npgsql-Bugs-1011018 ] Invalid Cast with DbType.Time Parameter. Thanks Patrick Earl for patch.
Also added test case to reproduce the problem. |
|
modified |
fxjr |
[ npgsql-Bugs-1011018 ] Invalid Cast with DbType.Time Parameter. Thanks Patrick Earl for patch.
Also added test case to reproduce the problem. |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
modified |
fxjr |
[ npgsql-Bugs-1011018 ] Invalid Cast with DbType.Time Parameter. Thanks Patrick Earl for patch.
Also added test case to reproduce the problem. |
testsuite/noninteractive/NUnit20/TypesTests.cs |
|
2011-04-20 13:54:47
Label : 2.0.8.83 Changed Files: 0 |
|
|
2011-04-18 20:13:37
Label : 2.0.8.82 Changed Files: 0 |
|
|
2011-04-11 10:12:12
Label : 2.0.8.82 Changed Files: 0 |
|
|
2011-04-07 04:19:44
Label : 2.0.8.82 Changed Files: 2 [#1010977] Add application_name support to connection string. Thanks Chris Coleman for patch. |
|
modified |
fxjr |
[#1010977] Add application_name support to connection string. Thanks Chris Coleman for patch. |
src/Npgsql/NpgsqlConnectionStringBuilder.cs |
|
modified |
fxjr |
[#1010977] Add application_name support to connection string. Thanks Chris Coleman for patch. |
src/Npgsql/NpgsqlConnector.cs |
|
2011-04-07 03:49:32
Label : 2.0.8.81 Changed Files: 5 [#1011008] Add PhysicalAddress (MAC Address) support to Npgsql. Thanks Gildas for patche and test case. |
|
modified |
fxjr |
[#1011008] Add PhysicalAddress (MAC Address) support to Npgsql. Thanks Gildas for patche and test case. |
src/NpgsqlTypes/NpgsqlDbType.cs |
|
modified |
fxjr |
[#1011008] Add PhysicalAddress (MAC Address) support to Npgsql. Thanks Gildas for patche and test case. |
src/NpgsqlTypes/NpgsqlTypeConverters.cs |
|
modified |
fxjr |
[#1011008] Add PhysicalAddress (MAC Address) support to Npgsql. Thanks Gildas for patche and test case. |
src/NpgsqlTypes/NpgsqlTypes.cs |
|
modified |
fxjr |
[#1011008] Add PhysicalAddress (MAC Address) support to Npgsql. Thanks Gildas for patche and test case. |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
modified |
fxjr |
[#1011008] Add PhysicalAddress (MAC Address) support to Npgsql. Thanks Gildas for patche and test case. |
testsuite/noninteractive/NUnit20/TypesTests.cs |
|
2011-04-05 16:18:31
Label : 2.0.8.80 Changed Files: 1 [npgsql-Patches-1011012 ] Australian Date and Time Formats. Thanks Hans Peter for patch. |
|
modified |
fxjr |
[npgsql-Patches-1011012 ] Australian Date and Time Formats. Thanks Hans Peter for patch. |
src/NpgsqlTypes/NpgsqlTypeConverters.cs |
|
2011-03-25 02:55:58
Label : 2.0.8.79 Changed Files: 1 Updated release notes for beta1 release of Npgsql 2.0.12 (2.0.11.91) |
|
modified |
fxjr |
Updated release notes for beta1 release of Npgsql 2.0.12 (2.0.11.91) |
/cvsroot/npgsql/Npgsql2/RELEASENOTES.txt |
|
2011-03-25 02:50:54
Label : 2.0.8.78 Changed Files: 1 updated for 2.0.11.91 beta release |
|
modified |
jbcooley |
updated for 2.0.11.91 beta release |
src/policy.2.0.Npgsql.config |
|
2011-03-25 02:35:47
Label : 2.0.8.77 Changed Files: 1 updated change log. |
|
modified |
jbcooley |
updated change log. |
/cvsroot/npgsql/Npgsql2/ChangeLog |
|
2011-03-25 02:25:42
Label : 2.0.8.76 Changed Files: 1 Changed from HashSet to Dictionary so we can build a .NET 2.0 profile version. |
|
modified |
jbcooley |
Changed from HashSet to Dictionary so we can build a .NET 2.0 profile version. |
src/Npgsql/NpgsqlConnectorPool.cs |
|
2011-03-25 01:55:31
Label : 2.0.8.75 Changed Files: 1 Changed assembly version info to indicate a beta1 version of 2.0.12 (2.0.11.91)
Added a fix to AllowPartiallyTrustedCallersAttribute when using .net 4.0 framework. See http://weblogs.asp.net/peterblum/archive/2009/11/06/typeloadexception-based-on-security-transparent-code-level-2.aspx for more information. |
|
modified |
fxjr |
Changed assembly version info to indicate a beta1 version of 2.0.12 (2.0.11.91)
Added a fix to AllowPartiallyTrustedCallersAttribute when using .net 4.0 framework. See http://weblogs.asp.net/peterblum/archive/2009/11/06/typeloadexception-based-on-security-transparent-code-level-2.aspx for more information. |
src/Npgsql/AssemblyInfo.cs |
|
2011-03-25 01:25:20
Label : 2.0.8.74 Changed Files: 1 Updated copyright year |
|
modified |
fxjr |
Updated copyright year |
src/Npgsql/AssemblyInfo.cs |
|
2011-03-25 01:20:13
Label : 2.0.8.73 Changed Files: 2 Removed 2005 project and solution as no longer supported |
|
deleted |
jbcooley |
Removed 2005 project and solution as no longer supported |
src/Npgsql.csproj |
|
deleted |
jbcooley |
Removed 2005 project and solution as no longer supported |
src/Npgsql.sln |
|
2011-03-15 02:30:14
Label : 2.0.8.72 Changed Files: 1 [#1010997] Consider using System.Threading.Timer instead of System.Timers.Timer
Thanks Alex A Ermoshenko for feedback, patch and tests. |
|
modified |
fxjr |
[#1010997] Consider using System.Threading.Timer instead of System.Timers.Timer
Thanks Alex A Ermoshenko for feedback, patch and tests. |
src/Npgsql/NpgsqlConnectorPool.cs |
|
2011-03-15 02:10:05
Label : 2.0.8.71 Changed Files: 2 [#1010986] Endless recursion on hanging connection in ProcessBackendResponsesEnum. Thanks Gildas for feedback and tests.
Also added a better check in NpgsqlConnector.IsValid(). Now it generates a random number and checks the select return value to see if everything is ok. Should fix problems where Npgsql was returning connectors in wrong state. |
|
modified |
fxjr |
[#1010986] Endless recursion on hanging connection in ProcessBackendResponsesEnum. Thanks Gildas for feedback and tests.
Also added a better check in NpgsqlConnector.IsValid(). Now it generates a random number and checks the select return value to see if everything is ok. Should fix problems where Npgsql was returning connectors in wrong state. |
src/Npgsql/NpgsqlConnector.cs |
|
modified |
fxjr |
[#1010986] Endless recursion on hanging connection in ProcessBackendResponsesEnum. Thanks Gildas for feedback and tests.
Also added a better check in NpgsqlConnector.IsValid(). Now it generates a random number and checks the select return value to see if everything is ok. Should fix problems where Npgsql was returning connectors in wrong state. |
src/Npgsql/NpgsqlState.cs |
|
2011-03-08 16:51:53
Label : 2.0.8.70 Changed Files: 8 Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
|
modified |
fxjr |
Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
src/Npgsql/NpgsqlConnection.cs |
|
modified |
fxjr |
Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
src/Npgsql/NpgsqlConnectionStringBuilder.cs |
|
modified |
fxjr |
Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
src/Npgsql/NpgsqlConnector.cs |
|
modified |
fxjr |
Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
src/Npgsql/NpgsqlPasswordPacket.cs |
|
modified |
fxjr |
Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
src/Npgsql/NpgsqlStartupState.cs |
|
modified |
fxjr |
Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
src/Npgsql/NpgsqlState.cs |
|
modified |
fxjr |
Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
src/Npgsql/PGUtil.cs |
|
modified |
fxjr |
Fixed problems with SSPI authentication when the password had some non ascii characteres.
Also, Npgsql supports to authenticate with an user name other than the current logged one.
Thanks Ahmed Shinwari for tests and patch.
See http://postgresql.1045698.n5.nabble.com/quot-could-not-accept-SSPI-security-context-quot-td3275102.html and http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001116.html for more info. |
src/Npgsql/SSPIHandler.cs |
|
2011-03-02 01:10:52
Label : 2.0.8.69 Changed Files: 1 Added patches for connection leaks in tests. Thanks David Leaer.
Added test for double value support. |
|
modified |
fxjr |
Added patches for connection leaks in tests. Thanks David Leaer.
Added test for double value support. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2011-03-01 22:09:53
Label : 2.0.8.68 Changed Files: 1 In Multi-threaded applications there is a race condition that can occur which will result in a broken connection being re-added to the pool. Thanks David Leaver for patches.
More information here: http://pgfoundry.org/forum/forum.php?thread_id=10067&forum_id=519 |
|
modified |
fxjr |
In Multi-threaded applications there is a race condition that can occur which will result in a broken connection being re-added to the pool. Thanks David Leaver for patches.
More information here: http://pgfoundry.org/forum/forum.php?thread_id=10067&forum_id=519 |
src/Npgsql/NpgsqlConnectorPool.cs |
|
2011-02-22 02:31:07
Label : 2.0.8.67 Changed Files: 1 NpgsqlConnector.CancelRequest leaks Connector. NpgsqlConnector.CancelRequest creates a connector to cancel the running request, but does not close it. More info at: http://pgfoundry.org/forum/forum.php?thread_id=10059&forum_id=519 Thanks David Leaver for patch. |
|
modified |
fxjr |
NpgsqlConnector.CancelRequest leaks Connector. NpgsqlConnector.CancelRequest creates a connector to cancel the running request, but does not close it. More info at: http://pgfoundry.org/forum/forum.php?thread_id=10059&forum_id=519 Thanks David Leaver for patch. |
src/Npgsql/NpgsqlConnector.cs |
|
2011-02-22 02:21:01
Label : 2.0.8.66 Changed Files: 1 Exception when closing connection. If your connection is in the Ready state and the stream is actually broken NpgsqlReadyState.Close will throw an exception when trying to write to the stream. More info can be found at: http://pgfoundry.org/forum/forum.php?thread_id=10066&forum_id=519
Thanks David Leaver for the patch. |
|
modified |
fxjr |
Exception when closing connection. If your connection is in the Ready state and the stream is actually broken NpgsqlReadyState.Close will throw an exception when trying to write to the stream. More info can be found at: http://pgfoundry.org/forum/forum.php?thread_id=10066&forum_id=519
Thanks David Leaver for the patch. |
src/Npgsql/NpgsqlReadyState.cs |
|
2011-02-10 03:19:47
Label : 2.0.8.65 Changed Files: 1 Forget to add mail reference for last commit:
http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001117.html |
|
modified |
fxjr |
Forget to add mail reference for last commit:
http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001117.html |
src/Npgsql/NpgsqlConnectionStringBuilder.cs |
|
2011-01-30 06:07:37
Label : 2.0.8.64 Changed Files: 0 |
|
|
2011-01-28 20:08:16
Label : 2.0.8.64 Changed Files: 1 [#1010973] specified cast is invalid - datetime fields. In order to fix this bug I had to disable some code in NpgsqlCommandBuilder. Watch out for possible side effects.
Also changed Get***Command to reuse the version which takes a parameter. |
|
modified |
fxjr |
[#1010973] specified cast is invalid - datetime fields. In order to fix this bug I had to disable some code in NpgsqlCommandBuilder. Watch out for possible side effects.
Also changed Get***Command to reuse the version which takes a parameter. |
src/Npgsql/NpgsqlCommandBuilder.cs |
|
2010-12-16 13:37:24
Label : 2.0.8.63 Changed Files: 2 Fixed: [#1010951] AllowPartiallyTrustedCallers for npgsql assemblies.
Updated AssemblyInfo.cs to include the fix above and to update assembly version. |
|
modified |
fxjr |
Fixed: [#1010951] AllowPartiallyTrustedCallers for npgsql assemblies.
Updated AssemblyInfo.cs to include the fix above and to update assembly version. |
src/Npgsql.build |
|
modified |
fxjr |
Fixed: [#1010951] AllowPartiallyTrustedCallers for npgsql assemblies.
Updated AssemblyInfo.cs to include the fix above and to update assembly version. |
src/Npgsql/AssemblyInfo.cs |
|
2010-11-19 14:18:35
Label : 2.0.8.62 Changed Files: 4 Updated changelog to 2.0.11 release |
|
modified |
fxjr |
Updated changelog to 2.0.11 release |
/cvsroot/npgsql/Npgsql2/ChangeLog |
|
modified |
fxjr |
Updated release notes for 2.0.11 release. |
/cvsroot/npgsql/Npgsql2/RELEASENOTES.txt |
|
modified |
jbcooley |
Updating for new release |
src/policy.2.0.Npgsql.config |
|
modified |
fxjr |
Updated AssemblyInfo for 2.0.11.0 release. |
src/Npgsql/AssemblyInfo.cs |
|
2010-10-31 05:24:16
Label : 2.0.8.61 Changed Files: 0 |
|
|
2010-10-24 21:36:16
Label : 2.0.8.61 Changed Files: 1 [#1010921] Data corrupted transferring bytea data from PostgreSQL 9 server. Thanks Mathieu Fenniak for patch. See http://pgfoundry.org/pipermail/npgsql-devel/2010-January/001057.html |
|
modified |
fxjr |
[#1010921] Data corrupted transferring bytea data from PostgreSQL 9 server. Thanks Mathieu Fenniak for patch. See http://pgfoundry.org/pipermail/npgsql-devel/2010-January/001057.html |
src/NpgsqlTypes/NpgsqlTypeConverters.cs |
|
2010-10-18 04:50:15
Label : 2.0.8.60 Changed Files: 3 Bug #1010650 - support metadata for indexes. |
|
modified |
jbcooley |
Bug #1010650 - support metadata for indexes. |
src/Npgsql/NpgsqlConnection.cs |
|
modified |
jbcooley |
Bug #1010650 - support metadata for indexes. |
src/Npgsql/NpgsqlMetaData.xml |
|
modified |
jbcooley |
Bug #1010650 - support metadata for indexes. |
src/Npgsql/NpgsqlSchema.cs |
|
2010-08-18 05:20:45
Label : 2.0.8.59 Changed Files: 2 Added fix to return CLR type when working with NpgsqlInet and IPAddress types in NpgsqlDataReader.GetValue(). See http://pgfoundry.org/forum/message.php?msg_id=1006360 for more info about that.
Also, changed implicit operator to explicit operator because it throws exceptiomn. Documentation says implicit operators shouldn't throw exceptions. |
|
modified |
fxjr |
Added fix to return CLR type when working with NpgsqlInet and IPAddress types in NpgsqlDataReader.GetValue(). See http://pgfoundry.org/forum/message.php?msg_id=1006360 for more info about that.
Also, changed implicit operator to explicit operator because it throws exceptiomn. Documentation says implicit operators shouldn't throw exceptions. |
src/NpgsqlTypes/NpgsqlTypes.cs |
|
modified |
fxjr |
Added fix to return CLR type when working with NpgsqlInet and IPAddress types in NpgsqlDataReader.GetValue(). See http://pgfoundry.org/forum/message.php?msg_id=1006360 for more info about that.
Also, changed implicit operator to explicit operator because it throws exceptiomn. Documentation says implicit operators shouldn't throw exceptions. |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
2010-08-09 04:24:33
Label : 2.0.8.58 Changed Files: 2 Fixes for SQL generation bugs reported in #1010863 and #1010860 |
|
modified |
jbcooley |
Fixes for SQL generation bugs reported in #1010863 and #1010860 |
src/Npgsql/SqlGenerators/SqlBaseGenerator.cs |
|
modified |
jbcooley |
Fixes for SQL generation bugs reported in #1010863 and #1010860 |
src/Npgsql/SqlGenerators/VisitedExpression.cs |
|
2010-08-01 22:53:03
Label : 2.0.8.57 Changed Files: 1 Updated Changelog to 2.0.10 release. |
|
modified |
fxjr |
Updated Changelog to 2.0.10 release. |
/cvsroot/npgsql/Npgsql2/ChangeLog |
|
2010-08-01 22:47:58
Label : 2.0.8.56 Changed Files: 1 Added release notes for 2.0.10 release. |
|
modified |
fxjr |
Added release notes for 2.0.10 release. |
/cvsroot/npgsql/Npgsql2/RELEASENOTES.txt |
|
2010-08-01 22:42:53
Label : 2.0.8.55 Changed Files: 2 Added NET40 define so the .NET 4.0 code gets compiled in. |
|
modified |
jbcooley |
Added NET40 define so the .NET 4.0 code gets compiled in. |
src/Npgsql2010.csproj |
|
modified |
jbcooley |
target policy file for redirect to 2.0.10. |
src/policy.2.0.Npgsql.config |
|
2010-08-01 22:27:44
Label : 2.0.8.54 Changed Files: 1 Updated AssemblyInfo generated info for 2.0.10.0 |
|
modified |
fxjr |
Updated AssemblyInfo generated info for 2.0.10.0 |
src/Npgsql/AssemblyInfo.cs |
|
2010-07-19 01:56:51
Label : 2.0.8.53 Changed Files: 1 Added UInt16 type mapping. |
|
modified |
fxjr |
Added UInt16 type mapping. |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
2010-07-12 15:30:16
Label : 2.0.8.52 Changed Files: 5 Fixed more bugs about ResetDbType() and null values. Now, Npgsql is a little bit more conformant to sqlclient. |
|
modified |
fxjr |
Fixed more bugs about ResetDbType() and null values. Now, Npgsql is a little bit more conformant to sqlclient. |
src/Npgsql/NpgsqlParameter.cs |
|
modified |
jbcooley |
Fix build for .NET 2.0 |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
modified |
jbcooley |
Fix an additional broken tests |
testsuite/noninteractive/NUnit20/NpgsqlParameterTests.cs |
|
modified |
jbcooley |
Update and include tests for NpgsqlValue in NpgsqlParameter |
testsuite/noninteractive/NUnit20/NpgsqlTests2008.csproj |
|
modified |
jbcooley |
Update and include tests for NpgsqlValue in NpgsqlParameter |
testsuite/noninteractive/NUnit20/NpgsqlTests2010.csproj |
|
2010-07-01 06:21:22
Label : 2.0.8.51 Changed Files: 0 |
|
|
2010-06-25 03:40:44
Label : 2.0.8.51 Changed Files: 8 Support for Time types and DateTimeOffset types in Entity Framework |
|
modified |
jbcooley |
Support for Time types and DateTimeOffset types in Entity Framework |
src/Npgsql/NpgsqlCommand.cs |
|
modified |
jbcooley |
Support for Time types and DateTimeOffset types in Entity Framework |
src/Npgsql/NpgsqlDataReader.cs |
|
modified |
jbcooley |
Support for Time types and DateTimeOffset types in Entity Framework |
src/Npgsql/NpgsqlProviderManifest.Manifest.xml |
|
modified |
jbcooley |
Support for Time types and DateTimeOffset types in Entity Framework |
src/Npgsql/NpgsqlProviderManifest.cs |
|
modified |
jbcooley |
Support for Time types and DateTimeOffset types in Entity Framework |
src/Npgsql/SqlGenerators/SqlBaseGenerator.cs |
|
modified |
jbcooley |
Support for Time types and DateTimeOffset types in Entity Framework |
src/Npgsql/SqlGenerators/SqlSelectGenerator.cs |
|
modified |
jbcooley |
Support for Time types and DateTimeOffset types in Entity Framework |
src/Npgsql/SqlGenerators/VisitedExpression.cs |
|
modified |
jbcooley |
Support for Time types and DateTimeOffset types in Entity Framework |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
2010-06-25 03:30:29
Label : 2.0.8.50 Changed Files: 1 changes to be compatible with various versions of mono's implementation of DbDataAdapter. |
|
modified |
jbcooley |
changes to be compatible with various versions of mono's implementation of DbDataAdapter. |
src/Npgsql/NpgsqlDataAdapter.cs |
|
2010-06-24 07:04:19
Label : 2.0.8.49 Changed Files: 4 [#1010787] Inserting an array does not work in a prepared statement. Fixed. Changed delegator definition responsible to handle conversion from CLR type to server to take a ForExtendedQuery parameter so the function can handle correctly when to return a plain query representation or when return a representation used for extended query. Until now, the types were simple and representation was the same. This changes with array handling where the representation is different for each case. Added testcase too. More testcases needed. |
|
modified |
fxjr |
[#1010787] Inserting an array does not work in a prepared statement. Fixed. Changed delegator definition responsible to handle conversion from CLR type to server to take a ForExtendedQuery parameter so the function can handle correctly when to return a plain query representation or when return a representation used for extended query. Until now, the types were simple and representation was the same. This changes with array handling where the representation is different for each case. Added testcase too. More testcases needed. |
src/NpgsqlTypes/ArrayHandling.cs |
|
modified |
fxjr |
[#1010787] Inserting an array does not work in a prepared statement. Fixed. Changed delegator definition responsible to handle conversion from CLR type to server to take a ForExtendedQuery parameter so the function can handle correctly when to return a plain query representation or when return a representation used for extended query. Until now, the types were simple and representation was the same. This changes with array handling where the representation is different for each case. Added testcase too. More testcases needed. |
src/NpgsqlTypes/NpgsqlTypeConverters.cs |
|
modified |
fxjr |
[#1010787] Inserting an array does not work in a prepared statement. Fixed. Changed delegator definition responsible to handle conversion from CLR type to server to take a ForExtendedQuery parameter so the function can handle correctly when to return a plain query representation or when return a representation used for extended query. Until now, the types were simple and representation was the same. This changes with array handling where the representation is different for each case. Added testcase too. More testcases needed. |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|
modified |
fxjr |
[#1010787] Inserting an array does not work in a prepared statement. Fixed. Changed delegator definition responsible to handle conversion from CLR type to server to take a ForExtendedQuery parameter so the function can handle correctly when to return a plain query representation or when return a representation used for extended query. Until now, the types were simple and representation was the same. This changes with array handling where the representation is different for each case. Added testcase too. More testcases needed. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2010-06-24 03:12:36
Label : 2.0.8.48 Changed Files: 1 Cleanup extra lines and newline format. |
|
modified |
jbcooley |
Cleanup extra lines and newline format. |
src/Npgsql/NpgsqlCommand.cs |
|
2010-06-16 12:55:03
Label : 2.0.8.47 Changed Files: 0 |
|
|
2010-06-13 22:11:17
Label : 2.0.8.47 Changed Files: 1 [#1010776] for a prepared command, ExecuteNonQuery() does not return. Npgsql wasn't handling correctly errors while in extended query processing. Now it returned correctly and throws exceptions. |
|
modified |
fxjr |
[#1010776] for a prepared command, ExecuteNonQuery() does not return. Npgsql wasn't handling correctly errors while in extended query processing. Now it returned correctly and throws exceptions. |
src/Npgsql/NpgsqlCommand.cs |
|
2010-06-09 23:54:19
Label : 2.0.8.46 Changed Files: 0 |
|
|
2010-06-01 04:07:24
Label : 2.0.8.46 Changed Files: 1 cleaned up UpdatedRowSource code and added value validation rather than type validation. |
|
modified |
jbcooley |
cleaned up UpdatedRowSource code and added value validation rather than type validation. |
src/Npgsql/NpgsqlCommand.cs |
|
2010-06-01 04:02:07
Label : 2.0.8.45 Changed Files: 1 provide default value during model generation |
|
modified |
jbcooley |
provide default value during model generation |
src/Npgsql/NpgsqlSchema.ssdl |
|
2010-06-01 02:35:58
Label : 2.0.8.44 Changed Files: 1 support null items in arrays |
|
modified |
jbcooley |
support null items in arrays |
src/NpgsqlTypes/ArrayHandling.cs |
|
2010-06-01 02:30:40
Label : 2.0.8.43 Changed Files: 2 bug #1010825 - support derive parameters for parameterless functions |
|
modified |
jbcooley |
bug #1010825 - support derive parameters for parameterless functions |
src/Npgsql/NpgsqlCommandBuilder.cs |
|
modified |
jbcooley |
bug #1010825 - support derive parameters for parameterless functions |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2010-05-31 23:29:00
Label : 2.0.8.42 Changed Files: 1 bug #1010768 - test for Mono regression |
|
modified |
jbcooley |
bug #1010768 - test for Mono regression |
testsuite/noninteractive/NUnit20/DataAdapterTests.cs |
|
2010-05-31 23:03:36
Label : 2.0.8.41 Changed Files: 2 bug #1010829 - Fix support for CommandBehavior.SequentialAccess with multiple columns. |
|
modified |
jbcooley |
bug #1010829 - Fix support for CommandBehavior.SequentialAccess with multiple columns. |
src/Npgsql/NpgsqlRow.cs |
|
modified |
jbcooley |
bug #1010829 - Fix support for CommandBehavior.SequentialAccess with multiple columns. |
testsuite/noninteractive/NUnit20/DataReaderTests.cs |
|
2010-05-30 16:30:50
Label : 2.0.8.40 Changed Files: 2 Fix multi-level join generated sql |
|
modified |
jbcooley |
Fix multi-level join generated sql |
src/Npgsql/SqlGenerators/SqlBaseGenerator.cs |
|
modified |
jbcooley |
Fix multi-level join generated sql |
src/Npgsql/SqlGenerators/VisitedExpression.cs |
|
2010-05-29 17:41:04
Label : 2.0.8.39 Changed Files: 1 Mono unit tests for SqlClient partially ported to Npgsql. |
|
added |
jbcooley |
Mono unit tests for SqlClient partially ported to Npgsql. |
testsuite/noninteractive/NUnit20/NpgsqlParameterTests.cs |
|
2010-05-29 00:15:36
Label : 2.0.8.38 Changed Files: 0 |
|
|
2010-05-23 20:16:34
Label : 2.0.8.37 Changed Files: 1 Reverted back previous optimization with Int32 and Int16 readbuffers. They were having concurrency problems. Thanks Matthew Gabeler-Lee for heads up and testing. |
|
modified |
fxjr |
Reverted back previous optimization with Int32 and Int16 readbuffers. They were having concurrency problems. Thanks Matthew Gabeler-Lee for heads up and testing. |
src/Npgsql/PGUtil.cs |
|
2010-05-14 16:22:37
Label : 2.0.8.36 Changed Files: 1 Added missing tests for bug 1010788 and array handling of doubles. Prepared statements with array of doubles still hang. Needs fixing. |
|
modified |
fxjr |
Added missing tests for bug 1010788 and array handling of doubles. Prepared statements with array of doubles still hang. Needs fixing. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2010-05-11 03:43:49
Label : 2.0.8.35 Changed Files: 1 Changed line endings to Windows Format. |
|
modified |
fxjr |
Changed line endings to Windows Format. |
src/NpgsqlTypes/DateDatatypes.cs |
|
2010-05-10 01:58:27
Label : 2.0.8.34 Changed Files: 1 [#1010804] Endless loop in BitString? Thanks Gildas for testing and fix. |
|
modified |
fxjr |
[#1010804] Endless loop in BitString? Thanks Gildas for testing and fix. |
src/NpgsqlTypes/BitString.cs |
|
2010-05-03 04:40:00
Label : 2.0.8.33 Changed Files: 1 Support full Npgsql parameter types when building parameters (this specifically fixed arrays). help msg 1006026. |
|
modified |
jbcooley |
Support full Npgsql parameter types when building parameters (this specifically fixed arrays). help msg 1006026. |
src/Npgsql/NpgsqlCommandBuilder.cs |
|
2010-05-02 17:35:24
Label : 2.0.8.32 Changed Files: 1 [#1010796] Notification thread not released after copy from stdin. Thanks Stelian Dumitrascu (stelian @nospam@ geocentral.net) for patch and Gildas (prime.gildas @nospam@ gmail.com) for testing. I also added this patch to Cancel method which may suffer from the same problem. |
|
modified |
fxjr |
[#1010796] Notification thread not released after copy from stdin. Thanks Stelian Dumitrascu (stelian @nospam@ geocentral.net) for patch and Gildas (prime.gildas @nospam@ gmail.com) for testing. I also added this patch to Cancel method which may suffer from the same problem. |
src/Npgsql/NpgsqlCopyIn.cs |
|
2010-04-18 11:20:44
Label : 2.0.8.31 Changed Files: 0 |
|
|
2010-04-15 05:18:38
Label : 2.0.8.30 Changed Files: 4 vs 2010 rtm |
|
modified |
jbcooley |
vs 2010 rtm |
src/Npgsql2010.csproj |
|
added |
jbcooley |
vs 2010 rtm |
src/Npgsql2010.sln |
|
modified |
jbcooley |
updated for build 2.0.9 |
src/policy.2.0.Npgsql.config |
|
added |
jbcooley |
vs 2010 rtm |
testsuite/noninteractive/NUnit20/NpgsqlTests2010.csproj |
|
2010-04-14 01:19:33
Label : 2.0.8.29 Changed Files: 2 Update to 2.0.9 release |
|
modified |
fxjr |
Update to 2.0.9 release |
/cvsroot/npgsql/Npgsql2/ChangeLog |
|
modified |
fxjr |
Updated to 2.0.9 release |
/cvsroot/npgsql/Npgsql2/RELEASENOTES.txt |
|
2010-04-14 01:14:17
Label : 2.0.8.28 Changed Files: 1 Updated AssemblyInfo file with generated information. |
|
modified |
fxjr |
Updated AssemblyInfo file with generated information. |
src/Npgsql/AssemblyInfo.cs |
|
2010-04-10 19:40:21
Label : 2.0.8.27 Changed Files: 1 [#1010788] NpgsqlCommand and UpdatedRowSource property.
Now NpgsqlCommands created through NpgsqlCommandBuilder will have by default UpdatedRowSource property as UpdateRowSource.None. |
|
modified |
fxjr |
[#1010788] NpgsqlCommand and UpdatedRowSource property.
Now NpgsqlCommands created through NpgsqlCommandBuilder will have by default UpdatedRowSource property as UpdateRowSource.None. |
src/Npgsql/NpgsqlCommand.cs |
|
2010-04-10 19:35:05
Label : 2.0.8.26 Changed Files: 1 [ npgsql-Bugs-1010788 ] NpgsqlCommand and UpdatedRowSource property. Now NpgsqlCommands created through NpgsqlCommandBuilder will have by default UpdatedRowSource property as UpdateRowSource.None. |
|
modified |
fxjr |
[ npgsql-Bugs-1010788 ] NpgsqlCommand and UpdatedRowSource property. Now NpgsqlCommands created through NpgsqlCommandBuilder will have by default UpdatedRowSource property as UpdateRowSource.None. |
src/Npgsql/NpgsqlCommandBuilder.cs |
|
2010-04-06 06:07:00
Label : 2.0.8.25 Changed Files: 1 [#1010779] Respect CommandTimeout in first function call w/ string parameter. Patch applied. Thanks Noah Misch (noah.misch @nospam@ channeladvisor.com) for tests and patch. |
|
modified |
fxjr |
[#1010779] Respect CommandTimeout in first function call w/ string parameter. Patch applied. Thanks Noah Misch (noah.misch @nospam@ channeladvisor.com) for tests and patch. |
src/Npgsql/NpgsqlCommand.cs |
|
2010-03-31 11:58:14
Label : 2.0.8.24 Changed Files: 0 |
|
|
2010-03-30 20:52:40
Label : 2.0.8.23 Changed Files: 0 |
|
|
2010-03-30 15:30:06
Label : 2.0.8.22 Changed Files: 0 |
|
|
2010-03-29 15:49:11
Label : 2.0.8.21 Changed Files: 1 Try to set SSL negotiation to 0. As of 2010-03-29, recent problems in SSL library implementations made postgresql to add a parameter to set a value when to do this renegotiation or 0 to disable it.
Currently, Npgsql has a problem with renegotiation so, we are trying to disable it here. This only works on postgresql servers where the ssl renegotiation settings is supported of course. See http://lists.pgfoundry.org/pipermail/npgsql-devel/2010-February/001065.html for more information.
Thanks Albe Laurenz for heads up and patch. |
|
modified |
fxjr |
Try to set SSL negotiation to 0. As of 2010-03-29, recent problems in SSL library implementations made postgresql to add a parameter to set a value when to do this renegotiation or 0 to disable it.
Currently, Npgsql has a problem with renegotiation so, we are trying to disable it here. This only works on postgresql servers where the ssl renegotiation settings is supported of course. See http://lists.pgfoundry.org/pipermail/npgsql-devel/2010-February/001065.html for more information.
Thanks Albe Laurenz for heads up and patch. |
src/Npgsql/NpgsqlConnector.cs |
|
2010-03-29 15:08:46
Label : 2.0.8.20 Changed Files: 1 Fixed line endings to CRLF. |
|
modified |
fxjr |
Fixed line endings to CRLF. |
src/Npgsql/NpgsqlCommand.cs |
|
2010-03-24 14:40:54
Label : 2.0.8.19 Changed Files: 0 |
|
|
2010-03-22 03:48:35
Label : 2.0.8.18 Changed Files: 3 [#1010780] Reduce use of utility queries for function calls (CommandType.StoredProcedure). Thanks Noah Misch for tests. Patch (2 of 2):
2010-03-18 Noah Misch <noah.misch @nospam@ channeladvisor.com>
* src/Npgsql/NpgsqlCommand.cs (GetClearCommandText): Do not call
`CheckFunctionHasOutParameters'.
(CheckFunctionNeedsColumnDefinitionList): Check return type and presence
of OUT, INOUT, and TABLE arguments.
(CheckFunctionHasOutParameters): Delete method.
* testsuite/noninteractive/NUnit20/CommandTests.cs
(StatementOutputParameters): Test a multi-row result set.
(ReturnSetofRecord): New method.
[#1010779] Respect CommandTimeout in first function call w/ string parameter. Added test cases. Thanks Noah Misch for tests. |
|
modified |
fxjr |
[#1010780] Reduce use of utility queries for function calls (CommandType.StoredProcedure). Thanks Noah Misch for tests. Patch (2 of 2):
2010-03-18 Noah Misch <noah.misch @nospam@ channeladvisor.com>
* src/Npgsql/NpgsqlCommand.cs (GetClearCommandText): Do not call
`CheckFunctionHasOutParameters'.
(CheckFunctionNeedsColumnDefinitionList): Check return type and presence
of OUT, INOUT, and TABLE arguments.
(CheckFunctionHasOutParameters): Delete method.
* testsuite/noninteractive/NUnit20/CommandTests.cs
(StatementOutputParameters): Test a multi-row result set.
(ReturnSetofRecord): New method.
[#1010779] Respect CommandTimeout in first function call w/ string parameter. Added test cases. Thanks Noah Misch for tests. |
src/Npgsql/NpgsqlCommand.cs |
|
modified |
fxjr |
[#1010780] Reduce use of utility queries for function calls (CommandType.StoredProcedure). Thanks Noah Misch for tests. Patch (2 of 2):
2010-03-18 Noah Misch <noah.misch @nospam@ channeladvisor.com>
* src/Npgsql/NpgsqlCommand.cs (GetClearCommandText): Do not call
`CheckFunctionHasOutParameters'.
(CheckFunctionNeedsColumnDefinitionList): Check return type and presence
of OUT, INOUT, and TABLE arguments.
(CheckFunctionHasOutParameters): Delete method.
* testsuite/noninteractive/NUnit20/CommandTests.cs
(StatementOutputParameters): Test a multi-row result set.
(ReturnSetofRecord): New method.
[#1010779] Respect CommandTimeout in first function call w/ string parameter. Added test cases. Thanks Noah Misch for tests. |
testsuite/noninteractive/add_functions.sql |
|
modified |
fxjr |
[#1010780] Reduce use of utility queries for function calls (CommandType.StoredProcedure). Thanks Noah Misch for tests. Patch (2 of 2):
2010-03-18 Noah Misch <noah.misch @nospam@ channeladvisor.com>
* src/Npgsql/NpgsqlCommand.cs (GetClearCommandText): Do not call
`CheckFunctionHasOutParameters'.
(CheckFunctionNeedsColumnDefinitionList): Check return type and presence
of OUT, INOUT, and TABLE arguments.
(CheckFunctionHasOutParameters): Delete method.
* testsuite/noninteractive/NUnit20/CommandTests.cs
(StatementOutputParameters): Test a multi-row result set.
(ReturnSetofRecord): New method.
[#1010779] Respect CommandTimeout in first function call w/ string parameter. Added test cases. Thanks Noah Misch for tests. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2010-03-22 03:28:16
Label : 2.0.8.17 Changed Files: 1 [#1010780] Reduce use of utility queries for function calls (CommandType.StoredProcedure) Thanks Noah Mishc for patches (1 of 2):
2010-03-18 Noah Misch <noah.misch @nospam@ channeladvisor.com>
* src/Npgsql/NpgsqlCommand.cs (functionReturnsRefCursor): Delete
property.
(GetReader): When a function returns a single refcursor column,
immediately fetch from all those cursors and return that data.
(GetClearCommandText): Do not call `CheckFunctionReturn' or
`ProcessRefcursorFunctionReturn'.
(CheckFunctionReturn, ProcessRefcursorFunctionReturn): Delete methods. |
|
modified |
fxjr |
[#1010780] Reduce use of utility queries for function calls (CommandType.StoredProcedure) Thanks Noah Mishc for patches (1 of 2):
2010-03-18 Noah Misch <noah.misch @nospam@ channeladvisor.com>
* src/Npgsql/NpgsqlCommand.cs (functionReturnsRefCursor): Delete
property.
(GetReader): When a function returns a single refcursor column,
immediately fetch from all those cursors and return that data.
(GetClearCommandText): Do not call `CheckFunctionReturn' or
`ProcessRefcursorFunctionReturn'.
(CheckFunctionReturn, ProcessRefcursorFunctionReturn): Delete methods. |
src/Npgsql/NpgsqlCommand.cs |
|
2010-03-19 14:54:43
Label : 2.0.8.16 Changed Files: 0 |
|
|
2010-03-16 02:47:18
Label : 2.0.8.15 Changed Files: 2 [#1010777] String syntax for function call parameters. Thanks Noah Misch (noah.misch @nospam@ channeladvisor.com) for patch. |
|
modified |
fxjr |
[#1010777] String syntax for function call parameters. Thanks Noah Misch (noah.misch @nospam@ channeladvisor.com) for patch. |
src/Npgsql/NpgsqlCommand.cs |
|
modified |
fxjr |
[#1010777] String syntax for function call parameters. Thanks Noah Misch (noah.misch @nospam@ channeladvisor.com) for patch. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2010-03-13 21:17:29
Label : 2.0.8.14 Changed Files: 0 |
|
|
2010-03-13 21:17:15
Label : 2.0.8.13 Changed Files: 1 Removed temporarily the runCodeMetrics target from ccnet target dependencies. Build server is having problems with the metrics software. |
|
modified |
fxjr |
Removed temporarily the runCodeMetrics target from ccnet target dependencies. Build server is having problems with the metrics software. |
src/Npgsql.build |
|
2010-03-02 14:38:25
Label : 2.0.8.12 Changed Files: 1 Added an small performance improvement by creating a shared buffer for Int32 and Int16 reading. This way, buffers don't need to be recreated all the time. |
|
modified |
fxjr |
Added an small performance improvement by creating a shared buffer for Int32 and Int16 reading. This way, buffers don't need to be recreated all the time. |
src/Npgsql/PGUtil.cs |
|
2010-03-01 08:31:24
Label : 2.0.8.11 Changed Files: 0 |
|
|
2010-03-01 08:31:09
Label : 2.0.8.10 Changed Files: 0 |
|
|
2010-03-01 04:30:04
Label : 2.0.8.9 Changed Files: 2 Readded ability to log the string being written to server. It was removed in the last optimization (version 1.5) by mistake. |
|
modified |
fxjr |
Readded ability to log the string being written to server. It was removed in the last optimization (version 1.5) by mistake. |
src/Npgsql/NpgsqlQuery.cs |
|
modified |
fxjr |
Readded ability to log the string being written to server. It was removed in the last optimization (version 1.5) by mistake. |
src/Npgsql/PGUtil.cs |
|
2010-02-23 15:41:41
Label : 2.0.8.8 Changed Files: 0 |
|
|
2010-02-23 15:38:19
Label : 2.0.8.7 Changed Files: 0 |
|
|
2010-02-19 18:52:59
Label : 2.0.8.6 Changed Files: 0 |
|
|
2010-02-19 18:51:22
Label : 2.0.8.5 Changed Files: 26 Reuploaded version from ASPNetProvider. |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Framework.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.BadPractice.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Concurrency.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Correctness.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Design.Generic.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Design.Linq.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Design.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Exceptions.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Interoperability.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Maintainability.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Naming.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Performance.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Portability.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Security.Cas.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Security.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Serialization.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Smells.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Gendarme.Rules.Ui.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/ICSharpCode.SharpZipLib.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Mono.Cecil.Mdb.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Mono.Cecil.Pdb.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/Mono.Cecil.dll |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/NEWS |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/gendarme-wizard.exe |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/gendarme.1 |
|
modified |
fxjr |
Reuploaded version from ASPNetProvider. |
Tools/Gendarme/gendarme.exe |
|
2010-02-18 02:25:17
Label : 2.0.8.4 Changed Files: 1 Added missing comments. |
|
modified |
fxjr |
Added missing comments. |
src/Npgsql/NpgsqlCommand.cs |
|
2010-02-18 00:49:20
Label : 2.0.8.3 Changed Files: 3 Fixed a bug where a function which has a return type of record but already has the columnlist defined inside itself ( i.e.: functions with returns table clauses, see testreturnrecordresultset in the testcases) were being misinterpreted as needing a column list. Thanks Jan Waiz for heads up and test case. Added nunit test case to catch this problem. |
|
modified |
fxjr |
Fixed a bug where a function which has a return type of record but already has the columnlist defined inside itself ( i.e.: functions with returns table clauses, see testreturnrecordresultset in the testcases) were being misinterpreted as needing a column list. Thanks Jan Waiz for heads up and test case. Added nunit test case to catch this problem. |
src/Npgsql/NpgsqlCommand.cs |
|
modified |
fxjr |
Fixed a bug where a function which has a return type of record but already has the columnlist defined inside itself ( i.e.: functions with returns table clauses, see testreturnrecordresultset in the testcases) were being misinterpreted as needing a column list. Thanks Jan Waiz for heads up and test case. Added nunit test case to catch this problem. |
testsuite/noninteractive/add_functions.sql |
|
modified |
fxjr |
Fixed a bug where a function which has a return type of record but already has the columnlist defined inside itself ( i.e.: functions with returns table clauses, see testreturnrecordresultset in the testcases) were being misinterpreted as needing a column list. Thanks Jan Waiz for heads up and test case. Added nunit test case to catch this problem. |
testsuite/noninteractive/NUnit20/CommandTests.cs |
|
2010-02-17 22:28:18
Label : 2.0.8.2 Changed Files: 1 Added VS.Net 2010 project file generated from vs.net 2008 project file. |
|
added |
fxjr |
Added VS.Net 2010 project file generated from vs.net 2008 project file. |
src/Npgsql2010.csproj |
|
2010-02-16 18:31:39
Label : 2.0.8.1 Changed Files: 30 Updated Gendarme toolset. It seems the previous version was corrupted. |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Framework.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.BadPractice.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Concurrency.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Correctness.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Design.Generic.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Design.Linq.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Design.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Exceptions.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Interoperability.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Maintainability.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Naming.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Performance.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Portability.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Security.Cas.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Security.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Serialization.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Smells.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Gendarme.Rules.Ui.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/ICSharpCode.SharpZipLib.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Mono.Cecil.Mdb.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Mono.Cecil.Pdb.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/Mono.Cecil.dll |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/NEWS |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/gendarme-wizard.exe |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/gendarme.1 |
|
modified |
fxjr |
Updated Gendarme toolset. It seems the previous version was corrupted. |
Tools/Gendarme/gendarme.exe |
|
modified |
fxjr |
Fixed build target dependency to include createAssemblyInfo target. Now, when running build it generates the assemblyinfo.cs file correctly. Thanks Daniel Nauck for heads up. |
src/Npgsql.build |
|
modified |
fxjr |
Fixed another commandtimeout problem. This time, creating an internal Npgsqlcommand was reseting it. See http://pgfoundry.org/forum/message.php?msg_id=1005814 for more info. Thanks David Leaver (dave @nospam@ smartrak.co.nz) for heads up and test case. |
src/Npgsql/NpgsqlCommand.cs |
|
modified |
fxjr |
Applied patch: [#1010764] Support for abstime (used with postgres time traver). Thanks Tapio Haapala (tapio.haapala @nospam@ f-solutions.fi) for patch. |
src/NpgsqlTypes/NpgsqlDbType.cs |
|
modified |
fxjr |
Applied patch: [#1010764] Support for abstime (used with postgres time traver). Thanks Tapio Haapala (tapio.haapala @nospam@ f-solutions.fi) for patch. |
src/NpgsqlTypes/NpgsqlTypesHelper.cs |
|