The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

See DBIx::Class::Schema::Loader::Base for available options.

By default column names from unquoted DDL will be generated in uppercase, as that is the only way they will work with quoting on.

See the "unquoted_ddl" option in this driver if you would like to have lowercase column names.

DRIVER OPTIONS

unquoted_ddl

Set this loader option if your DDL uses unquoted identifiers and you will not use quoting (the quote_char option in connect_info.)

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.

SEE ALSO

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

AUTHOR

See "AUTHOR" in DBIx::Class::Schema::Loader and "CONTRIBUTORS" in DBIx::Class::Schema::Loader.

LICENSE

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