Safecast / safecastapi

The app that powers api.safecast.org
44 stars 25 forks source link

Order elements with NULL values to last #920

Closed eitoball closed 2 years ago

eitoball commented 2 years ago

Fixes #660

This pull requests uses 'NULLS LAST' that has been standardized since SQL:2003 to order elements with NULL values to last instead of assigning default values.