Lisa Fiedler <lfiedler at informatik.uni-leipzig.de> writes:
> Yes I did this already. This does not seem to be the problem.
Which version of ODB are you using?
In the 2.5.0 pre-release in odb/pgsql/query.cxx:275 I see:
s.compare (0, (n = 4), "WITH") == 0 ||
s.compare (0, (n = 4), "with") == 0)
Which I would expect to take care of this.