Changeset 32399
- Timestamp:
- 04/14/09 19:28:05 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Data-Model/trunk/lib/Data/Model/Schema/SQL.pm
r30155 r32399 123 123 sub as_table_attributes { 124 124 my $self = shift; 125 return '' unless ref($self->{schema}->options->{create_sql_attributes}) eq 'HASH'; 126 my($ret) = $self->call_method( 'get_table_attributes', $self->{schema}->options->{create_sql_attributes} ); 125 my $hash = $self->{schema}->options->{create_sql_attributes}; 126 $hash = +{} unless ref($hash) eq 'HASH'; 127 my($ret) = $self->call_method( 'get_table_attributes', $hash ); 127 128 $ret ? " $ret" : ''; 128 129 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)