Howdy,

I have a rather unique problem and I am unsure of how to fix this. I am connecting to Oracle, one of the tables I HAVE to work with is using a keyword as the column name (I didn't do it!).

The way to get select statements to work is by single-quoting the column call. Example:

SELECT
 'me.level'
FROM
test me;

The problem is that DBIx::Class does not do the single quoting by default and the single-quoting behavior, I don't believe, does not work for all databases.

Does anyone have suggestions about how this problem could be addressed?

Steve Kirkup

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to