Questions tagged [dbicdump]

dbicdump make possible to auto-generate a DBIx::Class object representation model of most of the relational databases schema.

dbicdump is written with the Perl5 programming language and based on DBIx::Class::Schema::Loader.

1 questions
1
vote
0 answers

Why dbicdump shorten table column name in ResultSource when it reach 30 chars?

I dumped a MSSQL database schema using dbicdump: dbicdump \ -o dump_directory=./lib \ -o components='["InflateColumn::DateTime"]' \ -o constraint='qr/(V_A_Table_With_A_Very_Long_Name)/i' \ -o preserve-case=1 \ My::Package…
smonff
  • 3,399
  • 3
  • 36
  • 46