Closed (fixed)
Project:
GeoNames
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2009 at 13:19 UTC
Updated:
27 Sep 2009 at 14:30 UTC
This means that entries could collide with other modules, and it's impossible to delete just geonames data from the cache.
Comments
Comment #1
lyricnz commentedWell... it does use:
but these are pretty...nonobvious. Suggest each of these is prefixed by "geonames_"
Comment #2
lyricnz commentedAlso uses "geonames_countries".
Comment #3
lyricnz commentedFixed in 6.x-1.x-dev : http://drupal.org/cvs?commit=262334
Code in that change attempts to update any old cache entries to match the new prefix, but update.php flushes most caches anyway, so this is somewhat redundant (unless the user has created a new cache table, and not implemented hook_flush_caches.