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
(cherry picked from commit 6e9389c)
  • Loading branch information
elpaso authored and nyalldawson committed Feb 19, 2021
1 parent 048e9c6 commit 1029d12
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 1029d12

Please sign in to comment.