dysfun@treehouse.systems ("gaytabase") wrote:
and that's entire select queries turned to sql strings now. it can handle a fairly wide range of syntax.
you can still generate invalid sql of course, but like i said, that's where it starts to get hard.
i need to think harder about result types. at the minute everything is just a list of postgres types and i haven't done anything about the data you get back.
very happy so far though. the type checker fought me a lot less than my last attempt so i guess i'm on the right track.