GithubHelp home page GithubHelp logo

Comments (5)

josevalim avatar josevalim commented on May 18, 2024

@jonleighton and @tenderlove, could you please check? ❤️

from rails.

jonleighton avatar jonleighton commented on May 18, 2024

@rubymaverick: How does this code behave on 3-0-stable? (Assuming you define the default scope using the class-level macro, of course.) Thanks.

from rails.

ericallam avatar ericallam commented on May 18, 2024

@jonleighton in 3-0 stable the default scope is ignored, so the query above just becomes:

SELECT COUNT(*) FROM "users"

Also, FYI, if you do SELECT COUNT(*) FROM "users" ORDER BY created_at DESC in postgresql it will raise an error (sqlite just ignores it)

from rails.

jonleighton avatar jonleighton commented on May 18, 2024

Okay, I will fix. We shouldn't just discard the default scope entirely though - if you have default_scope where(:published => true) or something then you would expect that to affect the count query.

from rails.

gnufied avatar gnufied commented on May 18, 2024

Won't just delegating aggregation queries to :unscoped solve the problem?

from rails.

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.