Giter Site home page Giter Site logo

Probably bindParameters bug about orm HOT 5 CLOSED

cycle avatar cycle commented on July 21, 2024
Probably bindParameters bug

from orm.

Comments (5)

SerafimArts avatar SerafimArts commented on July 21, 2024

Yes that's right. I tried to reuse the existing connection with another ORM, but missed this call: https://github.com/spiral/database/blob/master/src/Driver/Driver.php#L163

It seems necessary to create new PDO connections specifically for the Cycle ='(

from orm.

wolfy-j avatar wolfy-j commented on July 21, 2024

Since PDO is stateful - yes. But I can try to make it happen.

from orm.

wolfy-j avatar wolfy-j commented on July 21, 2024

Also, what are you looking can be changed. Statement extends PDO statement so it should be possible to fallback to lower level implementation.

from orm.

SerafimArts avatar SerafimArts commented on July 21, 2024

But I can try to make it happen.

Not worth it, what I'm trying to combine difficult compatible things - these are not implementation problems

from orm.

wolfy-j avatar wolfy-j commented on July 21, 2024

FYI, statement casting is not required anymore, you can share PDO between drivers I believe.

from orm.

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.