Skip to content

Commit a668a62

Browse files
committed
Adjust serialization of timestamps within a QueryFilter to support DateTime and DateTimeOffset using the ISO-8601 (https://stackoverflow.com/a/115002)
1 parent 903d57f commit a668a62

File tree

5 files changed

+489
-466
lines changed

5 files changed

+489
-466
lines changed

Postgrest/Attributes/ReferenceAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private void ParseColumns(ref List<ReferenceAttribute> seenRefs)
149149
}
150150

151151
/// <inheritdoc />
152-
public override bool Equals(object obj)
152+
public override bool Equals(object? obj)
153153
{
154154
if (obj is ReferenceAttribute attribute)
155155
{

0 commit comments

Comments
 (0)