logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::Class::Helper::Schema::QuoteNames - force "quote_names" on

Author

       Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>

Description

       This helper merely forces "quote_names" on, no matter how your settings are configured.  You should use
       it.

Name

       DBIx::Class::Helper::Schema::QuoteNames - force "quote_names" on

Synopsis

        package MyApp::Schema;

        __PACKAGE__->load_components('Helper::Schema::QuoteNames');

See Also