logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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