Giter Site home page Giter Site logo

Comments (5)

weiznich avatar weiznich commented on June 10, 2024 1

Thanks for reporting and good job for noticing that ~2h after the relevant change was merged 👍

I think we just miss the relevant impl for nullable here:

impl<DB> LikeIsAllowedForType<crate::sql_types::Text> for DB where DB: Backend {}

I think I would likely write something like that:

impl<T, DB> LikeIsAllowedForType<crate::sql_types::Nullable<T>> for DB 
where 
    DB: Backend + LikeIsAllowedForType<T>,  
{} 

That also should cover Nullable<Binary> for the postgres backend.

Mind sumitting a PR that adds this impl + adds a test so that we don't break it again?

from diesel.

weiznich avatar weiznich commented on June 10, 2024 1

https://github.com/diesel-rs/diesel/blob/master/diesel_tests/tests/filter.rs would be a good place for the test. I think the users table there already has a nullable text field.

from diesel.

thomasmost avatar thomasmost commented on June 10, 2024

Would be happy to :)

from diesel.

thomasmost avatar thomasmost commented on June 10, 2024

@weiznich I think I can figure out how to write the test, but can you point me to the workspace member library where the test should go?

from diesel.

thomasmost avatar thomasmost commented on June 10, 2024

Thank you!

from diesel.

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.