Osypchuk

Results 2 issues of Osypchuk

I discovered interesting issue with ! and bool variables. Following code returns emtry result: DocumentCollection.AsQueryable().Where(p=> !p.IsObsolete && p.IsPublished); Such code works fine: DocumentCollection.AsQueryable().Where(p=> (p.IsObsolete == false) && p.IsPublished); Is it...

2019-11-06 19:43:53 UTC FATAL: database "nominatim" does not exist 2019-11-06 19:43:53 == Setup DB Postgres version found: 9.03 Postgis version found: 2.1 Minimum required Postgis version 2.2 The command '/bin/sh...