mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-275: Improve QueryBuilder docs #342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jan 25, 2010).
Jira issue originally created by user shurakai:
Within the QueryBuilder section, it should be described that params can be bound by using setParameter($key, $value) or setParameters($array)
Also, it should be mentioned that using $queryBuilder->expr()->in('field', array( 'string' ) ); is not valid and instead of using a string, one must use ?1 and set the param by using setParameters. (Otherwise, an exception would be thrown)
@doctrinebot commented on GitHub (May 12, 2010):
Comment created by shurakai:
Added some changes here
b857655992Further improvements will be appreciated!
@doctrinebot commented on GitHub (May 13, 2010):
Comment created by romanb:
The formatting seems to be a bit broken, maybe a tabs/spaces issue? (we use spaces only).
I will pull this upstream then soon.
@doctrinebot commented on GitHub (May 13, 2010):
Comment created by romanb:
OK, I see this is already committed. Can you just take a second look at the formatting? Thanks.
This can be closed then as you see fit.
@doctrinebot commented on GitHub (May 20, 2010):
Issue was closed with resolution "Fixed"