Giter Club home page Giter Club logo

Comments (6)

csummers avatar csummers commented on July 24, 2024

This may be bug. I know there were a few edge cases with whether or not to add a space for clojure expressions if the returned string did not account for any space. Raw SQL parameters may need to have different behavior for the intuitive use. I'll look into this.

The work-around for your particular issue is to pass in the entire column name "scan_left" or "scan_right". (And, once you're passing in the entire column name, you might as well use the :i identifier param type.)

from hugsql.

arichiardi avatar arichiardi commented on July 24, 2024

Yeah smelled like it 😄 Thanks for the workaround...I used:

UPDATE workflows
/*~ (if (= "left" (:side params)) */
SET scan_left = :scan
/*~*/
SET scan_right = :scan
/*~ ) ~*/
WHERE id = :id
RETURNING *

It works fine...

from hugsql.

csummers avatar csummers commented on July 24, 2024

That's great, too. Thanks for the bug report!

from hugsql.

csummers avatar csummers commented on July 24, 2024

This should be in the next release (0.5.0) later this week. Thanks for the report!

This bug prompted me to reconsider some earlier decisions on whether or not to provide a "spacer" when a parameter or expression returns a value that might need one in the context of the SQL. I've now decided to trim less whitespace and newlines when parsing and skip adding a spacer altogether. There are a few edge cases where this change might break someone's existing code, hence the version bump to 0.5.0, but I think in the longer term this is the right thing to do.

from hugsql.

arichiardi avatar arichiardi commented on July 24, 2024

Agree with you and can't wait for the next release! 😃

from hugsql.

csummers avatar csummers commented on July 24, 2024

This is released in 0.4.8 (finally!). Thanks!

from hugsql.

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.