Coder Social home page Coder Social logo

Comments (4)

tathougies avatar tathougies commented on July 17, 2024

I am not seeing this. Your query is correctly generating a subquery on my machine. I've tested on sqlite and postgres. Can you post more context?

What do you mean by 'incorrect SQL'? Did the query not work as expected, or was the syntax rejected by the database?

from beam.

3noch avatar 3noch commented on July 17, 2024

The syntax was rejected. I'll see if I can repro.

from beam.

3noch avatar 3noch commented on July 17, 2024

I'm definitely still seeing this with latest master, but perhaps it's more involved. I recently saw it in the query monad style instead:

select $ do
  la <- orderBy_ (\la -> desc_ $ la^.laCreatedUtc)
    $ filter_ (\la -> not_ (la^.laDeleted))
    $ all_ (db^.leadactivity)
  u <- all_ (db^.users)
  guard_ ((la^.laByUser) `references` u)
  pure (la, u)

Moving the orderBy out of the do fixed it.

from beam.

tathougies avatar tathougies commented on July 17, 2024

@3noch Finally getting around to this. I've managed to reproduce the bug. Looks like projections are being built wrong in a corner case in buildSql92Query. I will investigate and push a fix. Sorry this one took so long!

from beam.

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.