Skip to content

Add bindValue method to DatabaseQuery#357

Open
HLeithner wants to merge 3 commits into4.x-devfrom
feature/bindvalue
Open

Add bindValue method to DatabaseQuery#357
HLeithner wants to merge 3 commits into4.x-devfrom
feature/bindvalue

Conversation

@HLeithner
Copy link
Contributor

You can't bind a literal or function result directly to the bind value method because it expects a variable.

Summary of Changes

Add bindValue method which is a proxy to the `bind method.

Testing Instructions

Only a function has been added, test the bindValue if it works as you expect bind to work without the reference part.

Documentation Changes Required

Not sure if we have a proper database documentation already, if yes it needs to be added

Future

Add this method to the DatabaseQueryInterface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments