File tree Expand file tree Collapse file tree
Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments