We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a48de9 commit 12ffb3cCopy full SHA for 12ffb3c
1 file changed
lib/Data/ObjectDriver/SQL.pm
@@ -709,7 +709,7 @@ Returns the SQL fully representing the SQL statement C<$sql>.
709
710
=head2 C<$sql-E<gt>as_subquery($alias)>
711
712
-Returns a string repesenting the SQL statement for subquery uses. C<$alias> is optional.
+Returns a string representing the SQL statement for subquery. C<$alias> is optional.
713
714
=head2 C<$sql-E<gt>as_sql_having()>
715
@@ -731,7 +731,7 @@ statement C<$sql>. Reasonable values of C<$set> are C<ORDER> and C<GROUP>.
731
732
=head2 C<$sql-E<gt>as_escape()>
733
734
-Returns a string repesenting the C<ESCAPE> clause for use within C<LIKE> predicates.
+Returns a string representing the C<ESCAPE> clause for use within C<LIKE> predicates.
735
736
=head1 DIAGNOSTICS
737
0 commit comments