Skip to content

Commit

Permalink
add documentation about strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ytnobody committed Jul 3, 2014
1 parent 7467936 commit 0ae663f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/DBIx/Otogiri.pm
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ DBIx::Otogiri is core feature class of Otogiri.
You have to specify C<dsn>, C<dbuser>, and C<dbpass>, to connect to database.
=head2 strict (optional, default is 1)
In strict mode, all the expressions must be declared by using blessed references that export as_sql and bind methods like SQL::QueryMaker.
Please see METHODS section of L<SQL::Maker>'s documentation.
=head2 inflate (optional)
use JSON;
Expand Down

0 comments on commit 0ae663f

Please sign in to comment.