GithubHelp home page GithubHelp logo

Comments (2)

stof avatar stof commented on July 23, 2024

@mvrhov They are not redundant as these are 2 different things. The first one is about registering a DBAL type, and give the name of the class. Under connection, what is registered is the mapping between a DB type and a doctrine type. This mapping is specific to the DB you use (DB type names are not the same across platforms) and are not a 1-1 mapping to doctrine types. For instance, Doctrine registers many different DB types to the string doctrine type.

So we cannot try to workaround it in ConnectionFactory as it would require guessing things about the DB you use and the meaning of your doctrine types.
Thus, we agreed long ago that DoctrineBundle is about integrating Doctrine with Symfony, not about reimplementing Doctrine in Symfony (unlike the sfDoctrinePlugin AFAICT). So things should change in DBAL, not here.

from doctrinebundle.

stof avatar stof commented on July 23, 2024

Doctrine 2.3 (i.e. the current master branch) now has a way to register the mapping types directly from the type class. So when using 2.3, you don't need to use the mapping_types key anymore if you update your custom type to overwrite the new methods with the needed logic (the default implementation of the methods are empty methods).

from doctrinebundle.

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.