Skip to content

Commit

Permalink
Fix test result (because NULL is a distinct value like in PG SQL)
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 26, 2021
1 parent 9d18fe1 commit 6e9389c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
<ogr:intval>33</ogr:intval>
<ogr:floatval>44.123456</ogr:floatval>
<ogr:date_count>4</ogr:date_count>
<ogr:date_unique>3</ogr:date_unique>
<ogr:date_unique>4</ogr:date_unique>
<ogr:date_empty>1</ogr:date_empty>
<ogr:date_filled>3</ogr:date_filled>
<ogr:date_min>2005/09/13</ogr:date_min>
Expand Down

0 comments on commit 6e9389c

Please sign in to comment.