Git Product home page Git Product logo

Comments (2)

boldtrn avatar boldtrn commented on August 19, 2024

Hi @jbrunoxd

Thanks for reporting the issue. Doctrine implemented the Jsonb datatype with Doctrine 2.5. If you can upgrade your current project to Doctrine 2.5 I would definitely recommend upgrading.

Because of this I stopped the development of this Bundle. I wanted to update the Docs (will do this now).

Comments on your bug:
This sounds weird. I use this bundle in production use (will upgrade soon ;)). There I have the same jsonb field across different entities, with no issues. If you want, you could create a failing unit test, so I can take a look into this issue? I recommend upgrading Doctrine and see if the bug persists.

Btw: If you are querying for the id $entity = $em->getRepository('AppBundle:SecondEntity')->findOneBy(['id' => $id]), I recommend using the find method and not findBy.

from jsonbbundle.

boldtrn avatar boldtrn commented on August 19, 2024

I will close this issue since there was no update for several months

from jsonbbundle.

Related Issues (6)

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.