From: Justin B. <jgb...@gm...> - 2007-11-17 17:13:20
|
On Nov 16, 2007 6:20 PM, Jeremy Shaw <jer...@li...> wrote: > Hello, > > You should also look into the fixing the bug that occurs if the same > column name appears in two tables, and you do a query that uses both > columns. > > There are also two issues I have with the way HaskellDB does things: > > 1. I don't think the queries really need constructed using monads. > > 2. I think HaskellDB converts from Query Algebra to the internal data > structure too early. > I'll keep that in mind, because one of the primary reasons I'd like to do this is to be able to compose queries. You're proposal below might be beyond my current abilities though - I haven't quite grokked type-level programming like that. Thanks also for the book recommendations. I've got them on the way to my local library! Justin |