Alexandre Alapetite da4b08fc4a SQL fix fbrowser (RC)
https://github.com/friendica/friendica/pull/3742

Fixing non-standard GROUP BY, and non-standard ORDER BY.

```
DB Error 1055: Expression #2 of SELECT list is not in GROUP BY clause
and contains nonaggregated column 'friendica.photo.id' which is not
functionally dependent on columns in GROUP BY clause; this is
incompatible with sql_mode=only_full_group_by
q, fbrowser_content
SELECT `resource-id`, `id`, `filename`, type, min(`scale`) AS
`hiq`,max(`scale`) AS `loq`, `desc` FROM `photo` WHERE `uid` = 1 AND
`album` != 'Contact Photos' AND `album` != 'Contact Photos' GROUP BY
`resource-id` ORDER BY created DESC LIMIT 0, 10
2017-09-27T17:16:35Z@tmkfko6titb71nug3i4vr1mnb1 [NORMAL]:dba.php:553:p
DB Error 1055: Expression #2 of SELECT list is not in GROUP BY clause
and contains nonaggregated column 'friendica.photo.id' which is not
functionally dependent on columns in GROUP BY clause; this is
incompatible with sql_mode=only_full_group_by
q, fbrowser_content
```

```
ERROR 1055 (42000): Expression #1 of ORDER BY clause is not in GROUP BY
clause and contains nonaggregated column 'friendica.photo.created' which
is not functionally dependent on columns in GROUP BY clause; this is
incompatible with sql_mode=only_full_group_by
```
2017-09-28 21:24:07 +02:00
2017-01-18 14:05:57 +01:00
2017-09-28 06:01:31 +00:00
2017-09-28 21:24:07 +02:00
2017-09-28 06:01:31 +00:00
2017-09-23 22:53:44 +00:00
2017-09-27 16:32:12 +02:00
2017-05-07 14:50:47 -04:00
2017-09-27 07:15:14 +02:00
2017-01-28 07:15:57 +01:00
2012-06-14 18:39:48 +10:00
2012-03-02 17:18:11 +01:00
2017-09-20 17:42:45 +02:00
2012-03-09 12:16:58 +01:00
2017-06-06 07:22:28 +02:00
2017-05-02 22:59:44 -04:00
2017-08-14 05:49:49 +00:00
2017-08-25 02:58:38 +00:00
2017-01-11 08:09:13 +01:00
2017-03-21 21:52:00 +01:00
2017-08-14 05:49:49 +00:00
2017-09-20 17:42:45 +02:00

Friendica Social Communications Server

Welcome to the free social web.

Friendica is a communications platform for integrated social communications utilising decentralised communications and linkage to several indie social projects - as well as popular mainstream providers.

Our mission is to free our friends and families from the clutches of data-harvesting corporations, and pave the way to a future where social communications are free and open and flow between alternate providers as easily as email does today.

Description
This is a clone of the Friendica repository.
https://github.com/friendica/friendica
Readme 183 MiB
Languages
PHP 85.4%
Smarty 6.4%
CSS 4.8%
JavaScript 2.7%
Less 0.4%
Other 0.2%