Skip to content

Commit

Permalink
the example should be enough
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 28, 2018
1 parent a688169 commit d548d0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/SQL/Abstract/Pg.pm
Expand Up @@ -157,8 +157,6 @@ used by L<Mojo::Pg>.
$abstract->insert($table, \@values || \%fieldvals, \%options);
Additional C<INSERT> query features.
=head2 ON CONFLICT
The C<on_conflict> option can be used to generate C<INSERT> queries with
Expand Down Expand Up @@ -187,8 +185,6 @@ This includes operations commonly referred to as C<upsert>.
$abstract->select($source, $fields, $where, $order);
$abstract->select($source, $fields, $where, \%options);
Additional C<SELECT> query features.
=head2 ORDER BY
Alternatively to the C<$order> argument accepted by L<SQL::Abstract> you can now
Expand Down

0 comments on commit d548d0a

Please sign in to comment.