surrealpatch/util/data
Tobie Morgan Hitchcock b886a5576a Return empty array if requested array range
If an array range was requested, but no values matched, then a nil value was returned, instead of an empty array.

Now an empty array is returned if regardless of whether there are any matching array values or not.
2018-05-13 22:15:54 +01:00
..
data.go Return empty array if requested array range 2018-05-13 22:15:54 +01:00
data_test.go Return empty array if requested array range 2018-05-13 22:15:54 +01:00