]> git.mxchange.org Git - friendica.git/commit
Fix SQL grammar error: ORDER BY clause is not in SELECT
authorAlexandre Alapetite <alexandre@alapetite.fr>
Wed, 21 Nov 2018 08:57:34 +0000 (09:57 +0100)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Wed, 21 Nov 2018 08:57:34 +0000 (09:57 +0100)
commita1238d03a6e8d7b1ac84e95978407ee085f37f1e
tree07fe7fcf78245ffc8e31cc4a25cdd5380d936ca6
parenta76c00de669d1ffcad76ac6f75e94a9878fd3e02
Fix SQL grammar error: ORDER BY clause is not in SELECT

```
2018-11-21T08:31:28Z@e3393hprfvfqnblturqp56rjnp [Info]:DBA.php:557:p
DB Error 3065: Expression #1 of ORDER BY clause is not in SELECT list,
references column 'friendica.item.created' which is not in SELECT list;
this is incompatible with DISTINCT
q, profile_content, update_profile_content,
LegacyModule::runModuleFunction, LegacyModule::content, call_user_func,
App::runFrontend
SELECT DISTINCT(`parent-uri`) AS `uri` FROM `item` INNER JOIN `contact`
ON `contact`.`id` = `item`.`contact-id` AND NOT `contact`.`blocked` AND
NOT `contact`.`pending` WHERE `item`.`uid` = 1 AND `item`.`visible` AND
(NOT `item`.`deleted` OR `item`.`gravity` = 3) AND NOT
`item`.`moderated` AND `item`.`wall` AND `item`.`unseen` ORDER BY
`item`.`created` DESC
```
mod/profile.php