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
7b937a82
Unverified
Commit
7b937a82
authored
Jun 11, 2020
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove platform-specific portability mode constants
parent
a2fcaeef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
13 deletions
+4
-13
UPGRADE.md
UPGRADE.md
+4
-0
Connection.php
src/Portability/Connection.php
+0
-13
No files found.
UPGRADE.md
View file @
7b937a82
# Upgrade to 3.0
## Removed `Portability\Connection::PORTABILITY_{PLATFORM}` constants`
The platform-specific portability constants were internal implementation details which are longer relevant.
## BC BREAK changes in fetching statement results
1.
The
`Statement`
interface no longer extends
`ResultStatement`
.
...
...
src/Portability/Connection.php
View file @
7b937a82
...
...
@@ -25,19 +25,6 @@ class Connection extends \Doctrine\DBAL\Connection
public
const
PORTABILITY_EMPTY_TO_NULL
=
4
;
public
const
PORTABILITY_FIX_CASE
=
8
;
/**#@+
*
* @deprecated Will be removed as internal implementation details.
*/
public
const
PORTABILITY_DB2
=
13
;
public
const
PORTABILITY_ORACLE
=
9
;
public
const
PORTABILITY_POSTGRESQL
=
13
;
public
const
PORTABILITY_SQLITE
=
13
;
public
const
PORTABILITY_OTHERVENDORS
=
12
;
public
const
PORTABILITY_SQLANYWHERE
=
13
;
public
const
PORTABILITY_SQLSRV
=
13
;
/**#@-*/
/** @var Converter */
private
$converter
;
...
...
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