[racket] Is it possible to write uuids to postgres with the racket db?

From: joshua at anwu.org (joshua at anwu.org)
Date: Sun Jul 20 21:07:00 EDT 2014

Hey all,

Anyone know how to get Racket's db to write to a uuid column in Postgres?  I keep getting "unsupported type".  The documentation suggests casting as a workaround, but the example is a select - I doubt that will work as well for an insert...?


Thanks,
joshua

Posted on the users mailing list.