First off, thanks for the great work. It's invaluable, but I found one problem in using GUID columns. Given a table with a GUID as the column. CREATE TABLE [Account] ( "AccountId" guid NOT NULL, "IdNumber" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "Slug" nvarchar(255...