fleet/server/datastore
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
..
inmem Email confirmation fix (#1231) 2017-02-16 21:07:20 +08:00
internal/appstate Licensed endpoints (#1188) 2017-02-10 02:43:45 +08:00
mysql Use SELECT DISTINCT in favor of GROUP BY (#1251) 2017-02-17 11:19:27 -08:00
datastore_app_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_campaigns_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_decorators_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_email_changes_test.go Email confirmation fix (#1231) 2017-02-16 21:07:20 +08:00
datastore_hosts_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_invites_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_labels_test.go Add ability to modify labels (#1202) 2017-02-12 12:27:43 +08:00
datastore_licenses_test.go Licensed endpoints (#1188) 2017-02-10 02:43:45 +08:00
datastore_options_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_packs_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_password_reset_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_queries_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_scheduled_queries_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_test.go Add ability to modify labels (#1202) 2017-02-12 12:27:43 +08:00
datastore_users_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_yara_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
file_integrity_monitoring_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
inmem_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
mysql_test.go Use persistent MySQL for local server, tmpfs MySQL for tests (#1245) 2017-02-17 09:15:10 -08:00