pdnsmanager/api
Alexander Dormann dc8fab4d42 Implement ONLY_FULL_GROUP_BY compatibility (#15) (#16)
SQL92 requires that all columns (except aggregates) in the select clause
is part of the group by clause. SQL99 loosens this restriction a bit and
states that all columns in the select clause must be functionally
dependent of the group by clause.

This commit fixes all partial GROUP BY queries to be compatible with
SQL92. Previously, when MySQLs sql_mode included ONLY_FULL_GROUP_BY,
aggregating queries failed, resulting in an empty domain listing.
2016-05-14 12:03:06 +02:00
..
add-domain.php Removed unneccessary debug output 2016-05-06 18:15:15 +02:00
domains.php Implement ONLY_FULL_GROUP_BY compatibility (#15) (#16) 2016-05-14 12:03:06 +02:00
edit-master.php Added csrf protection 2016-01-29 16:52:23 +01:00
edit-remote.php Added user interface functions for adding remote permissions 2016-02-05 17:14:49 +01:00
edit-user.php Added csrf protection 2016-01-29 16:52:23 +01:00
index.php Added csrf protection 2016-01-29 16:52:23 +01:00
install.php Changed databaseschema for newer pdns versions 2016-02-14 12:44:53 +01:00
password.php Added csrf protection 2016-01-29 16:52:23 +01:00
remote.php Fixed the getIP command so that the clients IP is always returned, even behind multiple proxies. 2016-04-20 14:59:06 +02:00
upgrade.php Changed databaseschema for newer pdns versions 2016-02-14 12:44:53 +01:00
users.php Added csrf protection 2016-01-29 16:52:23 +01:00