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
3e735a81
Unverified
Commit
3e735a81
authored
Jan 01, 2020
by
Sergei Morozov
Committed by
GitHub
Jan 01, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3804 from morozov/remove-deprecation-leftovers
Removed deprecation leftovers
parents
acc4686b
e24b40a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
OracleSchemaManager.php
lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
+0
-4
SqliteSchemaManager.php
lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
+0
-2
No files found.
lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
View file @
3e735a81
...
...
@@ -267,8 +267,6 @@ class OracleSchemaManager extends AbstractSchemaManager
/**
* {@inheritdoc}
*
* @deprecated
*/
protected
function
_getPortableDatabaseDefinition
(
array
$database
)
:
string
{
...
...
@@ -279,8 +277,6 @@ class OracleSchemaManager extends AbstractSchemaManager
/**
* {@inheritdoc}
*
* Calling this method without an argument or by passing NULL is deprecated.
*/
public
function
createDatabase
(
string
$database
)
:
void
{
...
...
lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
View file @
3e735a81
...
...
@@ -238,8 +238,6 @@ class SqliteSchemaManager extends AbstractSchemaManager
/**
* {@inheritdoc}
*
* @deprecated
*/
protected
function
_getPortableTableColumnList
(
string
$table
,
string
$database
,
array
$tableColumns
)
:
array
{
...
...
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