Giter VIP home page Giter VIP logo

Comments (3)

amadeomano avatar amadeomano commented on May 18, 2024

I have exactly the same problem, unfortunately i coudn't find a soloution for that, but it seems that the problem belongs to blim\Datatables package. it's probably possible to reimplement that part using another package like chumper\Datatable.

from tracker.

antonioribeiro avatar antonioribeiro commented on May 18, 2024

How would you do this in MySQL? :)

$query =
        $this
            ->select(
                'tracker_events.id',
                'tracker_events.name',
                $this->getConnection()->raw('count(tracker_events_log.id) as total')
            )
            ->from('tracker_events')
            ->period($minutes, 'tracker_events_log')
            ->join('tracker_events_log', 'tracker_events_log.event_id', '=', 'tracker_events.id')
            ->groupBy('tracker_events.id', 'tracker_events.name')
            ->orderBy('total', 'desc');

The problem is, probably, that MySQL is not accepting to order by this alias:

$this->getConnection()->raw('count(tracker_events_log.id) as total')

from tracker.

antonioribeiro avatar antonioribeiro commented on May 18, 2024

Not having any problems with MySQL 5.6.19-0ubuntu0.14.04.1 in the last version of Tracker. Closing it for now.

from tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.