I'm trying to write sqlite support for Drupal and I noticed, that fields of type blob don't get encoded with db_encode_blob, e.g. in bootstrap.inc: function cache_set. Is this OK (because it's causing problems for sqlite) ? Regards Tadej