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
cea9c468
Unverified
Commit
cea9c468
authored
Jun 06, 2018
by
Michael Moravec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect exception thrown from SQLAnywhere16Platform
parent
61b266cf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
UPGRADE.md
UPGRADE.md
+6
-0
SQLAnywhere16Platform.php
lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
+1
-1
No files found.
UPGRADE.md
View file @
cea9c468
# Upgrade to 2.8
## Corrected exception thrown by ``Doctrine\DBAL\Platforms\SQLAnywhere16Platform::getAdvancedIndexOptionsSQL()``
This method now throws SPL
``UnexpectedValueException``
instead of accidentally throwing
``Doctrine\Common\Proxy\Exception\UnexpectedValueException``
.
# Upgrade to 2.7
## Doctrine\DBAL\Platforms\AbstractPlatform::DATE_INTERVAL_UNIT_* constants deprecated
...
...
lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php
View file @
cea9c468
...
...
@@ -19,8 +19,8 @@
namespace
Doctrine\DBAL\Platforms
;
use
Doctrine\Common\Proxy\Exception\UnexpectedValueException
;
use
Doctrine\DBAL\Schema\Index
;
use
UnexpectedValueException
;
/**
* The SQLAnywhere16Platform provides the behavior, features and SQL dialect of the
...
...
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