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
adc570e9
Commit
adc570e9
authored
Jul 28, 2017
by
Jean-Baptiste Noblot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix inconsistent return
parent
5cefa4d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
SQLAnywherePlatform.php
lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
+2
-0
ReservedWordsCommand.php
...trine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
+4
-2
No files found.
lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
View file @
adc570e9
...
...
@@ -303,6 +303,8 @@ class SQLAnywherePlatform extends AbstractPlatform
return
$columnAlterationClause
;
}
return
null
;
}
/**
...
...
lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php
View file @
adc570e9
...
...
@@ -19,11 +19,11 @@
namespace
Doctrine\DBAL\Tools\Console\Command
;
use
Symfony\Component\Console\Input\InputOption
;
use
Doctrine\DBAL\Platforms\Keywords\ReservedKeywordsValidator
;
use
Symfony\Component\Console\Command\Command
;
use
Symfony\Component\Console\Input\InputInterface
;
use
Symfony\Component\Console\Input\InputOption
;
use
Symfony\Component\Console\Output\OutputInterface
;
use
Doctrine\DBAL\Platforms\Keywords\ReservedKeywordsValidator
;
class
ReservedWordsCommand
extends
Command
{
...
...
@@ -168,5 +168,7 @@ EOT
return
1
;
}
return
0
;
}
}
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