Skip Menu |

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

Report information
The Basics
Id: 71945
Status: resolved
Priority: 0/
Queue: DBIx-Class-Schema-Loader

People
Owner: Nobody in particular
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

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



Subject: Better naming mechanism for CamelCase table names
Hello, As we discussed on IRC, dbicdump doesn't handle very well table names in CamelCase. In my case, which is to access the database from the RackTables free software, names like "IPv4RSPool", "LDAPCache" or "VLANValidID" are transformed respectively into "Ipv4Rspool", "Ldapcache", "VlanvalidId". Setting the preserve_case or naming options has no effect on this behaviour. Thanks in advance -- Close the world, txEn eht nepO.
Fixed in git for experimental v8 mode. Try with: naming => 'v8', preserve_case => 1
Fixed in 0.07011, use: naming => 'v8', preserve_case => 1