I just hooked up Subsonic to MySql for the first time. Everything seems to be cool except a simple:
wp_1_post.All().ToList();
throws:
Object of type 'System.UInt64' cannot be converted to type 'System.Int64'.
It looks like the ID column in the wp_1_posts table is an unsigned bigint, just not sure what to do about it...