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
39a7a779
Unverified
Commit
39a7a779
authored
Jun 05, 2019
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unused code bits
parent
460f0a1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
OCI8Statement.php
src/Driver/OCI8/OCI8Statement.php
+0
-7
AbstractPlatform.php
src/Platforms/AbstractPlatform.php
+0
-12
No files found.
src/Driver/OCI8/OCI8Statement.php
View file @
39a7a779
...
...
@@ -42,13 +42,6 @@ class OCI8Statement implements Statement
/** @var OCI8Connection */
protected
$_conn
;
/**
* @deprecated
*
* @var string
*/
protected
static
$_PARAM
=
':param'
;
/** @var string[] */
protected
$_paramMap
=
[];
...
...
src/Platforms/AbstractPlatform.php
View file @
39a7a779
...
...
@@ -2107,18 +2107,6 @@ abstract class AbstractPlatform
];
}
/**
* Common code for alter table statement generation that updates the changed Index and Foreign Key definitions.
*
* @deprecated
*
* @return string[]
*/
protected
function
_getAlterTableIndexForeignKeySQL
(
TableDiff
$diff
)
{
return
array_merge
(
$this
->
getPreAlterTableIndexForeignKeySQL
(
$diff
),
$this
->
getPostAlterTableIndexForeignKeySQL
(
$diff
));
}
/**
* Gets declaration of a number of fields in bulk.
*
...
...
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