• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

preaction / Minion-Backend-mysql
97%

Build:
DEFAULT BRANCH: master
Repo Added 02 Nov 2017 07:07PM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • fix-features
  • master
  • test-travis
  • v0.10
  • v0.11
  • v0.12
  • v0.13
  • v0.14
  • v0.15
  • v0.16
  • v0.17
  • v0.18
  • v0.19
  • v0.20
  • v0.21
  • v0.22
  • v0.23
  • v0.24
  • v0.25
  • v0.26
  • v0.27
  • v0.28
  • v0.29

pending completion
155

push

travis-ci-com

preaction
fix mysql < 5.7.5 with only_full_group_by

From MySQL's docs, versions less than 5.7.5 support SQL-92's version of
GROUP BY, which requires all non-aggregate columns to show up in the
GROUP BY.

> SQL:1999 and later permits such nonaggregates per optional feature T301
> if they are functionally dependent on GROUP BY columns: If such
> a relationship exists between name and custid, the query is legal. This
> would be the case, for example, were custid a primary key of customers.
> MySQL 5.7.5 and later implements detection of functional dependence.
> https://dev.mysql.com/doc/refman/5.7/en/group-by-handling.html

Turns out Travis hasn't been testing on 5.6, which explains why it was
working (to my bewilderment, as I know this is an issue).

Thanks @augensalat for reporting this issue!

Fixes #36

265 of 273 relevant lines covered (97.07%)

55.76 hits per line

Relevant lines Covered
Build:
Build:
273 RELEVANT LINES 265 COVERED LINES
55.76 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
155 master fix mysql < 5.7.5 with only_full_group_by From MySQL's docs, versions less than 5.7.5 support SQL-92's version of GROUP BY, which requires all non-aggregate columns to show up in the GROUP BY. > SQL:1999 and later permits such nonaggregates per ... push 18 Jun 2021 04:03PM UTC preaction travis-ci-com pending completion  
154 master fix mysql < 5.7.5 with only_full_group_by From MySQL's docs, versions less than 5.7.5 support SQL-92's version of GROUP BY, which requires all non-aggregate columns to show up in the GROUP BY. > SQL:1999 and later permits such nonaggregates per ... push 18 Jun 2021 03:47PM UTC preaction travis-ci-com pending completion  
153 master fix mysql < 5.7.5 with only_full_group_by From MySQL's docs, versions less than 5.7.5 support SQL-92's version of GROUP BY, which requires all non-aggregate columns to show up in the GROUP BY. > SQL:1999 and later permits such nonaggregates per ... push 18 Jun 2021 03:43PM UTC preaction travis-ci-com pending completion  
152 master fix travis to test mysql 5.6 push 18 Jun 2021 03:36PM UTC preaction travis-ci-com pending completion  
151 master try using trusty for mysql 5.6 push 18 Jun 2021 03:31PM UTC preaction travis-ci-com pending completion  
150 master try using trusty for mysql 5.6 push 18 Jun 2021 03:18PM UTC preaction travis-ci-com pending completion  
149 master enable even stricter mysql in travis push 18 Jun 2021 03:01PM UTC preaction travis-ci-com pending completion  
148 v0.29 release v0.29 [Fixed] - Sped up enqueue by only using a transaction when needed. `no_txn` will still always disable enqueue transactions. push 18 Jun 2021 02:48PM UTC preaction travis-ci-com pending completion  
148 v0.29 release v0.29 [Fixed] - Sped up enqueue by only using a transaction when needed. `no_txn` will still always disable enqueue transactions. push 07 Jun 2021 04:00PM UTC preaction travis-ci pending completion  
147 master incrementing version after release push 07 Jun 2021 03:49PM UTC preaction travis-ci pending completion  
See All Builds (105)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc