Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Handle bindParam and bindValue methods #2

Closed
osaris opened this issue Feb 11, 2013 · 2 comments
Closed

Handle bindParam and bindValue methods #2

osaris opened this issue Feb 11, 2013 · 2 comments

Comments

@osaris
Copy link
Member

osaris commented Feb 11, 2013

PDO fails to detect the type of the variable passed to a binded parameter. We need to use bindParam or bindValue to force the good parameter type.

We should handle these two methods in Hoa\Database.

@Hywan
Copy link
Member

Hywan commented Feb 13, 2013

Hi,

We already have the bindParameter() method (please, see line 63 to 75 of Hoa\Database\IDal\WrapperStatement. Isn't it enough?

@osaris
Copy link
Member Author

osaris commented Feb 13, 2013

Ok, my bad !

@osaris osaris closed this as completed Feb 13, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants