Skip Menu |

This queue is for tickets about the DBIx-DataModel CPAN distribution.

Report information
The Basics
Id: 104856
Status: resolved
Priority: 0/
Queue: DBIx-DataModel

People
Owner: Nobody in particular
Requestors: DAMI [...] cpan.org
Cc: dsi.devops [...] justice.ge.ch
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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"
On Mon Jun 01 23:55:41 2015, DAMI wrote: Show quoted text
> 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"
Fixed in v2.46