Open devMls opened 7 years ago
Hi.
After read this:
https://groups.google.com/forum/#!topic/sql2o/eucKt1vVh9o
i achieve this changing the query:
SELECT nombre, idpais as "pais.idpais"
FROM usuario
where idusuario = ?
and deleting the addcolumnMapping. in the post speak about the need of the public atributes, but that is not necessary in 1.6.rc3. Maybe is a problem with my concept of the columnMapping
Hi, I have this classes:
running this query:
i get this error:
what is the correct way to do this?