Skip to content

Conversation

@alikon
Copy link
Contributor

@alikon alikon commented Jun 11, 2019

Summary of Changes

use prepared statement for SQL

Testing Instructions

test com_content

Expected result

should work as before

Actual result

N/A

$associations = array_values($associations);
$db = Factory::getDbo();
$query = $db->getQuery(true)
->select('c.*')
Copy link
Contributor

Choose a reason for hiding this comment

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

Convert 57-67.

throw new \Exception(Text::_('COM_CONTENT_ERROR_ARTICLE_NOT_FOUND'), 404);
}

/*
Copy link
Contributor

Choose a reason for hiding this comment

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

Comment??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes i wasn't able to understand what's the meaning of that if, and plus testing work well without
any help ?

@ghost ghost changed the title [4.0][com_content][wip] convert to prepared statement [4.0] [com_content] [wip] convert to prepared statement Jun 13, 2019
@HLeithner
Copy link
Member

@alikon it would be cool if can bring this PR back.

@alikon
Copy link
Contributor Author

alikon commented Aug 8, 2019

re-opened as requested, but it will conflict with #25760

@alikon alikon reopened this Aug 8, 2019
@alikon
Copy link
Contributor Author

alikon commented Aug 30, 2019

sorry but too much changes since it was opened,or i'm a git dumb, but ,i cannot manage it, better to start from scratch with a new one

@alikon alikon closed this Aug 30, 2019
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.

4 participants