[odb-users] native query with CTE

Boris Kolpackov boris at codesynthesis.com
Fri Mar 15 10:25:13 EDT 2019


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.



More information about the odb-users mailing list