X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FSQLite.pm;h=8a9d7fa9131db6adbeaeb85a6b23bb71f7f49121;hb=31bb159f43f561af6c604906febbdacd2a522e21;hp=f3146c2dbfd6c9c927f1a682a93c7fc06e4af359;hpb=adf7b1a93b48876325498612c0643ea7edc63618;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm b/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm index f3146c2..8a9d7fa 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm @@ -33,10 +33,10 @@ sub _setup { $self->next::method(@_); - if (not defined $self->preserve_case) { + if (not $self->preserve_case) { $self->preserve_case(0); } - + if ($self->db_schema) { warn <<'EOF'; db_schema is not supported on SQLite, the option is implemented only for qualify_objects testing.