• Benjamin Eberlei's avatar
    [DBAL-78] Add support for native sql list support in positional queries... · df50f44a
    Benjamin Eberlei authored
    [DBAL-78] Add support for native sql list support in positional queries through the introduction of two new constants:
    
    * Doctrine\DBAL\Connection::PARAM_STR_ARRAY
    * Doctrine\DBAL\Connection::PARAM_INT_ARRAY
    
    Replacement of arrays only works in conjunction with the Doctrine\DBAL\Connection::executeQuery() and executeUpdate() methods.
    You need to pass the param constants into the third parameter called $types.
    df50f44a
Name
Last commit
Last update
..
Driver Loading commit data...
Event Loading commit data...
Logging Loading commit data...
Platforms Loading commit data...
Schema Loading commit data...
Tools/Console Loading commit data...
Types Loading commit data...
Configuration.php Loading commit data...
Connection.php Loading commit data...
ConnectionException.php Loading commit data...
DBALException.php Loading commit data...
Driver.php Loading commit data...
DriverManager.php Loading commit data...
Events.php Loading commit data...
LockMode.php Loading commit data...
README.markdown Loading commit data...
SQLParserUtils.php Loading commit data...
Statement.php Loading commit data...
Version.php Loading commit data...