Skip to content

Commit d4955ca

Browse files
committed
Fix typo in comment
1 parent 53fd569 commit d4955ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/DriverFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ private static System.IO.TextWriter CreateFile()
269269

270270
static DriverFactory()
271271
{
272-
// Starging from Npgsql 6.0 they broke compatibility by forcefully replacing
273-
// DateTime.MinValue/MaxValue of parameters with -Infinity and Infinity values.
272+
// Starting from Npgsql 6.0 they broke compatibility by forcefully replacing
273+
// DateTime.MinValue/MaxValue in parameters with -Infinity and Infinity values.
274274
// This new "feature", though doesn't affect reading/writing of values and equality/inequality
275275
// filters, breaks some of operations such as parts extraction, default values for columns
276276
// (which are constants and declared on high levels of abstraction) and some others.

0 commit comments

Comments
 (0)