Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 70647
Status: rejected
Priority: 0/
Queue: DBIx-Class-DeploymentHandler

People
Owner: Nobody in particular
Requestors: yanick+cpan [...] babyl.dyndns.org
Cc:
AdminCc:

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



Subject: Table name too long for Oracle
I found to my great sadness that Oracle's identifiers are limited to 30 characters. Which means that 'dbix_class_deploymenthandler_versions' is just too much for the big O to handle. I'll try to come up with a patch, but for the time being I plan to monkeypatch my project to use 'dbix_class_dh_versions'.
On Wed Aug 31 14:04:22 2011, YANICK wrote: Show quoted text
> I found to my great sadness that Oracle's identifiers are limited to 30 > characters. > > Which means that 'dbix_class_deploymenthandler_versions' is just too > much for the big O to handle. > > I'll try to come up with a patch, but for the time being I plan to > monkeypatch my project to use 'dbix_class_dh_versions'.
You probably already figured this out (since you've already sent me other patches but nothing related to this) but the real solution to this problem is documented here: https://metacpan.org/module/DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource