Fix long relationship/column names in oracle for good
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 20 Mar 2011 11:25:55 +0000 (12:25 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 22 Mar 2011 10:17:52 +0000 (11:17 +0100)
commit19c4cc62860c3d1d497dd2a3f119a72085caa61d
tree643188b6e789cae9808e7d6125e71de84ca5c083
parent2ea6032acc08fc61cf6d12e787e7ee6b368b74bc
Fix long relationship/column names in oracle for good

Do not pass in the relname as "keyword" anymore - it will interfere
with the aliasing since ::Storage::Oracle and SQLMaker::Oracle will
produce different results
Changes
lib/DBIx/Class/SQLMaker/Oracle.pm
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
t/73oracle.t