Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
69b8cefa
Unverified
Commit
69b8cefa
authored
May 02, 2018
by
Michael Moravec
Committed by
Sergei Morozov
Nov 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3113 from Majkl578/revert-complex-type-spec
Revert complex type specification in Connection
parents
733c63a0
1eb4cf31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
Connection.php
lib/Doctrine/DBAL/Connection.php
+11
-13
No files found.
lib/Doctrine/DBAL/Connection.php
View file @
69b8cefa
...
...
@@ -870,7 +870,7 @@ class Connection implements DriverConnection
*
* @param string $query The SQL query to execute.
* @param mixed[] $params The parameters to bind to the query, if any.
* @param int[]|string[]
$types The types the previous parameters are in.
* @param int[]|string[]
|Type[]
$types The types the previous parameters are in.
* @param QueryCacheProfile|null $qcp The query cache profile, optional.
*
* @return ResultStatement The executed statement.
...
...
@@ -918,7 +918,7 @@ class Connection implements DriverConnection
*
* @param string $query The SQL query to execute.
* @param mixed[] $params The parameters to bind to the query, if any.
* @param int[]|string[]
$types The types the previous parameters are in.
* @param int[]|string[]
|Type[]
$types The types the previous parameters are in.
* @param QueryCacheProfile $qcp The query cache profile.
*
* @throws CacheException
...
...
@@ -1010,7 +1010,7 @@ class Connection implements DriverConnection
*
* @param string $query The SQL query.
* @param mixed[] $params The query parameters.
* @param int[]|string[] $types The parameter types.
* @param int[]|string[]
|Type[]
$types The parameter types.
*
* @throws DBALException
*/
...
...
@@ -1459,9 +1459,7 @@ class Connection implements DriverConnection
*
* @param DriverStatement $stmt The statement to bind the values to.
* @param mixed[] $params The map/list of named/positional parameters.
* @param int[]|string[] $types The parameter types (PDO binding types or DBAL mapping types).
*
* @return void
* @param int[]|string[]|Type[] $types The parameter types.
*/
private
function
_bindTypedValues
(
DriverStatement
$stmt
,
array
$params
,
array
$types
)
:
void
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment