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
09bbaa43
Unverified
Commit
09bbaa43
authored
Mar 17, 2018
by
Michael Moravec
Committed by
Sergei Morozov
Nov 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove MsSQLKeywords
parent
ad9c3bc0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
21 deletions
+5
-21
UPGRADE.md
UPGRADE.md
+5
-0
MsSQLKeywords.php
lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
+0
-21
No files found.
UPGRADE.md
View file @
09bbaa43
# Upgrade to 3.0
## BC BREAK: Removed MsSQLKeywords class
The
`Doctrine\DBAL\Platforms\MsSQLKeywords`
has been removed.
Please use
`Doctrine\DBAL\Platforms\SQLServerPlatform `
instead.
## BC BREAK: Removed PDO DB2 driver
This PDO-based IBM DB2 driver (built on top of pdo_ibm extension) has already been unsupported as of 2.5, it has now been now removed.
...
...
lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
deleted
100644 → 0
View file @
ad9c3bc0
<?php
namespace
Doctrine\DBAL\Platforms\Keywords
;
/**
* MsSQL Keywordlist
*
* @deprecated Use SQLServerKeywords class instead.
*
* @link www.doctrine-project.com
*/
class
MsSQLKeywords
extends
SQLServerKeywords
{
/**
* {@inheritdoc}
*/
public
function
getName
()
{
return
'MsSQL'
;
}
}
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