[racket] Is it possible to write uuids to postgres with the racket db?
My workaround which was conducive to the database architecture, was use a
view that exposes the uuid as text along with other related columns. Then
upon insert or update, a rewrite rule casts it back to the uuid type into
the actual backing table.
On Sun, Jul 20, 2014 at 9:07 PM, <joshua at anwu.org> wrote:
>
> 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
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140721/64711d4c/attachment.html>