Changeset 24697
- Timestamp:
- 11/23/08 22:09:31 (7 weeks ago)
- Location:
- lang/perl/DBIx-Skinny/trunk/lib/DBIx
- Files:
-
- 2 modified
-
Skinny.pm (modified) (1 diff)
-
Skinny/Table.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/DBIx-Skinny/trunk/lib/DBIx/Skinny.pm
r24692 r24697 46 46 sub _setup_dbd { 47 47 my $class = shift; 48 (my $dbd_type = $class->dsn) =~ s/^dbi:(\w*): /$1/;48 (my $dbd_type = $class->dsn) =~ s/^dbi:(\w*):.+/$1/; 49 49 $class->dbd(DBIx::Skinny::DBD->new($dbd_type)); 50 50 } -
lang/perl/DBIx-Skinny/trunk/lib/DBIx/Skinny/Table.pm
r21337 r24697 18 18 } 19 19 20 __PACKAGE__->mk_classdata($_) for qw/_inflate pk/; 20 __PACKAGE__->mk_classdata($_) for qw/pk/; 21 __PACKAGE__->mk_classdata(_inflate => {}); 21 22 __PACKAGE__->mk_classdata(columns => []); 22 23 __PACKAGE__->mk_classdata(_utf8_columns => {});
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)