Another basic test
This commit is contained in:
@@ -6,3 +6,6 @@ CREATE EXTENSION cdb_geocoder_admin0;
|
||||
|
||||
-- Check that the synonym function is callable, should return NULL
|
||||
SELECT (admin0_synonym_lookup(Array['United States', 'ESP'])).*;
|
||||
|
||||
-- Check that the geocoding function is callable, should return success = false
|
||||
SELECT (geocode_admin0_polygons(Array['Spain', 'USA', ''])).*;
|
||||
|
||||
Reference in New Issue
Block a user