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
3d5847a0
Unverified
Commit
3d5847a0
authored
Apr 15, 2019
by
Michael Moravec
Committed by
Sergei Morozov
Jun 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated AbstractPlatform::getIdentityColumnNullInsertSQL()
parent
6b651372
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
UPGRADE.md
UPGRADE.md
+1
-0
AbstractPlatform.php
src/Platforms/AbstractPlatform.php
+0
-12
No files found.
UPGRADE.md
View file @
3d5847a0
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
*
Removed
`AbstractPlatform::DATE_INTERVAL_UNIT_*`
and
`AbstractPlatform::TRIM_*`
constants.
*
Removed
`AbstractPlatform::DATE_INTERVAL_UNIT_*`
and
`AbstractPlatform::TRIM_*`
constants.
*
Removed
`MysqlSessionInit`
listener.
*
Removed
`MysqlSessionInit`
listener.
*
Removed
`MysqlPlatform::getCollationFieldDeclaration()`
.
*
Removed
`MysqlPlatform::getCollationFieldDeclaration()`
.
*
Removed
`AbstractPlatform::getIdentityColumnNullInsertSQL()`
.
## BC BREAK changes the `Driver::connect()` signature
## BC BREAK changes the `Driver::connect()` signature
...
...
src/Platforms/AbstractPlatform.php
View file @
3d5847a0
...
@@ -3257,18 +3257,6 @@ abstract class AbstractPlatform
...
@@ -3257,18 +3257,6 @@ abstract class AbstractPlatform
return
false
;
return
false
;
}
}
/**
* @deprecated
*
* @return string
*
* @todo Remove in 3.0
*/
public
function
getIdentityColumnNullInsertSQL
()
{
return
''
;
}
/**
/**
* Whether this platform supports views.
* Whether this platform supports views.
*
*
...
...
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