Add ISQLValue protocol for conversion of Clojure values to SQL values

Description

This should help people with Postgres or other exotic custom types in SQL.

Will need to add mapping of the protocol's function across sets of values.

Environment

None

Activity

Show:

Sean CorfieldDecember 7, 2013 at 10:10 PM

Cool. Glad that integration point works for you! It's not as elegant but it provides more flexibility because of the arguments it provides (the whole set).

importDecember 7, 2013 at 9:15 PM

Comment made by: wei

Turns out that the :set-parameters integration point was enough for my needs at the moment. For now, I'm going to prioritize shipping my project over working on this protocol

Sean CorfieldDecember 2, 2013 at 7:06 AM

ISQLValue protocol added with default Object/nil implementations.

Completed

Details

Assignee

Reporter

Priority

Created December 2, 2013 at 6:26 AM
Updated June 1, 2016 at 6:41 PM
Resolved June 1, 2016 at 6:41 PM