On Thu, May 29, 2008 at 01:34:22PM +0200, Albe Laurenz wrote:
> marco-oweber wrote:
> > I'd like to implement some query checking at compile time for haskell
> > using template haskell.
> >
> > Is there any query method such as
> > explain input and output types of query "SELECT (1,'string')"
> >
marco-oweber wrote:
> I'd like to implement some query checking at compile time for haskell
> using template haskell.
>
> Is there any query method such as
> explain input and output types of query "SELECT (1,'string')"
> or "INSERT INTO foo (a,b,c) VALUES (?,?,?)" ?
> returning Int, String or suc