=> conn.HasIntegerDateTimes      // Check for the legacy floating point timestamps feature
         ? new TimestampTzHandler(postgresType, conn.Connector !.ConvertInfinityDateTime)
Beispiel #2
0
 : base(postgresType) => _textHandler = new TextHandler(postgresType, connection);
Beispiel #3
0
 => new DateHandler(postgresType, conn.Connector !.ConvertInfinityDateTime);
Beispiel #4
0
 => _textHandler = new TextHandler(postgresType, encoding);