Skip to content

Commit

Permalink
Merge pull request #29 from hiratara/tiny-fixes
Browse files Browse the repository at this point in the history
Doc fix for "suppress_row_objects".
  • Loading branch information
nekokak committed Sep 14, 2011
2 parents 12226f2 + 41c0358 commit 1f8996e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Teng.pm
Expand Up @@ -561,8 +561,8 @@ By default {YOUR_MODEL_CLASS}::Schema is used.
=item * C<suppress_row_objects>
Specifies the row object creation mode. By default this value is C<true>.
If you specifies this to a false value, no row object will be created when
Specifies the row object creation mode. By default this value is C<false>.
If you specifies this to a C<true> value, no row object will be created when
a C<SELECT> statement is issued..
=item * C<sql_builder>
Expand Down

0 comments on commit 1f8996e

Please sign in to comment.