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
824d2eb0
Unverified
Commit
824d2eb0
authored
Jul 23, 2020
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.11.x' into 3.0.x
parents
4cc12da9
b9985b5d
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
37 additions
and
18 deletions
+37
-18
continuous-integration.yml
.github/workflows/continuous-integration.yml
+5
-2
README.md
README.md
+6
-2
phpunit.oci8.xml
ci/github/phpunit.oci8.xml
+1
-7
phpunit.pdo-oci.xml
ci/github/phpunit.pdo-oci.xml
+1
-7
ColumnCase.php
src/ColumnCase.php
+2
-0
DriverManager.php
src/DriverManager.php
+2
-0
Events.php
src/Events.php
+2
-0
LockMode.php
src/LockMode.php
+2
-0
ParameterType.php
src/ParameterType.php
+2
-0
DateIntervalUnit.php
src/Platforms/DateIntervalUnit.php
+3
-0
TrimMode.php
src/Platforms/TrimMode.php
+3
-0
Dumper.php
src/Tools/Dumper.php
+2
-0
TransactionIsolationLevel.php
src/TransactionIsolationLevel.php
+3
-0
Types.php
src/Types/Types.php
+3
-0
No files found.
.github/workflows/continuous-integration.yml
View file @
824d2eb0
name
:
"
Continuous
Integration"
name
:
"
Continuous
Integration"
on
:
on
:
[
"
pull_request"
,
"
push"
]
pull_request
:
jobs
:
jobs
:
static-analysis-phpstan
:
static-analysis-phpstan
:
...
@@ -121,6 +120,8 @@ jobs:
...
@@ -121,6 +120,8 @@ jobs:
steps
:
steps
:
-
name
:
"
Checkout"
-
name
:
"
Checkout"
uses
:
"
actions/checkout@v2"
uses
:
"
actions/checkout@v2"
with
:
fetch-depth
:
2
-
name
:
"
Install
PHP"
-
name
:
"
Install
PHP"
uses
:
"
shivammathur/setup-php@v2"
uses
:
"
shivammathur/setup-php@v2"
...
@@ -163,6 +164,8 @@ jobs:
...
@@ -163,6 +164,8 @@ jobs:
steps
:
steps
:
-
name
:
"
Checkout"
-
name
:
"
Checkout"
uses
:
"
actions/checkout@v2"
uses
:
"
actions/checkout@v2"
with
:
fetch-depth
:
2
-
name
:
"
Install
PHP"
-
name
:
"
Install
PHP"
uses
:
"
shivammathur/setup-php@v2"
uses
:
"
shivammathur/setup-php@v2"
...
...
README.md
View file @
824d2eb0
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
|
[
Master
][
Master
]
|
[
2.10
][
2.10
]
|
|
[
Master
][
Master
]
|
[
2.10
][
2.10
]
|
|:----------------:|:----------:|
|:----------------:|:----------:|
|
[
![Build status
][
Master image
]
]
[
Master
]
|
[
![Build status
][
2.10 image
]
]
[
2.10
]
|
|
[
![Build status
][
Master image
]
]
[
Master
]
|
[
![Build status
][
2.10 image
]
]
[
2.10
]
|
|
[
![Build Status
][
ContinuousPHP image
]
]
[
ContinuousPHP
]
|
[
![Build Status
][
ContinuousPHP 2.10 image
]
]
[
ContinuousPHP
]
|
|
[
![GitHub Actions
][
GA master image
]
]
[
GA master
]
|
[
![GitHub Actions
][
GA 2.10 image
]
]
[
GA 2.10
]
|
|
[
![Code Coverage
][
Coverage image
]
]
[
CodeCov Master
]
|
[
![Code Coverage
][
Coverage 2.10 image
]
]
[
CodeCov 2.10
]
|
|
[
![AppVeyor
][
AppVeyor master image
]
]
[
AppVeyor master
]
|
[
![AppVeyor
][
AppVeyor 2.10 image
]
]
[
AppVeyor 2.10
]
|
|
[
![AppVeyor
][
AppVeyor master image
]
]
[
AppVeyor master
]
|
[
![AppVeyor
][
AppVeyor 2.10 image
]
]
[
AppVeyor 2.10
]
|
|
[
![Code Coverage
][
Coverage image
]
]
[
CodeCov Master
]
|
[
![Code Coverage
][
Coverage 2.10 image
]
]
[
CodeCov 2.10
]
|
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
...
@@ -21,6 +21,8 @@ Powerful database abstraction layer with many features for database schema intro
...
@@ -21,6 +21,8 @@ Powerful database abstraction layer with many features for database schema intro
[
CodeCov Master
]:
https://codecov.io/gh/doctrine/dbal/branch/master
[
CodeCov Master
]:
https://codecov.io/gh/doctrine/dbal/branch/master
[
AppVeyor master
]:
https://ci.appveyor.com/project/doctrine/dbal/branch/master
[
AppVeyor master
]:
https://ci.appveyor.com/project/doctrine/dbal/branch/master
[
AppVeyor master image
]:
https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/master?svg=true
[
AppVeyor master image
]:
https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/master?svg=true
[
GA master
]:
https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3Amaster
[
GA master image
]:
https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg
[
2.10 image
]:
https://img.shields.io/travis/doctrine/dbal/2.10.x.svg?style=flat-square
[
2.10 image
]:
https://img.shields.io/travis/doctrine/dbal/2.10.x.svg?style=flat-square
[
Coverage 2.10 image
]:
https://codecov.io/gh/doctrine/dbal/branch/2.10.x/graph/badge.svg
[
Coverage 2.10 image
]:
https://codecov.io/gh/doctrine/dbal/branch/2.10.x/graph/badge.svg
...
@@ -28,3 +30,5 @@ Powerful database abstraction layer with many features for database schema intro
...
@@ -28,3 +30,5 @@ Powerful database abstraction layer with many features for database schema intro
[
CodeCov 2.10
]:
https://codecov.io/gh/doctrine/dbal/branch/2.10.x
[
CodeCov 2.10
]:
https://codecov.io/gh/doctrine/dbal/branch/2.10.x
[
AppVeyor 2.10
]:
https://ci.appveyor.com/project/doctrine/dbal/branch/2.10.x
[
AppVeyor 2.10
]:
https://ci.appveyor.com/project/doctrine/dbal/branch/2.10.x
[
AppVeyor 2.10 image
]:
https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.10.x?svg=true
[
AppVeyor 2.10 image
]:
https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.10.x?svg=true
[
GA 2.10
]:
https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A2.10.x
[
GA 2.10 image
]:
https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=2.10.x
ci/github/phpunit.oci8.xml
View file @
824d2eb0
...
@@ -30,13 +30,7 @@
...
@@ -30,13 +30,7 @@
<filter>
<filter>
<whitelist>
<whitelist>
<directory
suffix=
".php"
>
../../
lib
</directory>
<directory
suffix=
".php"
>
../../
src
</directory>
</whitelist>
</whitelist>
</filter>
</filter>
<groups>
<exclude>
<group>
performance
</group>
</exclude>
</groups>
</phpunit>
</phpunit>
ci/github/phpunit.pdo-oci.xml
View file @
824d2eb0
...
@@ -30,13 +30,7 @@
...
@@ -30,13 +30,7 @@
<filter>
<filter>
<whitelist>
<whitelist>
<directory
suffix=
".php"
>
../../
lib
</directory>
<directory
suffix=
".php"
>
../../
src
</directory>
</whitelist>
</whitelist>
</filter>
</filter>
<groups>
<exclude>
<group>
performance
</group>
</exclude>
</groups>
</phpunit>
</phpunit>
src/ColumnCase.php
View file @
824d2eb0
...
@@ -19,6 +19,8 @@ final class ColumnCase
...
@@ -19,6 +19,8 @@ final class ColumnCase
/**
/**
* This class cannot be instantiated.
* This class cannot be instantiated.
*
* @codeCoverageIgnore
*/
*/
private
function
__construct
()
private
function
__construct
()
{
{
...
...
src/DriverManager.php
View file @
824d2eb0
...
@@ -68,6 +68,8 @@ final class DriverManager
...
@@ -68,6 +68,8 @@ final class DriverManager
/**
/**
* Private constructor. This class cannot be instantiated.
* Private constructor. This class cannot be instantiated.
*
* @codeCoverageIgnore
*/
*/
private
function
__construct
()
private
function
__construct
()
{
{
...
...
src/Events.php
View file @
824d2eb0
...
@@ -11,6 +11,8 @@ final class Events
...
@@ -11,6 +11,8 @@ final class Events
{
{
/**
/**
* Private constructor. This class cannot be instantiated.
* Private constructor. This class cannot be instantiated.
*
* @codeCoverageIgnore
*/
*/
private
function
__construct
()
private
function
__construct
()
{
{
...
...
src/LockMode.php
View file @
824d2eb0
...
@@ -14,6 +14,8 @@ class LockMode
...
@@ -14,6 +14,8 @@ class LockMode
/**
/**
* Private constructor. This class cannot be instantiated.
* Private constructor. This class cannot be instantiated.
*
* @codeCoverageIgnore
*/
*/
final
private
function
__construct
()
final
private
function
__construct
()
{
{
...
...
src/ParameterType.php
View file @
824d2eb0
...
@@ -43,6 +43,8 @@ final class ParameterType
...
@@ -43,6 +43,8 @@ final class ParameterType
/**
/**
* This class cannot be instantiated.
* This class cannot be instantiated.
*
* @codeCoverageIgnore
*/
*/
private
function
__construct
()
private
function
__construct
()
{
{
...
...
src/Platforms/DateIntervalUnit.php
View file @
824d2eb0
...
@@ -22,6 +22,9 @@ final class DateIntervalUnit
...
@@ -22,6 +22,9 @@ final class DateIntervalUnit
public
const
YEAR
=
'YEAR'
;
public
const
YEAR
=
'YEAR'
;
/**
* @codeCoverageIgnore
*/
private
function
__construct
()
private
function
__construct
()
{
{
}
}
...
...
src/Platforms/TrimMode.php
View file @
824d2eb0
...
@@ -14,6 +14,9 @@ final class TrimMode
...
@@ -14,6 +14,9 @@ final class TrimMode
public
const
BOTH
=
3
;
public
const
BOTH
=
3
;
/**
* @codeCoverageIgnore
*/
private
function
__construct
()
private
function
__construct
()
{
{
}
}
...
...
src/Tools/Dumper.php
View file @
824d2eb0
...
@@ -40,6 +40,8 @@ final class Dumper
...
@@ -40,6 +40,8 @@ final class Dumper
{
{
/**
/**
* Private constructor (prevents instantiation).
* Private constructor (prevents instantiation).
*
* @codeCoverageIgnore
*/
*/
private
function
__construct
()
private
function
__construct
()
{
{
...
...
src/TransactionIsolationLevel.php
View file @
824d2eb0
...
@@ -26,6 +26,9 @@ final class TransactionIsolationLevel
...
@@ -26,6 +26,9 @@ final class TransactionIsolationLevel
*/
*/
public
const
SERIALIZABLE
=
4
;
public
const
SERIALIZABLE
=
4
;
/**
* @codeCoverageIgnore
*/
private
function
__construct
()
private
function
__construct
()
{
{
}
}
...
...
src/Types/Types.php
View file @
824d2eb0
...
@@ -34,6 +34,9 @@ final class Types
...
@@ -34,6 +34,9 @@ final class Types
public
const
TIME_MUTABLE
=
'time'
;
public
const
TIME_MUTABLE
=
'time'
;
public
const
TIME_IMMUTABLE
=
'time_immutable'
;
public
const
TIME_IMMUTABLE
=
'time_immutable'
;
/**
* @codeCoverageIgnore
*/
private
function
__construct
()
private
function
__construct
()
{
{
}
}
...
...
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