From: Justin B. <jgb...@gm...> - 2009-04-15 18:07:01
|
On Wed, Apr 15, 2009 at 8:58 AM, Guenther Schmidt <gue...@we...> wrote: > I'm just wondering what I did that would eventually cause it in the first > place. > Ah, I see now. If you look at Sql.hs, you can see attrs is defined as a selector function on SqlSelect values. If attrs is applied to some other value of that type (SqlBin, for example), then you would see this error. I suspect it's a bug and if you can isolate it (with dummy table definitions) that would help a lot. > Would you happen to have some brief example of how to do intersect, union or > minus properly? > I don't unfortunately. Justin |