Unix and Linux Discussions Tagged with quoting |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
7,271 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,555 |
Shell Programming and Scripting |
|
|
|
2 |
6,415 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,066 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,952 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,390 |
Shell Programming and Scripting |
|
|
|
2 |
2,625 |
Shell Programming and Scripting |
|
|
|
6 |
1,867 |
Shell Programming and Scripting |
|
|
|
8 |
5,108 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,000 |
Shell Programming and Scripting |
|
|
|
2 |
1,230 |
Shell Programming and Scripting |
|
|
|
3 |
3,871 |
Shell Programming and Scripting |
|
|
|
6 |
2,963 |
Shell Programming and Scripting |
|
|
|
2 |
6,261 |
Shell Programming and Scripting |
|
|
|
5 |
4,775 |
Homework & Coursework Questions |
|
|
|
0 |
4,087 |
Homework & Coursework Questions |
|
|
|
4 |
5,804 |
Shell Programming and Scripting |
|
|
|
2 |
1,792 |
Shell Programming and Scripting |
|
|
|
5 |
2,933 |
Shell Programming and Scripting |
|
|
|
6 |
27,615 |
Shell Programming and Scripting |
|
|
|
3 |
2,566 |
Shell Programming and Scripting |
|
|
|
6 |
3,858 |
Shell Programming and Scripting |
|
|
|
3 |
2,125 |
Shell Programming and Scripting |
|
|
|
3 |
5,308 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,764 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,422 |
UNIX for Dummies Questions & Answers |
DBIx::Class::Schema::Loader::DBI::InterBase(3pm) User Contributed Perl Documentation DBIx::Class::Schema::Loader::DBI::InterBase(3pm)
NAME
DBIx::Class::Schema::Loader::DBI::InterBase - DBIx::Class::Schema::Loader::DBI Firebird Implementation.
DESCRIPTION
See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base.
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.
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.
perl v5.14.2 2012-06-08 DBIx::Class::Schema::Loader::DBI::InterBase(3pm)