Notes:
2009-11-15
Npgsql 2.0.7
This is a bug fix only release. We are planning to add more features in the next build.
Bugs fixed:
[#1010527] Fix query timeout connection corruption.
[#1010700] Capture parameter names with NpgsqlCommandBuilder.DeriveParameters. Thanks Brian Schloz (bschloz @nospam@ hotmail.com) for patch. Also added nunit testcase.
[#1010668] Npgsql ConnectionStringBuilder provides no connectionstring properties. Now Npgsql correctly reports default connectionstring properties. Thanks Alaric Dailey for heads up and patch!
Fixed bug when trying to retrieve a date value with -infinity value. See more here: http://pgfoundry.org/forum/message.php?msg_id=1005249 Thanks Andrus Moor for bug report and test case and Laurenz Albe for reporting the commit where the infinity date value was added.
[#1010679] NpgsqlCommand.GetClearCommandText speed optimization. Thanks Dmitri Maximov (dmitri.maximov @nospam@ dataobjects.net) for patch.
Changes:
2009-11-15 18:16 fxjr
* RELEASENOTES.txt:
Updated release notes for 2.0.7
2009-11-15 17:53 fxjr
* src/Npgsql.build:
Changed copyright year to 2009
2009-11-15 17:45 jbcooley
* src/Npgsql/AssemblyInfo.cs: Updated for build 2.0.7.
2009-11-13 02:10 jbcooley
* src/Npgsql/NpgsqlState.cs: Bug #1010527 - Fix query timeout
connection corruption.
2009-09-12 20:08 fxjr
* src/Npgsql/NpgsqlCommandBuilder.cs,
testsuite/noninteractive/NUnit20/CommandTests.cs:
[#1010700] Capture parameter names with
NpgsqlCommandBuilder.DeriveParameters. Thanks Brian Schloz
(bschloz @nospam@ hotmail.com) for patch. Also added nunit
testcase.
2009-08-23 22:04 fxjr
* src/Npgsql/NpgsqlConnectionStringBuilder.cs:
Last commit message should have been: Thanks Alaric for heads up
and testcase
2009-08-23 21:55 fxjr
* src/Npgsql/NpgsqlConnectionStringBuilder.cs:
[#1010668] Npgsql ConnectionStringBuilder provides no
connectionstring properties. Now Npgsql correctly reports default
connectionstring properties. Thanks Alaric Dailey for heads up
and patch!
2009-08-11 16:46 fxjr
* src/NpgsqlTypes/NpgsqlTypeConverters.cs,
testsuite/noninteractive/NUnit20/CommandTests.cs:
Fixed bug when trying to retrieve a date value with -infinity
value. See more here:
http://pgfoundry.org/forum/message.php?msg_id=1005249 Thanks
Andrus Moor for bug report and test case and Laurenz Albe for
reporting the commit where the infinity date value was added.
2009-07-27 02:14 fxjr
* src/Npgsql/NpgsqlCommand.cs:
[#1010679] NpgsqlCommand.GetClearCommandText speed optimization.
Thanks Dmitri Maximov (dmitri.maximov @nospam@ dataobjects.net)
for patch.
|