From 0f8464ca3319b0250cc0525c3259ceaceaad4ec4 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Fri, 8 Sep 2023 11:15:26 -0600 Subject: [PATCH] tweak --- src/libraries/System.Data.Odbc/src/PACKAGE.md | 2 +- src/libraries/System.Data.OleDb/src/PACKAGE.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libraries/System.Data.Odbc/src/PACKAGE.md b/src/libraries/System.Data.Odbc/src/PACKAGE.md index eac97dd..7f5d222 100644 --- a/src/libraries/System.Data.Odbc/src/PACKAGE.md +++ b/src/libraries/System.Data.Odbc/src/PACKAGE.md @@ -44,4 +44,4 @@ System.Data.OleDb is a similar package for accessing OLE DB data sources. ## Feedback & Contributing -**System.Data.Odbc** is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports are welcome at [the GitHub repository](https://github.com/dotnet/runtime). This package is considered complete and we only consider lower-risk or high-impact fixes that will maintain or improve quality. \ No newline at end of file +**System.Data.Odbc** is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports are welcome at [the GitHub repository](https://github.com/dotnet/runtime). This package is considered complete and we only consider low-risk, high-impact fixes that are necessary to maintain or improve quality. \ No newline at end of file diff --git a/src/libraries/System.Data.OleDb/src/PACKAGE.md b/src/libraries/System.Data.OleDb/src/PACKAGE.md index b74dfad..5d5b064 100644 --- a/src/libraries/System.Data.OleDb/src/PACKAGE.md +++ b/src/libraries/System.Data.OleDb/src/PACKAGE.md @@ -22,7 +22,7 @@ using (OleDbConnection connection = new OleDbConnection(connectionString)) { Console.WriteLine(reader.GetInt32(0) + ", " + reader.GetString(1)); } - // always call Close when done reading. + reader.Close(); } ``` @@ -44,4 +44,4 @@ System.Data.Odbc is a similar package for accessing ODBC data sources. ## Feedback & Contributing -**System.Data.OleDb** is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports are welcome at [the GitHub repository](https://github.com/dotnet/runtime). This package is considered complete and we only consider lower-risk or high-impact fixes that will maintain or improve quality. \ No newline at end of file +**System.Data.OleDb** is released as open source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports are welcome at [the GitHub repository](https://github.com/dotnet/runtime). This package is considered complete and we only consider low-risk, high-impact fixes that are necessary to maintain or improve quality. \ No newline at end of file -- 2.7.4