This release fixes a set of bugs in generating UUID specific code: #8. Thanks go to @dhoepfl for reporting the issue!
sqlite> .schema
CREATE TABLE Talents (
id UUID PRIMARY KEY NOT NULL,
name TEXT NOT NULL
);
sqlite> SELECT * FROM talents;
Լ?4eFI????g?|Hello
??�??B??O}??D?|World
(uses UUIDStorageStyle.blob)
