Vinzent: apparently, there is a CQL google group, but it seems not to be
public. We're investigating, otherwise creating a new one.

2011/12/21 tscheibl <t...@sharkbay.at>

> What about integrating the "WITH RECURSIVE" CTE stuff you've put on
> gist?
>

It would certainly be welcome. Though, I'm not going to do it right away,
since my current focus is on factoring CQL and especially on introducing a
real AST representation.
I consider the current code base in maintenance mode.

I've merged it into my (local) fork, modified it slightly to
> autodetect the compiler and consider it quite conveniently to use.

I've also added a feature to be able to mark predicate elements as
> 'inline' to make them added to the SQL string without "?"
> parameterization. This is useful when working with the H2 Database
> which doesn't permit the start query in "WITH RECURSIVE" to be
> parameterized (I don't know if this is also the case with other DBs).
> I would push that to a public fork if someone is interested or publish
> the patches on gist to not flood the github fork network

unnecessarily.
>

Yes please push push those changes. Preferably into separate branches.
Could you also add a comment + link to the WITH RECURSIVE ticket, and
create a ticket for the inlined predicate elements.
Those are important points of reference for someone trying to whip the code
base into shape.

Esp. the inline pred thing is invaluable, since it contains the information
that H2 can't do prepared statements properly, therefore the integration
layer needs to be able to work around that.

kind regards
-- 
__________________________________________________________________
Herwig Hochleitner

P.S.: Tom: you have an austrian email address. Are you based in austria?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to