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::Schema::Loader::DBI::InterBase - DBIx::Class::Schema::Loader::DBI Firebird Implementation.

Authors

       See "AUTHORS" in DBIx::Class::Schema::Loader.

Column Name Case Issues

       By default column names from unquoted DDL will be generated in lowercase, for consistency with other
       backends.

       Set the preserve_case option to true if you would like to have column names in the internal case, which
       is uppercase for DDL that uses unquoted identifiers.

       Do not use quoting (the quote_char option in connect_info when in the default "preserve_case => 0" mode.

       Be careful to also not use any SQL reserved words in your DDL.

       This will generate lowercase column names (as opposed to the actual uppercase names) in your Result
       classes that will only work with quoting off.

       Mixed-case table and column names will be ignored when this option is on and will not work with quoting
       turned off.

Description

       See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base.

License

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

perl v5.40.1                                       2025-03-22              DBIx::Class::S...:DBI::InterBase(3pm)

Name

       DBIx::Class::Schema::Loader::DBI::InterBase - DBIx::Class::Schema::Loader::DBI Firebird Implementation.

See Also

       DBIx::Class::Schema::Loader, DBIx::Class::Schema::Loader::Base, DBIx::Class::Schema::Loader::DBI

See Also