Acts_as_taggable doesn't work with uniqueidentifier

Hi all,

it seems like the acts_as_taggable is not capable to work with
uniqueidentifier as the datatype of the primary key in the tags table.

however, it works like a charm with int and autoincrement. could that be
fixed any time soon?