Skip to content

Conversation

joshrabinowitz
Copy link
Contributor

@ambs
Copy link
Collaborator

ambs commented Jul 29, 2016

Looks good. Let me know if you want a merge and release, @bigpresh (of course you can do it yourself too :))

@joshrabinowitz
Copy link
Contributor Author

awesome, thanks for the quick review, ambs

return;
if ($where) {
my ($where_sql, @where_binds) = $self->_generate_where_clauses( $where );
return unless $where_sql; # there was a problem
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we shouldn't carp here, rather than silently return undef - if we didn't generate any SQL something was clearly very wrong.

@bigpresh
Copy link
Owner

At a quick skim-over it looks sane, other than a couple of tiny niggles, but I'd like to re-review it tomorrow with fresh eyes before I merge and release.

@joshrabinowitz
Copy link
Contributor Author

@bigpresh - repushed with your input integrated.

@bigpresh bigpresh merged commit 3034f3c into bigpresh:master Aug 5, 2016
@bigpresh
Copy link
Owner

bigpresh commented Aug 5, 2016

Merged, and D::P::D::Core 0.15 released - thanks Josh!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants