forked from boricles/morph
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi
Using something like:
<#TableMapping> rr:sqlQuery """
SELECT T.first
FROM TableName AS T
;
""" .
and then
rr:predicateObjectMap [
rr:predicate mae:arc_num ;
rr:objectMap [ rr:column "T.first" ]
] ;
I obtain the error:
Exception in thread "main" es.upm.fi.oeg.morph.execute.RelationalQueryException: Invalid query: Incorrect syntax near '.'.
NOTE that there is a simple workaround, as the error disappears when using column aliases, but it can be annoying if one has to use the '*' syntax, for example
Metadata
Metadata
Assignees
Labels
No labels