fleet/server
Zachary Wasserman 3bab6bae18 Use SELECT DISTINCT in favor of GROUP BY (#1251)
In some MySQL configurations, using a GROUP BY that doesn't refer to every
column in the SELECT will throw errors. Replace the use of GROUP BY with SELECT
DISTINCT as this is also more clear as to the intentions of the query.

Fixes #1249
2017-02-17 11:19:27 -08:00
..
config add mysql client certificate support (#1240) 2017-02-16 17:14:00 -07:00
contexts renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore Use SELECT DISTINCT in favor of GROUP BY (#1251) 2017-02-17 11:19:27 -08:00
kolide Use SELECT DISTINCT in favor of GROUP BY (#1251) 2017-02-17 11:19:27 -08:00
license-checker Licensed endpoints (#1188) 2017-02-10 02:43:45 +08:00
mail renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
mock Email confirmation fix (#1231) 2017-02-16 21:07:20 +08:00
pubsub renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
service Fix for bug #1236 (#1244) 2017-02-17 01:02:49 +08:00
test renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
version renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
websocket renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00