Giter Site home page Giter Site logo

Invalid filter expression about trac-hub HOT 2 OPEN

mavam avatar mavam commented on September 26, 2024
Invalid filter expression

from trac-hub.

Comments (2)

dakapo avatar dakapo commented on September 26, 2024 2

I got this working by extending the following line.

@@ -82,7 +82,7 @@ class Migrator
def trac_mail(author)
return @trac_mails_cache[author] if @trac_mails_cache.has_key?(author)
# tries to retrieve the email from trac db
- data = @trac.sessions.select(:value).where('name = "email" AND sid = ?', author)
+ data = @trac.sessions.select(:value).where(Sequel.lit('name = "email" AND sid = ?', author))
return (@trac_mails_cache[author] = data.first[:value]) if data.count == 1
return (@trac_mails_cache[author] = author) # not found
end

from trac-hub.

mavam avatar mavam commented on September 26, 2024

It sounds like Sequel no longer accepts raw strings.

Maybe an older version of Sequel works?

Unfortunately I lack the cycles to work on a patch.

from trac-hub.

Related Issues (15)

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.