./test_ogrsf /media/gb_1500/maps/geo_tiff/berlin_maps_db/build_berlin_data/create_db/ogr_test/post_amt.db -sql "SELECT * FROM postaemter_1908 WHERE id_admin=104" -dialect sqlite >& test_ogrsd.txt ERROR 1: In ResetStatement(): sqlite3_prepare(SELECT * FROM postaemter_1908 WHERE "id_admin" IN ( SELECT pkid FROM 'idx_berlin_postaemter_soldner_center' WHERE xmax > -inf AND xmin < inf AND ymax > -inf AND ymin < inf) AND (id_admin=104)): no such column: inf INFO: Open of `/media/gb_1500/maps/geo_tiff/berlin_maps_db/build_berlin_data/create_db/ogr_test/post_amt.db' using driver `SQLite' successful. INFO: Testing layer SELECT. INFO: Feature count verified. INFO: Feature/layer spatial ref. consistency verified. INFO: Spatial filter inclusion seems to work. INFO: Spatial filter exclusion seems to work. INFO: Spatial filter is ignored by GetFeature() as expected. WARNING: Infinity spatial filter returned 0 features instead of 1 INFO: Huge coords spatial filter works as expected. INFO: Attribute filter inclusion seems to work. INFO: Attribute filter exclusion seems to work. INFO: Attribute filter is ignored by GetFeature() as expected. INFO: GetExtent() test passed. INFO: IgnoreFields test passed. INFO: Layer could perhaps be advertized as UTF-8 compatible (and it has non-ASCII UTF-8 content). ./test_ogrsf /media/gb_1500/maps/geo_tiff/berlin_maps_db/build_berlin_data/create_db/ogr_test/post_amt.db -sql "UPDATE postaemter_1908 SET notes='test data' WHERE id_admin=104" -dialect sqlite >& test_ogrsd_update.txt INFO: Open of `/media/gb_1500/maps/geo_tiff/berlin_maps_db/build_berlin_data/create_db/ogr_test/post_amt.db' using driver `SQLite' successful.