CC: | dsi.devops [...] justice.ge.ch |
Subject: | can't use dot in a function on a column |
Oracle has functions containing dots (for ex. DBMS_LOB.SUBSTR).
When using such functions in a call like
Schema::Foo->select(
-columns => qw/foo_id DBMS_LOB.SUBSTR(bar, 50, 1)|bar_substr/,
);
we get an error "unknown table name:DBMS_LOB"